...
Key | Type | Required | Description |
---|---|---|---|
taskId | String | Required | Job이 속한 task의 ID |
jobDefineObject | Object | Required | Job을 정의하는 객체 |
Request Example
Code Block |
---|
{ "taskId": "0", "jobDefineObject": object(JobDefineObject) } |
Response
Key | Type | Description |
---|---|---|
id | String | Job을 유일하게 구분할 수 있는 Job의 ID |