10584: When evicting a Collection from the cache, ensure that get/put worker
[arvados.git] / sdk / cwl / tests / stdout.cwl
1 cwlVersion: v1.0
2 class: CommandLineTool
3 baseCommand: echo
4 stdout: output.txt
5 $namespaces:
6   arv: "http://arvados.org/cwl#"
7 hints:
8   arv:RuntimeConstraints:
9     outputDirType: local_output_dir
10 inputs:
11   message:
12     type: string
13     inputBinding:
14       position: 1
15 outputs:
16   output:
17     type: stdout