| IInstanceStateInfo Interface |
Namespace: FlexRule.Flows.Workflows.Managers.InstanceStore
public interface IInstanceStateInfo : ITimeInfo
The IInstanceStateInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| LastTimeFinished | (Inherited from ITimeInfo.) | |
| LastTimeResumed | (Inherited from ITimeInfo.) | |
| LastTimeStarted | (Inherited from ITimeInfo.) | |
| Modified |
When the store is updated
| |
| State |
State of the process (running workflow)
| |
| WaitingOn |
The node name that is waiting for signal
| |
| WorkflowInstanceId |
An identifier for the persisted workflow
|