Skip to content

Work Session Events

Work session events record when an operator opens, closes, or cancels their active session on a job batch. Work sessions are child records tied to a specific job + batch + phase + user combination. These events extend BaseProductionEvent and publish to progress.notification.production after commit.

Events

EventEventType
WorkSessionCanceledEventWORK_SESSION_CANCELED
WorkSessionClosedEventWORK_SESSION_CLOSED
WorkSessionCreatedEventWORK_SESSION_CREATED

Released under the Apache 2.0 License.