Versions Compared

Key

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

Overview

Excerpt
hiddentrue
nameRefined page card image
Image Added
Excerpt

A trigger can be set to listen for a named event in the workflow. 

When the

workflow

workflow "event" occurs the trigger

will check

will check that any

required

required "conditions" are met.

If the set conditions are met

, and if met set

for the named event, one or more trigger "actions" occur.

Event

A trigger can be set to listen for the

following events:children

following events.

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

A workflow JSON trigger can include more than

one

one "event".

However, only one of each type

of

of event

can

 can be included in a single "event" in the trigger. For example,

  • {"event": "change-state", "actions":[............]}

The trigger event can be filtered to a specific occurrence

using conditions.

using conditions. For example the event has a condition to only listen for a change of state to a named state

  • {"event": "change-state","conditions":[{"state":"Approved"}], "actions":[............]}

Once the event occurs and any conditions are met

the trigger actions occur.

, one or more set trigger actions occur.

Example

Insert excerpt
"on-expire" event
"on-expire" event


If you want to add this trigger to a workflow using workflow builder, copy and paste the JSON code format (without the

opening

opening "triggers":

JSON

 JSON markup notation) to the Triggers

dialog

dialog box in the Edit Workflow panel in workflow builder.

oImage Removed