11917: Do not clear rails cache at boot time.
[arvados.git] / sdk / cwl / tests / noreuse.cwl
1 cwlVersion: v1.0
2 class: Workflow
3 $namespaces:
4   arv: "http://arvados.org/cwl#"
5 inputs: []
6 outputs: []
7 steps:
8   step1:
9     in:
10       message:
11         default: "hello world"
12     out: [output]
13     hints:
14       arv:ReuseRequirement:
15         enableReuse: false
16     run: stdout.cwl