Click or drag to resize
IInstanceStateInfo Interface
This is the entity that stores manages when a workflow is persisted

Namespace: FlexRule.Flows.Workflows.Managers.InstanceStore
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IInstanceStateInfo : ITimeInfo

The IInstanceStateInfo type exposes the following members.

Properties
  NameDescription
Public propertyLastTimeFinished (Inherited from ITimeInfo.)
Public propertyLastTimeResumed (Inherited from ITimeInfo.)
Public propertyLastTimeStarted (Inherited from ITimeInfo.)
Public propertyModified
When the store is updated
Public propertyState
State of the process (running workflow)
Public propertyWaitingOn
The node name that is waiting for signal
Public propertyWorkflowInstanceId
An identifier for the persisted workflow
Top
See Also