Workspace 6.21.5
Assertion

If the condition input to the Assertion operation is ever false, the operation will immediately return an error, and the operation will stop executing. In this way, the Assertion operation enforces that a condition is satisfied.

  • Default label: "Assertion"
  • Member of plug-in: Built-in
  • Catalogue path: Builtin
Inputs:
ConditionboolMust always be true. If the condition input is false, the operation will fail, and Workspace will stop executing.
Log messageQString

If the Assertion operation fails, this is the message that should appear in the log.