Click or drag to resize
IManagerRegistry Interface
Registry of workflow event handlers or service for on a WorkflowManager

Namespace: FlexRule.Flows.Workflows.Managers
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IManagerRegistry

The IManagerRegistry type exposes the following members.

Methods
Remarks
If the behaviour needs to be exposed during on each step of the flow, that's a service. If the behaviour requires WorkflowEvents that is a handler.
See Also