| WorkflowEvents Enumeration |
All the events a manage can handle an events from wither process or other managers.
Namespace: FlexRule.Flows.Workflows.ManagersAssembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic enum WorkflowEvents
Members|
| Member name | Value | Description |
|---|
| PreStart | 0 |
Before a workflow is started
|
| PostEnd | 1 |
After a workflow is finished
|
| PreResume | 2 |
Before a workflow instance is resumed
|
| PreStore | 3 |
Before a workflow instance is being stored
|
| PostStore | 4 |
After a process is stored
|
| HandlerAdded | 5 |
The custom event handler has added to the WorkflowManager |
See Also