final condition
Overview
One or more conditions
can be set for a trigger for a named event in the workflow.
Adding the "final":true
condition to a trigger listens for the trigger event when the document is in the final
state.
the condition is a boolean condition with a value of
true
orfalse
When the named workflow event occurs, the trigger checks that any required condition is met and sets one or more actions if they are met.
JSON Condition | JSON Code | Note |
---|---|---|
| "conditions":
[
{"final":true}
], | The trigger action occurs if the state for the event is the For example,
This The
|