Click or drag to resize
WorkflowEventsManagerCreateEngine Method (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

Namespace: FlexRule.Flows.Workflows
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public WorkflowEngine CreateEngine(
	Guid processId,
	TimeSpan lockTimeOut
)

Parameters

processId
Type: SystemGuid
lockTimeOut
Type: SystemTimeSpan
The amount of time that this engine is the owner

Return Value

Type: WorkflowEngine
See Also