8460: Return recent events if last_log_id given.
[arvados.git] / doc / api / schema / JobTask.html.textile.liquid
index 4e7aee97cdaf3c792af16192ed77c32bcaad51cc..fbd4343f88b06c4fba1ccb9542561f7ee9b76f31 100644 (file)
@@ -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.||