Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

One or more workflow triggers can be added to a workflow. Each trigger can be set to

...

Triggers are added to a workflow as JSON code. They can be added using workflow builder or the JSON Code editor.

JSON Triggers can be used to create a more flexible and responsive workflow in Comala Document Management for Cloud.

...

  • the trigger listens for a change of state.
  • the set condition constrains the trigger to listen for the state change to the Rejected state
  • once this event occurs the trigger actions a change of state back to the Draft state

oImage RemovedImage Added

(blue star) If the JSON trigger is added using workflow builder there is no need to include the "triggertriggers": JSON element. This is added automatically by workflow builder.

...

† Only 'Confluence Cloud Standard, Premium and Enterprise Plans' enable customers to edit permissions, including global, space, and page permissions

...

Child pages (Children Display)
pageJSON Triggers

Adding a JSON Trigger using workflow builder

Child pages (Children Display)
pageAdd a JSON trigger using workflow builder visual editor

JSON Trigger examples

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "jsontriggerexample" and space = currentSpace ( )