| WorkflowEngine Class |
Namespace: FlexRule.Flows.Workflows
public class WorkflowEngine : FlowEngine
The WorkflowEngine type exposes the following members.
| Name | Description | |
|---|---|---|
| WorkflowEngine(Workflow) |
This constructor creates FlowExecutionContext by default
| |
| WorkflowEngine(Workflow, Boolean) |
This constructor creates FlowExecutionContext by default
| |
| WorkflowEngine(WorkflowExecutionContext, Workflow) | ||
| WorkflowEngine(WorkflowExecutionContext, Workflow, Boolean) |
| Name | Description | |
|---|---|---|
| Context |
Current execution context of the current engine
| |
| ControlledMode |
When set to true, executor waits on each element and Next must be called
(Inherited from ActiveElementEngine.) | |
| Elapsed |
Execution elapsed amount
(Inherited from ActiveElementEngine.) | |
| Executor | (Inherited from ActiveElementEngine.) | |
| ExecutorSetup | (Inherited from ActiveElementEngine.) | |
| Initialized | (Inherited from ActiveElementEngine.) | |
| IsRunning |
If engine still is running true, otherwise false.
(Inherited from ActiveElementEngine.) | |
| Notifications |
The notification of the engine to store all the notices
(Inherited from ActiveElementEngine.) | |
| Root | (Inherited from ActiveElementEngine.) | |
| State |
State of the current running engine
(Inherited from FlowEngine.) | |
| TimeInfo |
| Name | Description | |
|---|---|---|
| ActiveElementCallback | (Inherited from ActiveElementEngine.) | |
| ActiveElementEngineCreated | (Inherited from ActiveElementEngine.) | |
| ActiveElementExecuted | (Inherited from ActiveElementEngine.) | |
| ActiveElementExecuting | (Inherited from ActiveElementEngine.) | |
| ActiveElementItemOutOfScope | (Inherited from ActiveElementEngine.) | |
| ActiveElementItemTracing | (Inherited from ActiveElementEngine.) | |
| Executing | (Inherited from ActiveElementEngine.) | |
| ExecutionCompleted | (Inherited from ActiveElementEngine.) | |
| ExecutionPausing | (Inherited from ActiveElementEngine.) | |
| PreparingExecutor | ||
| Running | (Inherited from FlowEngine.) | |
| StateChanged | (Inherited from FlowEngine.) |
| Name | Description | |
|---|---|---|
| IsMonadParameterReference | (Defined by MonadParameterReferenceExtension.) |