Click or drag to resize
WorkflowEventsManagerCreateEngine Method
Overload List
  NameDescription
Public methodCreateEngine
Creates a workflow engine to process the input
Public methodCreateEngine(Guid)
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(Guid, TimeSpan)
Loads an existing context from store and creates a workflow engine to process the input for the loaded context
Remarks
When an existing context is loaded from a storage that allows the engine to be used for Resume
Top
See Also