Versions Compared

Key

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

...

event"on-change-state"
  • trigger will only listen 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)

...