Versions Compared

Key

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

...

You can use a trigger to listen for the state change event to the Rejected state and set this trigger action to immediately transition to the Triage state.

The workflow document activity report will include includes the transition to the Rejected state and then the Triage state where your editors undertake any required updates.

...

Info

If adding the JSON trigger using workflow builder visual editor there is no need to include the opening "triggers": JSON markup notation, it will be automatically added by workflow builder. Workflow builder adds this.

event

"on-change-state"

  • trigger

will
  • only

listen
  • listens for a state change event

  • condition added to constrain the event to the state change to the  Rejected state

condition

"state": "Rejected"

  • state condition for the trigger event

  • condition is met if the current state is the Rejected state

action

"change-state"

  • on state change event to the Rejected state, the workflow immediately transitions to the specified state in the change-state action (Triage state)

Related pages

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