dify/web/app/components/workflow-app
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
..
components feat(trigger): add plugin trigger test-run handling to workflow 2025-10-10 10:43:13 +08:00
hooks fix(workflow): update API route for DraftWorkflowTriggerRunApi 2025-10-10 18:13:28 +08:00
store/workflow Merge remote-tracking branch 'origin/main' into feat/trigger 2025-09-25 17:14:24 +08:00
index.tsx Merge remote-tracking branch 'origin/main' into feat/trigger 2025-10-07 18:25:43 +08:00