Click or drag to resize
IWorkflowInstanceStateManager Methods

The IWorkflowInstanceStateManager type exposes the following members.

Methods
  NameDescription
Public methodList
Lists all the stored processes
Public methodList(IEnumerableGuid)
Lists all the stored processes that have any of the provided identifiers
Public methodList(IEnumerableFlowState)
Lists all the stored processes that have any of the provided states
Public methodList(ConditionsBuilder, IDictionaryString, Object)
Lists all the stored processes that matches the condition
Public methodLoadContext
Loads context using the provided
Public methodLoadStateInfo
Loads information related to a stored context
Public methodResolveAddress
This creates an address if does not exist otherwise returns the address identifier
Public methodStore
Stores the workflow`s context into a durable storage
Remarks
When new instance is provided, stores it, otherwise, update the existing one.
Top
Extension Methods
See Also