X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dc7d01f4d4031962ffd5734ca0c64146a7217e4a..a93ef946eb1e73ee190ea4ff19c4f9278235530c:/sdk/cwl/tests/wf/scatter2_subwf.cwl diff --git a/sdk/cwl/tests/wf/scatter2_subwf.cwl b/sdk/cwl/tests/wf/scatter2_subwf.cwl index df4d992c35..2af1155437 100644 --- a/sdk/cwl/tests/wf/scatter2_subwf.cwl +++ b/sdk/cwl/tests/wf/scatter2_subwf.cwl @@ -1,10 +1,19 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + { "$graph": [ { "class": "Workflow", + "cwlVersion": "v1.0", "hints": [], "id": "#main", "inputs": [ + { + "id": "#main/fileblub", + "type": "File" + }, { "id": "#main/sleeptime", "type": "int" @@ -50,9 +59,10 @@ "run": { "baseCommand": "sleep", "class": "CommandLineTool", + "id": "#main/sleep1/subtool", "inputs": [ { - "id": "#main/sleep1/sleeptime", + "id": "#main/sleep1/subtool/sleeptime", "inputBinding": { "position": 1 }, @@ -61,7 +71,7 @@ ], "outputs": [ { - "id": "#main/sleep1/out", + "id": "#main/sleep1/subtool/out", "outputBinding": { "outputEval": "out" },