|
The configurable properties of screen and action groups are:
Screen group |
|
A screen group contains multiple screens that can be disabled with a single condition expression on the group. |
Properties: |
-
Condition expression [Control Flow]
This expression is evaluated just before the screen is displayed. If the expression or script returns false, the entire screen group will be skipped.
-
Loop expression [Control Flow]
This expression is evaluated when the end of the screen group is reached. If it returns true, all screens will be repeated.
|
|
Action group |
|
An action group contains multiple actions that can be disabled with a single condition expression on the group. |
Properties: |
-
Condition expression [Control Flow]
This expression is evaluated just before the action is executed. If the expression or script returns false, the entire action group will be skipped.
-
Loop expression [Control Flow]
This expression is evaluated when the end of the action group is reached. If it returns true, all actions will be repeated.
-
On error break group [Error Handling]
If selected, and one of the contained actions returns with an error, the control flow will step out of the action group and continue with the next element after the group. This behavior only takes effect if the problematic action has its failure strategy set to "Continue on failure".
-
Default error message [Error Handling]
A default error message used by all actions that have no dedicated error message.
|
|
|