Page tree
Skip to end of metadata
Go to start of metadata

Available in version v7+

An enumerated type that represents an action that can be applied to a running process.

Enumeration Values

Value

Description

CANCEL

Permanently stops work on a paused process. Can only be applied to a process with the status value PAUSED. Work cannot be resumed on a canceled process.

PAUSE

Temporarily halts work on a process. Can only be applied to a process with the status value PROCESSING. It is possible to resume work on a paused process.

RESUME

Continues to work on a process that is paused. Can only be applied to a process with the status value PAUSED.

  • No labels