mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 00:33:37 +08:00
- 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. |
||
|---|---|---|
| .. | ||
| index.ts | ||
| use-auto-onboarding.ts | ||
| use-available-nodes-meta-data.ts | ||
| use-configs-map.ts | ||
| use-DSL.ts | ||
| use-get-run-and-trace-url.ts | ||
| use-inspect-vars-crud.ts | ||
| use-is-chat-mode.ts | ||
| use-nodes-sync-draft.ts | ||
| use-workflow-init.ts | ||
| use-workflow-refresh-draft.ts | ||
| use-workflow-run.ts | ||
| use-workflow-start-run.tsx | ||
| use-workflow-template.ts | ||