18870: Need to declare NODES as array
[arvados.git] / sdk / cwl / tests / 16169-no-listing-hint.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   cwltool: "http://commonwl.org/cwltool#"
10 requirements:
11   cwltool:LoadListingRequirement:
12     loadListing: no_listing
13 inputs:
14   d: Directory
15 steps:
16   step1:
17     in:
18       d: d
19     out: [out]
20     run: wf/16169-step.cwl
21 outputs:
22   out:
23     type: File
24     outputSource: step1/out