enrich workflow event manual validation

This commit is contained in:
mr
2026-03-12 09:19:10 +01:00
parent 2c9c42dd51
commit 7d9addf760

View File

@@ -11,6 +11,8 @@ import (
type WorkflowEventParams struct { type WorkflowEventParams struct {
WorkflowResourceID string `json:"workflow_execution_id" bson:"workflow_execution_id" validate:"required"` WorkflowResourceID string `json:"workflow_execution_id" bson:"workflow_execution_id" validate:"required"`
ManualCheck bool `json:"manual_check" bson:"manual_check"`
OutputPayload []byte `json:"output_payload" bson:"output_payload"`
BookingMode *booking.BookingMode `json:"booking_mode" bson:"booking_mode"` BookingMode *booking.BookingMode `json:"booking_mode" bson:"booking_mode"`
} }