Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 checks that any required conditions are met, and if met the "clear-expiration" action clears the expiration date.

Info

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

"clear-expiration"

Excerpt

An existing expiration period can be removed using The "clear-expiration" action removes an existing workflow state expiration period.

  • action (clear-expiration )

Code Block
"triggers":
[
	{"event": "on-change-state",
	"conditions":
	[
		{"final":true}
	],
	"actions":
	[
		{"action": "clear-expiration"}
	]}
]
Info
(info)

 If adding the JSON trigger using workflow builder there is no need to include the opening "triggers": JSON markup notation,

since

it

will be

is added automatically by workflow builder.

Tip

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

Trigger actions

Child pages (Children Display)
pageJSON Trigger actions

Related Pages