Click or drag to resize
FlexRule.Flows.Workflows.Managers Namespace
 
Classes
  ClassDescription
Public classEventHandlerAttribute
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
Public classHandlerBehaviourAttribute
A manager interface must be marked with this attribute
Public classInstanceIdentity
Public classManagerUtility
Public classNewWorkflowInstanceIdWriter
It ensures every new workflow is stored to the storage and the context of engine has the associated WorkflowInstanceId
Public classScheduledTaskException
Public classScheduledTaskManager
Public classWorkflowManagerException
Interfaces
  InterfaceDescription
Public interfaceIEventsRegistry
Registry of workflow event handlers for on a WorkflowEventsManager
Public interfaceIInstanceIdentity
Enumerations
  EnumerationDescription
Public enumerationWorkflowEvents
All the events a manage can handle an events from wither process or other managers.