10604: add pages to write and run workflows.
[arvados.git] / doc / user / tutorials / writing-cwl-workflow.html.textile.liquid
1 ---
2 layout: default
3 navsection: userguide
4 title: "Writing a CWL workflow"
5 ...
6
7 {% include 'what_is_cwl' %}
8
9 {% include 'tutorial_expectations' %}
10
11 h2. Registering a CWL workflow
12
13 Use @--create-workflow@ to register a CWL workflow with Arvados.
14
15 The following examples assume that you have prepared to run arvados-cwl-runner tool as explained in the "Using Common Workflow Language":{{site.baseurl}}/user/topics/running-workflow-command-line.html.textile.liquid page.
16
17 {% include 'register_cwl_workflow' %}
18
19 h2. Running a CWL workflow
20
21 h3. Running the workflow at command prompt
22
23 TBD
24
25 h3. Running the workflow using Workbench
26
27 The workflow can also be executed using Workbench. Go to the Workbench Dashboard and click the <span class="btn btn-sm btn-primary"><i class="fa fa-fw fa-gear"></i> Run a process...</span> button and select the desired workflow.
28