Skip to main content

Assert

Asserts that a specified condition is true, otherwise raises an exception.

Category: Testing & Assertions · Group: General · Activity name: Assert

The Assert activity in the designer

Example

outputVariable = Assert("")

Inputs

NameTypeRequiredDefaultDescription
ConditionbooleanYes``The condition to be evaluated.

Outputs

NameTypeDescription
outputVariablestringSpecifies the name of the variable that will store the result.