Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.15 KB

File metadata and controls

14 lines (9 loc) · 1.15 KB

Decision

A decision controls the flow of execution by grouping a set of actions that should only be executed if a certain condition is fulfilled. A decision can contain effects, controls, and other blocks.

IDC3520715B2424C55.png

To spedify advanced operations, the decision is used in combination with effects, controls, and other blocks. See also these articles for information on enumerating over more than one object, repeating operations in a while loop, redirecting the execution flow, and committing changes to data.

IDB8EBCFE659FB44BD.png

  • Name. The name is optional, and if there is no name, a summary of the condition is displayed in the Action tree.
  • Description. The description is optional.
  • Condition. If the condition is fulfilled, the steps inside the decision block is executed. See here for more information on defining conditions.
  • Enabled. Default selected. Clear the check box to disable the decision and all actions within it.