Skip to content

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.

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.

TypeWhat has happened since the last revision
UnchangedNodes that have not been changed
ChangedNodes that have been changed (added, updated, or removed)
AddedNodes that have been added
UpdatedNodes that have been updated (but not added nor removed)
RemovedNodes that have been removed