2.8.2 WorkflowStatus

An integer describing the status of the workflow. The following values are defined, but the field is vendor-extensible, and other values are allowed.

Value

Name

Description

0

WFSTAT_NOTSTARTED

The workflow has not yet started running.

1

WFSTAT_FAILEDTOSTART

The workflow failed to start.

2

WFSTAT_INPROGRESS

A front-end web server is processing the workflow.

3

WFSTAT_FAULTING

The workflow has encountered a faulting error.

4

WFSTAT_USERCANCEL

The workflow was canceled by a user.

5

WFSTAT_COMPLETED

The workflow has completely processed.

6

WFSTAT_FAILEDTOSTART_RETRY

The workflow failed to start. Processing can be attempted again.

7

WFSTAT_FAULTING_RETRY

The workflow has encountered a faulting error. Processing can be attempted again.