X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b54a5ea817d3d2087eaa07dcf98ec8a82af56d06..05428b719b804e68a17e07af0de00c0607d0be04:/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 f6818f40c6..fbd4343f88 100644 --- a/doc/api/schema/JobTask.html.textile.liquid +++ b/doc/api/schema/JobTask.html.textile.liquid @@ -6,8 +6,6 @@ title: JobTask ... -h1. 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.||