19688: Update tests
[arvados.git] / sdk / cwl / tests / wf / expect_upload_wrapper.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 {
6     "$graph": [
7         {
8             "class": "Workflow",
9             "hints": [
10                 {
11                     "acrContainerImage": "999999999999999999999999999999d3+99",
12                     "class": "http://arvados.org/cwl#WorkflowRunnerResources"
13                 }
14             ],
15             "id": "#main",
16             "inputs": [
17                 {
18                     "default": {
19                         "basename": "blorp.txt",
20                         "class": "File",
21                         "location": "keep:169f39d466a5438ac4a90e779bf750c7+53/blorp.txt",
22                         "nameext": ".txt",
23                         "nameroot": "blorp",
24                         "size": 16
25                     },
26                     "id": "#main/x",
27                     "type": "File"
28                 },
29                 {
30                     "default": {
31                         "basename": "99999999999999999999999999999998+99",
32                         "class": "Directory",
33                         "location": "keep:99999999999999999999999999999998+99"
34                     },
35                     "id": "#main/y",
36                     "type": "Directory"
37                 },
38                 {
39                     "default": {
40                         "basename": "anonymous",
41                         "class": "Directory",
42                         "listing": [
43                             {
44                                 "basename": "renamed.txt",
45                                 "class": "File",
46                                 "location": "keep:99999999999999999999999999999998+99/file1.txt",
47                                 "nameext": ".txt",
48                                 "nameroot": "renamed",
49                                 "size": 0
50                             }
51                         ],
52                         "location": "_:df80736f-f14d-4b10-b2e3-03aa27f034b2"
53                     },
54                     "id": "#main/z",
55                     "type": "Directory"
56                 }
57             ],
58             "outputs": [],
59             "requirements": [
60                 {
61                     "class": "SubworkflowFeatureRequirement"
62                 }
63             ],
64             "steps": [
65                 {
66                     "id": "#main/step",
67                     "in": [
68                         {
69                             "id": "#main/step/x",
70                             "source": "#main/x"
71                         },
72                         {
73                             "id": "#main/step/y",
74                             "source": "#main/y"
75                         },
76                         {
77                             "id": "#main/step/z",
78                             "source": "#main/z"
79                         }
80                     ],
81                     "out": [],
82                     "run": "keep:f1c2b0c514a5fb9b2a8b5b38a31bab66+61/workflow.json#main"
83                 }
84             ]
85         }
86     ],
87     "cwlVersion": "v1.2"
88 }