Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
typeflat
printablefalse

Causes playbook execution to fail if the specified column is non-empty in any row. This operator is useful if a playbook is centered around an integration and you want the entire playbook to fail if the integration fails. You can include a column in the results table for any error messages from the integration execution and then cause the playbook to fail immediately if the error message column isn't empty.

...

Input
table = _Start_Child1
column =_Error

Event

Error

Event1

Event2

Problem executing this event.

Event3

LQL Command

Code Block
forceFail(table: Start_Child1, column: Error)

...