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