clear-expiration trigger action
1 Overview | 2 "clear-expiration" | 2.1 Example trigger code | 3 Related Pages
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.