An existing expiration period can be removed using "clear-expiration" . Code Block |
---|
"triggers":
[
{"event": "on-change-state",
"conditions":
[
{"final":true}
],
"actions":
[
{"action": "clear-expiration"}
]}
] |
If adding the JSON trigger using workflow builder there is no need to include the opening "triggers": JSON markup notation, since it will be added by workflow builder. Tip |
---|
A new expiration date can be added using the "set-expiration" trigger action. |
|