final condition
Overview
You can add one or more conditions for a named event in the workflow to limit when the workflow trigger activates. Conditions help constrain the trigger, ensuring it only listens for specific occurrences of the event.
Adding the Is Final State as True condition to a trigger listens for the trigger event when the document is in the workflow final state.
the condition is a boolean condition with a value of True or False
When the named workflow event occurs, the trigger checks that any required condition is met and sets one or more actions added to the trigger.
JSON Condition | JSON code | Note |
---|---|---|
| "conditions":
[
{"final":true}
], | The trigger action occurs if the state for the event is the For example,
This The
|