| IWorkflowInstanceStateManager Interface |
Namespace: FlexRule.Flows.Workflows.Managers.InstanceStore
public interface IWorkflowInstanceStateManager : IWorkflowIdentityManager
The IWorkflowInstanceStateManager type exposes the following members.
| Name | Description | |
|---|---|---|
| ListByState |
Lists all the workflow instances in a particular state
| |
| ListExpiredInstances |
Lists all the expired workflow instances
| |
| LoadContext |
Loads context using the provided
| |
| LoadStateInfo |
Loads information related to a stored context
| |
| Resolve |
This creates an address if does not exist otherwise returns the address identifier
(Inherited from IWorkflowIdentityManager.) | |
| Store |
Stores the workflow`s context into a durable storage
When new instance is provided, stores it, otherwise, update the existing one. |