Description

A Process Event records the completion or outcome of a Bill Of Process Entry step for a specific Item. It captures the result, the location where the step was performed, and any associated event data payload. Events can be rewound to allow a step to be re-executed if needed.

Properties

Property NameProperty TypeNullableDescription
idGuidfalseThe unique identifier of the Process Event.
itemIdGuidfalseThe unique identifier of the Item that this event belongs to.
billOfProcessEntryIdGuidfalseThe unique identifier of the Bill Of Process Entry step that was performed.
processEventResultIdGuidfalseThe unique identifier of the Process Event Result that classifies the outcome of this event.
processEventResultProcessEventResultfalseThe Process Event Result that classifies the outcome of this event.
locationIdGuidfalseThe unique identifier of the Location where the process step was performed.
isRewoundboolfalseWhether this event has been rewound, allowing the associated process step to be re-executed.
eventTypestringfalseA string identifier describing the type of event that was recorded.
eventDataJsonDocumenttrueAn optional JSON payload containing additional data captured during the process step.
createdAtDateTimefalseThe date and time the Process Event was created.
updatedAtDateTimefalseThe date and time the Process Event was last updated.
createdByIdGuidfalseThe unique identifier of the user who created the Process Event.
updatedByIdGuidfalseThe unique identifier of the user who last updated the Process Event.