feat: assign task to runner
This commit is contained in:
@@ -15,7 +15,10 @@ type RunJob struct {
|
||||
ID int64
|
||||
RunID int64
|
||||
Name string
|
||||
Ready bool // ready to be executed
|
||||
Attempt int64
|
||||
WorkflowPayload []byte
|
||||
JobID string // job id in workflow, not job's id
|
||||
Needs []int64 `xorm:"JSON TEXT"`
|
||||
RunsOn []string `xorm:"JSON TEXT"`
|
||||
TaskID int64 // the latest task of the job
|
||||
|
||||
Reference in New Issue
Block a user