This is a wrapper on a
Workflow to automate pre and post process event handling and allows multiple managers listen to
WorkflowEvents.
Remarks
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.
Namespace: FlexRule.Flows.WorkflowsAssembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic interface IEventsManager
The IEventsManager type exposes the following members.
Properties
See Also