Load Workflow Instance State
Last changed: MauriceDeBeijer-80.126.16.139

.
Summary
The LoadWorkflowInstanceState method of the WorkflowPersistenceService class is used to load a saved workflow instance back into memory

A protected abstract member of the WorkflowPersistenceService class that is implemented in the SqlWorkflowPersistenceService class.

Use the instanceId GUID as a parameter to determine the workflow instance to load.

Will throw the WorkflowOwnershipException if the workflow instance is loaded or at least owned by another runtime.