mirror of https://github.com/langgenius/dify.git
- Updated `DraftWorkflowTriggerNodeApi` to utilize the new `TriggerDebugEvent` and `TriggerDebugEventPoller` for improved event polling. - Removed deprecated `poll_debug_event` methods from `TriggerService`, `ScheduleService`, and `WebhookService`, consolidating functionality into the new event structure. - Enhanced error handling in `invoke_trigger_event` to utilize `TriggerPluginInvokeError` for better clarity on invocation issues. - Updated frontend API routes to reflect changes in trigger event handling, ensuring consistency across the application. |
||
|---|---|---|
| .. | ||
| index.ts | ||
| use-DSL.ts | ||
| use-auto-onboarding.ts | ||
| use-available-nodes-meta-data.ts | ||
| use-configs-map.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 | ||