| IWorkflowInstanceStateManager Interface |
Namespace: FlexRule.Flows.Workflows.Managers.InstanceStore
public interface IWorkflowInstanceStateManager
The IWorkflowInstanceStateManager type exposes the following members.
| Name | Description | |
|---|---|---|
| List |
Lists all the stored processes
| |
| List(IEnumerableGuid) |
Lists all the stored processes that have any of the provided identifiers
| |
| List(IEnumerableFlowState) |
Lists all the stored processes that have any of the provided states
| |
| List(ConditionsBuilder, IDictionaryString, Object) |
Lists all the stored processes that matches the condition
| |
| LoadContext |
Loads context using the provided
| |
| LoadStateInfo |
Loads information related to a stored context
| |
| ResolveAddress |
This creates an address if does not exist otherwise returns the address identifier
| |
| Store |
Stores the workflow`s context into a durable storage
When new instance is provided, stores it, otherwise, update the existing one. |
| Name | Description | |
|---|---|---|
| ListByProcessState | (Defined by WorkflowInstanceStateManagerExtensions.) |