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
| Event | EventType |
|---|---|
| WIPBookedEvent | WIP_BOOKED |
| WIPDeclaredEvent | WIP_DECLARED |
| WIPRemovedEvent | WIP_REMOVED |
| WIPUnbookedEvent | WIP_UNBOOKED |