18870: Need to declare NODES as array
[arvados.git] / sdk / cwl / tests / stdout.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: CommandLineTool
7 baseCommand: echo
8 stdout: output.txt
9 $namespaces:
10   arv: "http://arvados.org/cwl#"
11 hints:
12   arv:RuntimeConstraints:
13     outputDirType: local_output_dir
14 inputs:
15   message:
16     type: string
17     inputBinding:
18       position: 1
19 outputs:
20   output:
21     type: stdout