Workflow Status
Codes
Number
|
Member name
|
Description
|
0
|
NotStarted
|
The
workflow has not started.
|
1
|
FailedOnStart
|
Indicates
that the workflow encountered an error when it started.
|
2
|
InProgress
|
Workflow
is currently in progress.
|
3
|
ErrorOccurred
|
An
error occurred during the execution of the workflow.
|
4
|
StoppedByUser
|
Workflow
execution was halted by a specified user.
|
5
|
Completed
|
The
workflow is completed.
|
6
|
FailedOnStartRetrying
|
Indicates
that the workflow is being retried after it failed to start.
|
7
|
ErrorOccurredRetrying
|
Indicates
that the workflow is being retried after an initial failure.
|
8
|
ViewQueryOverflow
|
This
member is reserved for internal use and is not intended to be used directly
from your code.
|
15
|
Max
|
This
member is reserved for internal use and is not intended to be used directly
from your code.
|
Workflow History List Event Types
Number
|
Event Type
|
Description
|
0
|
None
|
There
is no specific event type for this workflow event.
|
1
|
WorkflowStarted
|
The
workflow event concerns the workflow instance being initiated.
|
2
|
WorkflowCompleted
|
The
workflow event concerns the workflow instance being completed.
|
3
|
WorkflowCancelled
|
The
workflow event concerns the workflow instance being cancelled.
|
4
|
WorkflowDeleted
|
The
workflow event concerns the workflow instance being deleted.
|
5
|
TaskCreated
|
The
workflow event concerns a workflow task being created.
|
6
|
TaskCompleted
|
The
workflow event concerns a workflow task being marked as complete.
|
7
|
TaskModified
|
The
workflow event concerns a workflow task being modified.
|
8
|
TaskRolledBack
|
The
workflow event concerns changes to a workflow task being rolled back.
|
9
|
TaskDeleted
|
The
workflow event concerns a workflow task being deleted.
|
10
|
WorkflowError
|
The
workflow event concerns the workflow instance generating an error.
|
11
|
WorkflowComment
|
The
workflow event concerns a comment being written for the workflow instance.
|
No comments:
Post a Comment