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

Parameters

processId
Type: SystemGuid

Return Value

Type: WorkflowEngine
See Also