Describes a single state that was added, or modified, paired with the categories of changes that affected it.
A removed IState does not have a matching ChangedState.
A subgraph state is reported through ChangedSubgraphState instead, in
StateMachineChanges.ChangedSubgraphStates.
For a usage example, see StateMachineChanges.
| Property | Description |
|---|---|
| ChangeKinds | The categories of changes that affected this state, as a set of ChangeKind flags. |
| ID | The unique identifier of the state. |
| State | The state that was modified. |