X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7a98271d94163cdc4afa5bfcf275db353bc062d2..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 67c16ff62e..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,11 +20,9 @@ Job tasks have particular update semantics: h2. Methods -See "REST methods for working with Arvados resources":{{site.baseurl}}/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":{{site.baseurl}}/api/resources.html: @@ -35,7 +31,7 @@ table(table table-bordered table-condensed). |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.||