19688: Set step id to match original workflow id
[arvados.git] / sdk / cwl / arvados_cwl / arvworkflow.py
index ecbac0c2cdee87a85149326837208095bc416239..78bc7f31937ce5947b9afe6eab67b9c1e77aefb1 100644 (file)
@@ -55,7 +55,7 @@ def make_wrapper_workflow(arvRunner, main, packed, project_uuid, name):
     # now construct the wrapper
 
     step = {
-        "id": "#main/step",
+        "id": "#main/" + name,
         "in": [],
         "out": [],
         "run": "keep:%s/workflow.json#main" % pdh,