Click or drag to resize
WorkflowEventsManagerCreateEngine Method (WorkflowExecutionContext)
Creates a workflow engine to process the input for the provided 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(
	WorkflowExecutionContext context
)

Parameters

context
Type: FlexRule.Flows.WorkflowsWorkflowExecutionContext

Return Value

Type: WorkflowEngine
See Also