Logic Implemented for Action
The following logic is implemented for Actions:
- If a condition is specified, a THEN Action is mandatory. ELSE Actions are optional.
- THEN Actions are executed if the expressions in the Condition section evaluate to true.
- ELSE Actions are executed if the expressions in the Condition section evaluate to false.
- If an ELSE action is specified, an associated condition is mandatory.
- A THEN Action can be specified by itself without any ELSE Action or associated Condition.
- Action tags (if specified within the Action compartment) are executed sequentially if the condition is true or if no conditions are present.
- In case of any undefined variables, the condition may not be evaluated and no actions will execute.
Copyright © Cloud Software Group, Inc. All rights reserved.