19069: Workflow launching improvements.
[arvados-workbench2.git] / src / store / context-menu / context-menu-actions.ts
index 1116949a6f31f769dfcf0fbb3ed56e147e7166c2..bc7f94b0a8bfc06c24b75d86ad4643f5cdb64103 100644 (file)
@@ -189,7 +189,7 @@ export const openProcessContextMenu = (event: React.MouseEvent<HTMLElement>, pro
                 name: res.name,
                 description: res.description,
                 outputUuid: res.outputUuid || '',
-                workflowUuid: res.properties.workflowUuid || '',
+                workflowUuid: res.properties.template_uuid || '',
                 menuKind: ContextMenuKind.PROCESS_RESOURCE
             }));
         }