Description

A Process Event Result is a reference record that classifies the outcome of a Process Event. Standard result types include Success, Failed, Stopped, and Skipped, each indicating a different outcome for a completed process step. The isSuccessful flag determines whether a result counts as a valid completion of the step in the production flow.

Properties

Property NameProperty TypeNullableDescription
idGuidfalseThe unique identifier of the Process Event Result.
resultTypestringfalseThe name of the result type (e.g. Success, Failed, Stopped, Skipped).
descriptionstringtrueAn optional description of what this result type represents.
isSuccessfulboolfalseWhether this result type represents a successful completion of the process step.
createdAtDateTimefalseThe date and time the Process Event Result was created.
updatedAtDateTimefalseThe date and time the Process Event Result was last updated.
createdByIdGuidfalseThe unique identifier of the user who created the Process Event Result.
updatedByIdGuidfalseThe unique identifier of the user who last updated the Process Event Result.