X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dc7d01f4d4031962ffd5734ca0c64146a7217e4a..80459d52161120ae8e33da140984d596271d5195:/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..dd4c7054a9 100644 --- a/sdk/cwl/tests/wf/scatter2_subwf.cwl +++ b/sdk/cwl/tests/wf/scatter2_subwf.cwl @@ -50,9 +50,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 +62,7 @@ ], "outputs": [ { - "id": "#main/sleep1/out", + "id": "#main/sleep1/subtool/out", "outputBinding": { "outputEval": "out" },