projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
16470: Fixes deprecation warning.
[arvados.git]
/
sdk
/
cwl
/
tests
/
wf
/
echo-wf.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
requirements:
10
SubworkflowFeatureRequirement: {}
11
12
inputs: []
13
14
outputs: []
15
16
steps:
17
echo-subwf:
18
requirements:
19
arv:RunInSingleContainer: {}
20
run: echo-subwf.cwl
21
in: []
22
out: []