Assert
Asserts that a specified condition is true, otherwise raises an exception.
Category: Testing & Assertions · Group: General · Activity name: Assert

Example
outputVariable = Assert("")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Condition | boolean | Yes | `` | The condition to be evaluated. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | string | Specifies the name of the variable that will store the result. |