Flow Control
Flow Control Action Steps enable you to perform controlled iterations and loops during the automation.
-
Break Loop enables you to exit a Loop control block during its execution.
-
This Flow Control Element reads data from a CSV file.
-
This Action Step simply forces the Workflow into an error state.
-
This Action Step can reset an error state to OK.
-
The Group block enables you to group Action Steps for better visibility and readability.
-
This Action Step enables you to synchronize access if multiple parallel Workflows need to access a file or a mailbox, for example in the case of Robotic Applications.
-
A Loop block enables you to repeat the same Transaction and Action Steps two or more times.
-
The Managed block enables you to handle errors within your Workflow as they happen.
-
This Action Step enables you to respond flexibly to non-predictable situations.
-
This Action Step makes it possible to match the contents of a variable against certain predefined cases.
-
Transactions enable you to split Workflows into logical, self-contained units.