dify/web/app/components/workflow-app/hooks
Harry 0c65824cad fix(workflow): update API route for DraftWorkflowTriggerRunApi
- Changed the route from "/apps/<uuid:app_id>/workflows/draft/trigger/run" to "/apps/<uuid:app_id>/workflows/draft/trigger/plugin/run" to reflect the new plugin-based trigger structure.
- Updated corresponding URL in the useWorkflowRun hook to maintain consistency across the application.
2025-10-10 18:13:28 +08:00
..
index.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
use-auto-onboarding.ts fix: types 2025-09-29 20:53:50 +08:00
use-available-nodes-meta-data.ts Merge remote-tracking branch 'origin/main' into feat/trigger 2025-09-25 17:14:24 +08:00
use-configs-map.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
use-DSL.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
use-get-run-and-trace-url.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
use-inspect-vars-crud.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
use-is-chat-mode.ts Chore/slice workflow (#18351) 2025-04-18 13:59:12 +08:00
use-nodes-sync-draft.ts Merge branch 'main' into feat/trigger 2025-10-10 15:16:00 +08:00
use-workflow-init.ts Merge remote-tracking branch 'origin/main' into feat/trigger 2025-09-26 13:17:14 +08:00
use-workflow-refresh-draft.ts feat(workflow): Enable entry node deletion and fix draft sync 2025-09-26 13:54:52 +08:00
use-workflow-run.ts fix(workflow): update API route for DraftWorkflowTriggerRunApi 2025-10-10 18:13:28 +08:00
use-workflow-start-run.tsx fix: display correct icon for trigger nodes in listening panel 2025-10-10 15:04:58 +08:00
use-workflow-template.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00