Sub Activity – Assertion
These are used for validation and verification steps within the workflow.
The Assertion category has the following sub activities:
Assert False: This activity is used to throw an error message if the given condition is true.
Input Properties:
- Condition: A Boolean expression that evaluates to either True or False.
- Error Message: Specify the text to be displayed if the value is True.
Assert True: This activity is used to throw an error message if the given condition is false.
Input Properties:
- Condition: A Boolean expression that evaluates to either True or False.
- Error Message: Specify the text to be displayed if the value is False.