diff --git a/packages/editor-ui/src/features/projects/projects-constants.ts b/packages/editor-ui/src/features/projects/projects-constants.ts index 16cbbd56139a5..19118ec9cecdc 100644 --- a/packages/editor-ui/src/features/projects/projects-constants.ts +++ b/packages/editor-ui/src/features/projects/projects-constants.ts @@ -10,6 +10,7 @@ export const oldRoutesToRedirectToProjects = [ '/workflow/new', '/workflow/:name/debug/:executionId', '/workflow/:name/executions', + '/workflow/:name/executions/:executionId', '/workflow/:workflowId/history/:versionId?', '/workflows/templates/:id', ];