Skip to content

Serial Events

Serial-domain events manage the lifecycle of traceable serial units: creation, code assignment, parent-child linking, release, and deletion. All serial events extend BaseSerialEvent, which publishes to progress.notification.serial after transaction commit.

Events

EventEventType
SerialCreatedEventSERIAL_CREATED
SerialDeletedEventSERIAL_DELETED
SerialLinkedEventSERIAL_LINKED
SerialReleasedEventSERIAL_RELEASED
SerialUnlinkedEventSERIAL_UNLINKED
SerialUpdatedEventSERIAL_UPDATED

Released under the Apache 2.0 License.