Click or drag to resize
WorkflowManager Methods

The WorkflowManager type exposes the following members.

Methods
  NameDescription
Public methodCreateEngine
Creates a workflow engine to process the input
Public methodCreateEngine(String)
Loads an existing context from store and creates a workflow engine to process the input for the loaded context
Public methodCreateEngine(WorkflowExecutionContext)
Creates a workflow engine to process the input for the provided context
Public methodCreateEngine(String, TimeSpan)
Loads an existing context from store and creates a workflow engine to process the input for the loaded context
Top
Extension Methods
  NameDescription
Public Extension MethodEnableLongRunningProcess
Configures set of behavior for a workflow engine that allows executing long-running business transactions.
(Defined by WorkflowExtensions.)
Public Extension MethodIsMonadParameterReference (Defined by MonadParameterReferenceExtension.)
Top
See Also