Events
Each revision contains a set of events caused by the particular changes made to the Constellation in said revision. An event could, for example, be that a node was added to the Constellation. These events can be queried for and used to determine what actions should be taken for each Constellation revision.
Node event types
Section titled “Node event types”Event types for nodes determine what has happened to the node since the last revision. The name of the event type follows the naming terminology, found here.
| Type | What has happened since the last revision |
|---|---|
| Unchanged | Nodes that have not been changed |
| Changed | Nodes that have been changed (added, updated, or removed) |
| Added | Nodes that have been added |
| Updated | Nodes that have been updated (but not added nor removed) |
| Removed | Nodes that have been removed |