Click or drag to resize
IWorkflowExecutableModelGetEventsManager Method
This creates an event manager for the instance of workflow engine if it does not exists, it creates one.

Namespace: FlexRule
Assembly: FlexRule.Engine (in FlexRule.Engine.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
IEventsManager GetEventsManager(
	IInstanceIdentity identity
)

Parameters

identity
Type: FlexRule.Flows.Workflows.ManagersIInstanceIdentity
Identity of workflow or null if the workflow does not need or have any.

Return Value

Type: IEventsManager
See Also