Cloud Migration Resources
Planning a Cloud migration? These resources can help you get started:
→ Comala Document Management Cloud features – Review Cloud features and understand key differences between DC and Cloud.
→ Migration support from Appfire – Learn how we can help you migrate smoothly.
Trigger conditions
Overview
One or more "conditions" can be set for a trigger event in the workflow.
When the named workflow event occurs, the trigger checks that any required condition is met and sets one or more actions.
Conditions
Adding a condition to a workflow trigger is optional.
However, when you add a condition to the trigger, it becomes a requirement for the trigger to execute the specified action(s).
The available conditions are
state -
"conditions":[{"state": "(string value)"}]final -
"conditions":[{"final":true}]or“conditions":[{"final":false}]initial -
"conditions":[{"initial":true}]or"conditions":[{"initial":false}]
The "initial" condition can be constrained to a named state in the workflow using the "state" condition.
Boolean condition values true and false are added in the code editor WITHOUT encompassing quotation marks, for example, "final":true and "final":false.