Click or drag to resize
IWorkflowExecutableModel Interface
Workflow executable model allows resuming logic from a specific point in the model

Namespace: FlexRule
Assembly: FlexRule.Engine (in FlexRule.Engine.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IWorkflowExecutableModel

The IWorkflowExecutableModel type exposes the following members.

Properties
  NameDescription
Public propertyIdentity
Workflow identity of the workflow definition associated with the manager WorkflowIdentity
Public propertyRegistry
Register of Workflow engine associated with the manager Registry
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodEnableLongRunningProcess
Configures set of behavior for a workflow engine that allows executing long-running business transactions.
(Defined by WorkflowExtensions.)
Top
Remarks
This also has its internal WorkFlow manager IWorkflowManager that is used to configure managers when required.
See Also