b4446559cc0bf246b3f6d0137d6cb24632a61d2a
[arvados.git] / sdk / cwl / tests / wf / submit_wf.cwl
1 # Test case for arvados-cwl-runner
2 #
3 # Used to test whether scanning a workflow file for dependencies
4 # (e.g. submit_tool.cwl) and uploading to Keep works as intended.
5
6 class: Workflow
7 cwlVersion: v1.0
8 inputs:
9   - id: x
10     type: File
11   - id: y
12     type: Directory
13 outputs: []
14 steps:
15   - id: step1
16     in:
17       - { id: x, source: "#x" }
18     out: []
19     run: ../tool/submit_tool.cwl