| FlexRule.Flows.Workflows Namespace |
| Class | Description | |
|---|---|---|
| LongRunningProcessConfig | ||
| Workflow |
Execution plan and a modeled logic of a workflow
| |
| WorkflowEngine | ||
| WorkflowEventsManager |
Default instance of IEventsManager | |
| WorkflowException | ||
| WorkflowExecutionContext |
Execution context of a workflow
| |
| WorkflowExecutionContextExtensions | ||
| WorkflowExtensions | ||
| WorkflowFactory | ||
| WorkflowLoader |
| Interface | Description | |
|---|---|---|
| IEventsManager |
This is a wrapper on a Workflow to automate pre and post process event handling and allows multiple managers listen to WorkflowEvents.
Events can be handled using event handlers that are implemented with managers' instances. Each manager is an object that some of its methods are annotated with different WorkflowEvents. When a workflow is in different states, raises different events and each service will respond to those events.
| |
| IEventsManagerContext |
When an event handler manager implements this interface, WorkflowEventsManager that handles the events will be injected to the handler instances
| |
| ITimeInfo |
Timing information of the process
|