Click or drag to resize
WorkflowManagerCreateEngine Method (String, TimeSpan)
Loads an existing context from store and creates a workflow engine to process the input for the loaded context

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(
	string processId,
	TimeSpan lockTimeOut
)

Parameters

processId
Type: SystemString
Workflow instance id
lockTimeOut
Type: SystemTimeSpan
The amount of time that this engine is the owner

Return Value

Type: WorkflowEngine
Remarks
When an existing context is loaded from a storage that allows the engine to be used for Resume
See Also