Route workflow notifications to run history

This commit is contained in:
2026-06-09 18:49:59 +08:00
parent f8bdc3e952
commit 0cf20cc1ea
4 changed files with 7 additions and 6 deletions
@@ -237,11 +237,11 @@ export function useNotification() {
break;
}
case 'workflow_instance': {
path = `/app/workflow_center/workflow/initiated?id=${linkId}`;
path = `/ai-platform/workflow-runs?id=${linkId}`;
break;
}
case 'workflow_task': {
path = `/app/workflow_center/workflow/pending?id=${linkId}`;
path = `/ai-platform/workflow-runs?id=${linkId}`;
break;
}
// No default