Defines an IfElse action component.
This component helps handling decisions to control the actions workflow by testing the result of the given condition property.
If the condition is verified, it will execute the next action underneath, otherwise it will execute actions placed under the Else Handler you may have added.
You can use the Negate property to test the reverse condition.
Name | Description |
---|---|
Condition | The expression to be tested. |
Negate | Negate the condition. |
Comment | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. |
Is active | Defines whether the component is active. |