Merge branch '11917-dont-clear-cache'
[arvados.git] / sdk / cwl / tests / noreuse.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 cwlVersion: v1.0
6 class: Workflow
7 $namespaces:
8   arv: "http://arvados.org/cwl#"
9 inputs: []
10 outputs: []
11 steps:
12   step1:
13     in:
14       message:
15         default: "hello world"
16     out: [output]
17     hints:
18       arv:ReuseRequirement:
19         enableReuse: false
20     run: stdout.cwl