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@
13 Required arguments are displayed in %{background:#ccffcc}green%.
17 Each JobTask has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html:
19 table(table table-bordered table-condensed).
20 |_. Attribute|_. Type|_. Description|_. Example|
21 |sequence|integer|Execution sequence.
22 A step cannot be run until all steps with lower sequence numbers have completed.
23 Job steps with the same sequence number can be run in any order.||
27 |success|boolean|Is null if the task has neither completed successfully nor failed permanently.||
29 The following attributes should not be updated by anyone other than the job manager:
31 table(table table-bordered table-condensed).
32 |_. Attribute|_. Type|_. Description|_. Notes|
33 |qsequence|integer|Order of arrival|0-based|
35 |created_by_job_task_uuid|string|||
47 table(table table-bordered table-condensed).
48 |_. Argument |_. Type |_. Description |_. Location |_. Example |
49 |job_task|object||query||
53 Delete an existing JobTask.
57 table(table table-bordered table-condensed).
58 |_. Argument |_. Type |_. Description |_. Location |_. Example |
59 {background:#ccffcc}.|uuid|string|The UUID of the JobTask in question.|path||
63 Gets a JobTask's metadata by UUID.
67 table(table table-bordered table-condensed).
68 |_. Argument |_. Type |_. Description |_. Location |_. Example |
69 {background:#ccffcc}.|uuid|string|The UUID of the JobTask in question.|path||
77 table(table table-bordered table-condensed).
78 |_. Argument |_. Type |_. Description |_. Location |_. Example |
79 |limit|integer (default 100)|Maximum number of job_tasks to return.|query||
80 |order|string|Order in which to return matching job_tasks.|query||
81 |filters|array|Conditions for filtering job_tasks.|query||
85 Update attributes of an existing JobTask.
89 table(table table-bordered table-condensed).
90 |_. Argument |_. Type |_. Description |_. Location |_. Example |
91 {background:#ccffcc}.|uuid|string|The UUID of the JobTask in question.|path||
92 |job_task|object||query||