...
- You can use Numeric, Boolean comparisons, string values, and arithmetic operators.
- Environment variables and stored variables should be included in curly braces in expression.
- User can save the execution status of last executed step as anyone of the following.
- Using $$_STATUS directly in expression
- Saving status of step ($$_STATUS) for use as an expression.
User can save the execution status of a step in variable. This status can later be used as an expression of IF step. - Saving execution status for future reference. You need to use StoreVariable Action and in the second parameter column enter as "{$$_Status]}". For more information about $$_Status and similar variables, refer to Qualitia System Variables.
...