9 See "REST methods for working with Arvados resources":{{site.baseurl}}/api/methods.html
11 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/job_tasks@
15 Required arguments are displayed in %{background:#ccffcc}green%.
21 A job task is a individually scheduled and task executed as part of an overall job.
23 Each JobTask has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html:
25 table(table table-bordered table-condensed).
26 |_. Attribute|_. Type|_. Description|_. Example|
27 |sequence|integer|Execution sequence.
28 A step cannot be run until all steps with lower sequence numbers have completed.
29 Job steps with the same sequence number can be run in any order.||
33 |success|boolean|Is null if the task has neither completed successfully nor failed permanently.||
35 The following attributes should not be updated by anyone other than the job manager:
37 table(table table-bordered table-condensed).
38 |_. Attribute|_. Type|_. Description|_. Notes|
39 |qsequence|integer|Order of arrival|0-based|
41 |created_by_job_task_uuid|string|||
53 table(table table-bordered table-condensed).
54 |_. Argument |_. Type |_. Description |_. Location |_. Example |
55 |job_task|object||query||
59 Delete an existing JobTask.
63 table(table table-bordered table-condensed).
64 |_. Argument |_. Type |_. Description |_. Location |_. Example |
65 {background:#ccffcc}.|uuid|string|The UUID of the JobTask in question.|path||
69 Gets a JobTask's metadata by UUID.
73 table(table table-bordered table-condensed).
74 |_. Argument |_. Type |_. Description |_. Location |_. Example |
75 {background:#ccffcc}.|uuid|string|The UUID of the JobTask in question.|path||
83 table(table table-bordered table-condensed).
84 |_. Argument |_. Type |_. Description |_. Location |_. Example |
85 |limit|integer (default 100)|Maximum number of job_tasks to return.|query||
86 |order|string|Order in which to return matching job_tasks.|query||
87 |filters|array|Conditions for filtering job_tasks.|query||
91 Update attributes of an existing JobTask.
95 table(table table-bordered table-condensed).
96 |_. Argument |_. Type |_. Description |_. Location |_. Example |
97 {background:#ccffcc}.|uuid|string|The UUID of the JobTask in question.|path||
98 |job_task|object||query||