--- layout: default navsection: api title: "Resource: JobTask" navorder: 101 --- h1. JobTask A **JobTask** represents... h2. Methods See "REST methods for working with Arvados resources":methods.html API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/job_task@ h2. Creation h3. Prerequisites Prerequisites for creating a JobTask. h3. Side effects Side effects of creating a JobTask. h2. Resources Each JobTask has, in addition to the usual "attributes of Arvados resources":resources.html: table(table table-bordered table-condensed). |*Property name*|*Value*|*Description*|*Example*| |id|integer||| |uuid|string||| |owner_uuid|string||| |modified_by_client_uuid|string||| |modified_by_user_uuid|string||| |modified_at|datetime||| |job_uuid|string||| |sequence|integer||| |parameters|Hash||| |output|text||| |progress|float||| |success|boolean||| |created_at|datetime||| |updated_at|datetime||| |created_by_job_task_uuid|string||| |qsequence|integer|||