Merge branch '8653-cwl-runner-handle-files' closes #8653
[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: draft-3
8 inputs:
9   - id: x
10     type: File
11 outputs: []
12 steps:
13   - id: step1
14     inputs:
15       - { id: x, source: "#x" }
16     outputs: []
17     run: ../tool/submit_tool.cwl