18549: Layout fixed, tests updated
[arvados-workbench2.git] / cypress / fixtures / workflow_with_default_array_fields.yaml
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 ---
6 "$graph":
7 - class: Workflow
8   cwlVersion: v1.2
9   hints:
10   - acrContainerImage: 7009415fdc959d0c2819ee2e9db96561+261
11     class: http://arvados.org/cwl#WorkflowRunnerResources
12   id: "#main"
13   inputs:
14   - default: []
15     id: "#main/bar"
16     type:
17       items: Directory
18       type: array
19   - default: []
20     id: "#main/foo"
21     type:
22       items: File
23       type: array
24   outputs: []
25   steps: []
26 cwlVersion: v1.2