diff --git a/api/internal/types/types.go b/api/internal/types/types.go index 8d765cea..a834baf1 100644 --- a/api/internal/types/types.go +++ b/api/internal/types/types.go @@ -5624,6 +5624,7 @@ type ScheduleResult struct { TaskId string `json:"taskId"` Card string `json:"card"` Strategy string `json:"strategy"` + JobId string `json:"jobId"` Replica int32 `json:"replica"` Msg string `json:"msg"` }