Click or drag to resize
IWorkflowInstanceStateManagerLoadContext Method
Loads context using the provided

Namespace: FlexRule.Flows.Workflows.Managers.InstanceStore
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
WorkflowExecutionContext LoadContext(
	string processId
)

Parameters

processId
Type: SystemString
Unique identifier that store can load the context using it

Return Value

Type: WorkflowExecutionContext
See Also