D toc |
---|
Excerpt |
---|
At the flow level, you can define flow parameters to reference in your recipes. |
...
A flow parameter |
...
is a variable that is assigned a String value. |
Info |
---|
NOTE: Flow parameters apply to recipe steps only. |
...
This override value is applied to all references to the parameter in the flow.
Tip |
---|
Tip: |
...
Through Flow View, overrides can also be applied to the recipe parameters that are included when flow tasks are executed as part of a plan |
...
. |
Override Evaluation
Override values can be applied in multiple locations. Parameter values are evaluated in the following order of precedence (highest to lowest):
...
In the column histogram for the paramRegionId
column, you can verify that the value 0
is present. Set an override outside at the flow level to insert a different value in the column. For more information, see PARSEINT Function.
Example - Date parameter
Suppose you need to be able to pass a date into the execution of a recipe. If no date is passed in, then the current time is used. The variable is declared as follows:
...
D trans | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
If the inserted value is empty or null, you can insert the current timestamp:
...
If there is a valid value, then it is written back to the column.See NOW Function.
You can use the following to extract the time value from the parsed date param:
...
For more information, see API Workflow - Run Job.
D s also | ||||
---|---|---|---|---|
|