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