clear-expiration trigger action

Overview

You can use the "clear-expiration" trigger action to remove an existing due date from a workflow state.

When the workflow trigger event occurs the trigger checks that any required conditions are met, and if met the "clear-expiration" action clears the expiration date.

"clear-expiration"

The "clear-expiration" action removes an existing workflow state expiration period.

  • action (clear-expiration )

There are no parameters for this action.


 

Example trigger code

"triggers": [ {"event": "on-change-state", "conditions": [ {"final":true} ], "actions": [ {"action": "clear-expiration"} ]} ]

 You can add a new expiration date using the set-expiration trigger action.

Related Pages