/
Multiple workflow triggers in a custom workflow
Multiple workflow triggers in a custom workflow
Overview
You can use one or more workflow triggers in a Comala Document Management workflow.
Using workflow triggers to create a custom email notification for different state changes
In our custom workflow, we have added three triggers.
Each trigger looks for a different change of state event.
Trigger One
On a change of state to QM - In Review
{"event": "on-change-state",
"conditions":
[
{"state": "QM - In Review"}
There are two "actions:"
an email is sent to the users who have been added as a value to the workflow parameter
@QT@
an informative message dialog is shown
Trigger Two
On a change of state to QM - In Approval