Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / sdk / cwl / tests / wf / submit_wf.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 # Test case for arvados-cwl-runner
6 #
7 # Used to test whether scanning a workflow file for dependencies
8 # (e.g. submit_tool.cwl) and uploading to Keep works as intended.
9
10 class: Workflow
11 cwlVersion: v1.0
12 inputs:
13   - id: x
14     type: File
15   - id: y
16     type: Directory
17   - id: z
18     type: Directory
19 outputs: []
20 steps:
21   - id: step1
22     in:
23       - { id: x, source: "#x" }
24     out: []
25     run: ../tool/submit_tool.cwl