X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/189fee6586b290a78cdc1b3a3b9845efe0cf7499..58a4f7eb6dc51569eef87b6b5de800e4defa6291:/doc/api/schema/JobTask.html.textile.liquid diff --git a/doc/api/schema/JobTask.html.textile.liquid b/doc/api/schema/JobTask.html.textile.liquid index 4e7aee97cd..fbd4343f88 100644 --- a/doc/api/schema/JobTask.html.textile.liquid +++ b/doc/api/schema/JobTask.html.textile.liquid @@ -6,8 +6,6 @@ title: JobTask ... - - A Job Task is a well defined independently-computable portion of a "Job":Job.html. Job tasks are created two ways: @@ -22,20 +20,18 @@ Job tasks have particular update semantics: h2. Methods -See "REST methods for working with Arvados resources":/api/methods.html - -API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/job_tasks@ +See "job_tasks":{{site.baseurl}}/api/methods/job_tasks.html -h2. Resources +h2. Resource -Each JobTask has, in addition to the usual "attributes of Arvados resources":/api/resources.html: +Each JobTask has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html: table(table table-bordered table-condensed). |_. Attribute|_. Type|_. Description|_. Example| |sequence|integer|Execution sequence. A step cannot be run until all steps with lower sequence numbers have completed. Job steps with the same sequence number can be run in any order.|| -|parameters{}|list||| +|parameters|hash||| |output|text||| |progress|float||| |success|boolean|Is null if the task has neither completed successfully nor failed permanently.||