19975: Add OutOfMemoryRetry to CWL extensions page.
[arvados.git] / sdk / cwl / arvados_cwl / util.py
index a0dfb290c1b2dd9a87e67151f8885c5ee70bd3f8..a0c34ea52d2c1ca407f0c291f3a0a46e77eca9c6 100644 (file)
@@ -18,7 +18,7 @@ def get_intermediate_collection_info(workflow_step_name, current_container, inte
         container_uuid = None
         props = {"type": "intermediate"}
         if current_container:
-            props["container"] = current_container['uuid']
+            props["container_uuid"] = current_container['uuid']
 
         return {"name" : name, "trash_at" : trash_time, "properties" : props}