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 If adding the JSON trigger using using workflow builder there is no need to include the opening "triggers": " JSON JSON markup notation, since It it will be added by workflow builder. A Tip |
---|
A new expiration date can be added | usingusing the "set-expiration" trigger action. |
|