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

Available in version v7+

An enumerated type that represents the current status of a process.

Enumeration Values

Value

Description

FAILED

Work for this process has ended. This process could not be completed successfully.

FINISHED

All work for this process is successfully completed.

PAUSED

Work for this process is temporarily halted. Work on this process can be resumed.

PROCESSING

The process is currently running.

  • No labels