19688: Update tests
[arvados.git] / sdk / cwl / tests / collection_per_tool / collection_per_tool_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             "outputs": [],
18             "requirements": [
19                 {
20                     "class": "SubworkflowFeatureRequirement"
21                 }
22             ],
23             "steps": [
24                 {
25                     "id": "#main/step",
26                     "in": [],
27                     "out": [],
28                     "run": "keep:92045991f69a417f2f26660db67911ef+61/workflow.json#main"
29                 }
30             ]
31         }
32     ],
33     "cwlVersion": "v1.2"
34 }