1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 workflow_with_definition_yml:
6 uuid: zzzzz-7fd4e-validworkfloyml
7 owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
8 name: Valid workflow with name and desc
9 description: this workflow has a valid definition yaml
10 definition: "name: foo\ndesc: bar"
11 created_at: 2016-08-15 12:00:00
13 workflow_with_no_definition_yml:
14 uuid: zzzzz-7fd4e-validbutnoyml00
15 owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
16 name: Valid workflow with no definition yaml
17 description: this workflow does not have a definition yaml
18 created_at: 2016-08-15 12:00:00
20 workflow_with_no_name_and_desc:
21 uuid: zzzzz-7fd4e-validnonamedesc
22 owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
23 definition: this is valid yaml
24 created_at: 2016-08-15 12:00:01
26 workflow_with_input_specifications:
27 uuid: zzzzz-7fd4e-validwithinputs
28 owner_uuid: zzzzz-j7d0g-zhxawtyetzwc5f0
29 name: Workflow with input specifications
30 description: this workflow has inputs specified
31 created_at: <%= 1.minute.ago.to_s(:db) %>
34 class: CommandLineTool
38 - doc: a longer documentation string for this parameter (optional)
41 label: a short label for this parameter (optional)
52 workflow_with_input_defaults:
53 uuid: zzzzz-7fd4e-validwithinput2
54 owner_uuid: zzzzz-j7d0g-zhxawtyetzwc5f0
55 name: Workflow with default input specifications
56 description: this workflow has inputs specified
57 created_at: <%= 1.minute.ago.to_s(:db) %>
60 class: CommandLineTool
68 default: hello-testing-123
72 uuid: zzzzz-7fd4e-validwithinput3
73 owner_uuid: zzzzz-j7d0g-zhxawtyetzwc5f0
74 name: Workflow with WorkflowRunnerResources
75 description: this workflow has WorkflowRunnerResources
76 created_at: <%= 1.minute.ago.to_s(:db) %>
79 class: CommandLineTool
81 - class: http://arvados.org/cwl#WorkflowRunnerResources
82 acrContainerImage: arvados/jobs:2.0.4
93 default: hello-testing-123