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.