Merge branch '19143-project-list-workflows'
[arvados-workbench2.git] / cypress / fixtures / workflow_with_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   - id: "#main/bar"
15     type:
16       items: Directory
17       type: array
18   - id: "#main/foo"
19     type:
20       items: File
21       type: array
22   outputs: []
23   steps: []
24 cwlVersion: v1.2