Get Flow Step
A GetFlowStatement gets information about a step in a process sequence to a ProcessFlowInfo process variable. This ProcessFlowInfo can be then further used in other statements.
If FlowStepSource is set as "flow sequence step" or "flow sequence process group", or the process variable identified by ProductVariableName contains only a single product then output will be a single ProcessFlowInfo object. Otherwise, the statement produces a ProcessFlowInfo for each product instance separately and outputs them as a list in the same order the products.
Properties
Name | Description |
IsEnabled | Turns on/off the execution of this statement. |
FlowStepSource |
Select the flow step. |
ReturnVariableName |
Name of the Process variable for storing the created ProcessFlowInfo objects. |
FlowGroup |
A specific process group from the selected process flow step. "Null" means a normal selection logic for process groups within the selected flow step can be used. |
FlowStep | A step from a process flow sequence. |
ProductVariableName | Name of the Process variable which holds reference to a Product instance to use as the information source. |