Click or drag to resize
IWorkflowInstanceStateManager Methods

The IWorkflowInstanceStateManager type exposes the following members.

Methods
  NameDescription
Public methodListByState
Lists all the workflow instances in a particular state
Public methodListExpiredInstances
Lists all the expired workflow instances
Public methodLoadContext
Loads context using the provided
Public methodLoadStateInfo
Loads information related to a stored context
Public methodResolve
This creates an address if does not exist otherwise returns the address identifier
(Inherited from IWorkflowIdentityManager.)
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
See Also