Click or drag to resize
WorkflowExecutionContextDeserialize Method
Deserialize a binary state to context that can be resumed

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 static WorkflowExecutionContext Deserialize(
	byte[] data
)

Parameters

data
Type: SystemByte

Return Value

Type: WorkflowExecutionContext
See Also