Set Next Flow Step
Overwrites the next process information in product instances, enabling jumps and loops.
If the process variable identified by FlowStepVariableName is a list of ProcessFlowInfo then the process variable identified by ProductVariableName should be a list of Products with the same number of elements. The ProcessFlowInfo objects are applied to the product instances in a sequence.
Properties
| Name | Description |
| IsEnabled | Turns on/off the execution of this statement. |
|
FlowInfoVariableName |
Name of the Process variable where to get the flow step info object. |
|
ProductVariableName |
Name of the Process variable where to get the Product instances. |
|
ForceExactFlowStep |
When expression evaluates to true, the Product must go to a process from the specified flow step, ignoring any optional steps evaluation logic. |
|
ForceExactProcessGroup |
When expression evaluates to true, the Product instance must go to a specific Process within specific flow step, ignoring any optional steps or alternative Processes. |