X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/da3b350bf378bf40f932227b2aad5c232556fac9..6c78b28f9f54664babc57a4b4372c502065ed5d1:/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 2af1155437..7a07de5bd2 100644 --- a/sdk/cwl/tests/wf/scatter2_subwf.cwl +++ b/sdk/cwl/tests/wf/scatter2_subwf.cwl @@ -6,7 +6,7 @@ "$graph": [ { "class": "Workflow", - "cwlVersion": "v1.0", + "cwlVersion": "v1.1", "hints": [], "id": "#main", "inputs": [ @@ -59,10 +59,10 @@ "run": { "baseCommand": "sleep", "class": "CommandLineTool", - "id": "#main/sleep1/subtool", + "id": "#main/sleep1/run/subtool", "inputs": [ { - "id": "#main/sleep1/subtool/sleeptime", + "id": "#main/sleep1/run/subtool/sleeptime", "inputBinding": { "position": 1 }, @@ -71,7 +71,7 @@ ], "outputs": [ { - "id": "#main/sleep1/subtool/out", + "id": "#main/sleep1/run/subtool/out", "outputBinding": { "outputEval": "out" }, @@ -83,5 +83,5 @@ ] } ], - "cwlVersion": "v1.0" -} \ No newline at end of file + "cwlVersion": "v1.1" +}