Click or drag to resize
WorkflowExtensions Class
Inheritance Hierarchy
SystemObject
  FlexRule.Flows.WorkflowsWorkflowExtensions

Namespace: FlexRule.Flows.Workflows
Assemblies:  FlexRule.Engine (in FlexRule.Engine.dll) Version: 0.0.0.0 (0.0.0.0)
  FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static class WorkflowExtensions
Methods
  NameDescription
Public methodStatic memberEnableLongRunningProcess(IWorkflowExecutableModel, LongRunningProcessConfig)
Configures set of behavior for a workflow engine that allows executing long-running business transactions.
Public methodStatic memberEnableLongRunningProcess(IWorkflowManager, LongRunningProcessConfig)
Configures set of behavior for a workflow engine that allows executing long-running business transactions.
Top
See Also