| FlexRule.Flows.Workflows.Managers Namespace |
| Class | Description | |
|---|---|---|
| EventHandlerAttribute |
This attribute must be applied on the manager`s methods that are handling process events.
All the methods must accept WorkflowExecutionContext as an input argument
| |
| HandlerBehaviourAttribute |
A manager interface must be marked with this attribute
| |
| ManagerUtility | ||
| NewWorkflowInstanceIdWriter |
It ensures every new workflow is stored to the storage and the context of engine has the associated WorkflowInstanceId
| |
| ScheduledTaskException | ||
| ScheduledTaskManager | ||
| StoreException |
This exception will be thrown if something wrong happens in process store
| |
| WorkflowManagerException |
| Interface | Description | |
|---|---|---|
| IManagerRegistry |
Registry of workflow event handlers or service for on a WorkflowManager | |
| IServiceInitializer |
Inject the initialization arguments to a service
|
| Enumeration | Description | |
|---|---|---|
| StoreExceptionType |
Reason for exception in ProcessStore
| |
| WorkflowEvents |
All the events a manage can handle an events from wither process or other managers.
|