remove stub pages
[arvados.git] / doc / api / job-task.textile
1 ---
2 layout: default
3 navsection: api
4 title: Job tasks
5 navorder: 5
6 ---
7
8 {% include alert-incomplete.html %}
9
10 h1. Job scripts
11
12 ...how to understand and write them.
13
14 h3. Job task execution environment
15
16 A task's context is established in environment variables.
17
18 table(table table-bordered table-condensed).
19 |Environment variable|Description|
20 |@JOB_UUID@|UUID of the job|
21 |@JOB_PARAMETER_X@|Value of the @x@ parameter supplied when the job was created|
22 |@TASK_UUID@|UUID of the task|
23 |@TASK_QSEQUENCE@|Number of tasks added to this job before this one (in other words, 0-based queue entry order)|
24 |@TASK_SEQUENCE@|Task execution sequence specified when task was created — generally not unique to this task|
25 |@TASK_PARAMETER_X@|Value of the @x@ parameter supplied when the job task was created|
26 |@ARVADOS_API_TOKEN@|Authentication token to use with API calls made by the job task|
27