WorkflowStatus Enumeration

Scanjour Workflow4 Reference Manual
Specifies the status of a workflow instance.

Namespace:  Scanjour.Workflow4.Host
Assembly:  Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.1.0.0 (23.1.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

Reference