Click or drag to resize

WorkflowStatus Enumeration

Specifies the status of a workflow instance.

Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public enum WorkflowStatus
Members
Member nameValueDescription
Initialize0 The workflow instance data has been created but the instance is not created.
Created1 The workflow instance has been created but is not yet running.
Running2 The workflow instance is running.
Persisted3 The workflow instance is idle.
Completed4 The workflow instance has completed.
Faulted5 The workflow instance has been terminated by an unhandled exception.
Terminated6 The workflow instance has been terminated.
See Also