This site has moved to the integrated Appfire documentation and information site for our apps.
From February 2024 this site is no longer updated.
Take a look here! If you have any questions please email support@appfire.com
clear-expiration trigger action
Overview
One or more trigger actions can be set for a named event in the workflow.
When the workflow trigger event occurs the trigger will check that any required conditions are met, and if met the "clear-expiration"
 action clears the expiration date.
"clear-expiration"
An existing expiration period can be removed using "clear-expiration"
.
action (clear-expiration )
"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.
 A new expiration date can be added using the "set-expiration"
 trigger action.
Trigger actions
Related Pages