null


Skip to end of banner
Go to start of banner

clear-expiration trigger action

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Overview

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.

One or more trigger actions can be set for a named event in the workflow.

"clear-expiration"

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

  • 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, it is added automatically by workflow builder.

 A new expiration date can be added using the "set-expiration" trigger action.

  • No labels