projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
9964: Update schema revision to 20240502 for output_glob feature
[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