diff --git a/packages/editor-ui/src/router.ts b/packages/editor-ui/src/router.ts index 59e46041f2924..9ae53826edf57 100644 --- a/packages/editor-ui/src/router.ts +++ b/packages/editor-ui/src/router.ts @@ -194,6 +194,10 @@ const router = new Router({ }, }, }, + { + path: '/workflow', + redirect: '/workflow/new', + }, { path: '/workflows', name: VIEWS.WORKFLOWS,