Sequence of execution
Sequence of execution rules
The sequence of execution is the following:
- Step Validation Rules - if any rule isn't met then an error is shown and you can't move forward.
- Step Actions - Actions that are placed inside a Step are executed regardless which way/connector a flow will go by.
- Connector Validation Rules - These rules are evaluated to decide which connector a flow use (i.e. which path to take). If multiple connectors rules are met then the one with a higher order will be used (as defined in the Connector tab of the Step properties).
- Connector Actions - Once WR has decided which connector to use, this connectors actions will be executed before the next step becomes active.
Step Actions: Before and After Proceed
When an action is placed inside a Step, you can specify when you want an action to be executed when that step becomes active:
- before step = the action will be executed as soon as the step becomes active
- after step = the action will be executed after the step has been proceeded and all validation rules have passed successfully.
0 Comments
Add your comment