Skip to content

WIP Events

Work-In-Progress (WIP) events track material booked, declared, and removed across production phases. WIP events are production-adjacent: they extend BaseProductionEvent (or its subclasses), so they publish to progress.notification.production after commit.

Events

EventEventType
WIPBookedEventWIP_BOOKED
WIPDeclaredEventWIP_DECLARED
WIPRemovedEventWIP_REMOVED
WIPUnbookedEventWIP_UNBOOKED

Released under the Apache 2.0 License.