diff --git a/packages/editor-ui/src/components/ExecutionsView/ExecutionCard.vue b/packages/editor-ui/src/components/ExecutionsView/ExecutionCard.vue index bfe2f75dc..45d67cbea 100644 --- a/packages/editor-ui/src/components/ExecutionsView/ExecutionCard.vue +++ b/packages/editor-ui/src/components/ExecutionsView/ExecutionCard.vue @@ -13,7 +13,7 @@ :class="$style.executionLink" :to="{ name: VIEWS.EXECUTION_PREVIEW, - params: { workflowId: currentWorkflow, executionId: execution.id }, + params: { name: currentWorkflow, executionId: execution.id }, }" :data-test-execution-status="executionUIDetails.name" >