enrich workflow event manual validation
This commit is contained in:
@@ -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"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user