...
In the 4 state workflow shown below, you might want the workflow to move from a a Rejected state state to a more proactively named Triage state state.
...
You can use a trigger to listen for the state change event to the the Rejected state state and set this trigger action to immediately transition to the Triage state.
The workflow document activity report will include the transition to the Rejected state and then the
...
Triage
...
state where your editors undertake any required updates.
Code Block |
---|
"triggers": [ { "event":"on-change-state", "conditions":[ { "state":"Rejected" } ], "actions":[ { "action":"change-state", "state":"Triage" } ] } ] |
...
Info |
---|
If adding the JSON trigger |
...
using workflow builder visual editor there is no need to include the opening |
...
JSON markup notation, it will be automatically added by workflow builder. |
|
| |
|
| |
|
|
Related pages
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|