Condition
Conditional steps are exactly what they sound - they allow having conditional logic inside scenarios. Conditions can be used with any internal data present in the scenario at any moment in time.
Parameter | Type | Meaning |
---|---|---|
Name | Platform-wide | Name of the step. Used for visualization purposes and for user-friendly data mapping in the future. |
Timeout | Platform-wide | Number of seconds the platform will wait for result from agent until the action is considered as failed. |
Retries | Platform-wide | Number of times invocation will be attempted until the action is considered as failed. |
Condition (input parameter) | Step type specific | JavaScript expression which evaluates to boolean |