10036: Update ContainerRequest API documentation about canceling a conatiner_request.
[arvados.git] / doc / api / schema / Workflow.html.textile.liquid
1 ---
2 layout: default
3 navsection: api
4 navmenu: Schema
5 title: Workflow
6
7 ...
8
9 A *Workflow* is a definition of work to be performed by a Crunch2 process. It defines the steps and inputs for the process.
10
11 h2. Methods
12
13 See "workflows":{{site.baseurl}}/api/methods/workflows.html
14
15 h2. Resource
16
17 Each Workflow offers the following optional attributes, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html:
18
19 table(table table-bordered table-condensed).
20 |_. Attribute|_. Type|_. Description|_. Example|
21 |name|string|If not specified, will be set to any "name" from the "definition" attribute.||
22 |description|string|If not specified, will be set to any "description" from the "definition" attribute.||
23 |definition|string|A "Common Workflow Language" document.|Visit "Common Workflow Language":http://www.commonwl.org/ for details.|