Valid states of a
Flow or
[!:FlexRule.Flows.Workflows.Workflow]
Namespace: FlexRule.FlowsAssembly: FlexRule.Flows (in FlexRule.Flows.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
Members
| Member name | Value | Description |
---|
| Initializing | 0 |
Flow at initial state, just after it is instantiated
|
| Active | 1 |
When a flow or workflow is active and is executing different steps
|
| Completed | 2 |
When flow or workflow is ended without any error or exceptions
|
| Aborted | 3 |
When flow or workflow is canceled
|
| Suspended | 4 |
When a flow or workflow is paused
|
| Fault | 5 |
When there is an exception during the execution
|
| Waiting | 6 |
When a workflow reaches a Task node
|
See Also