dify/web/app/components/workflow/nodes/_base/hooks
Harry 06c91fbcbd refactor(trigger): Unify the Trigger Debug interface and event handling and enhance error management
- 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.
2025-10-15 14:41:53 +08:00
..
use-available-var-list.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
use-node-crud.ts FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
use-node-help-link.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
use-node-info.ts Feature/newnew workflow loop node (#14863) 2025-03-05 17:41:15 +08:00
use-one-step-run.ts refactor(trigger): Unify the Trigger Debug interface and event handling and enhance error management 2025-10-15 14:41:53 +08:00
use-output-var-list.ts CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
use-resize-panel.ts [Chore/Refactor] Implement lazy initialization for useState calls to prevent re-computation (#26252) 2025-09-29 20:35:55 +09:00
use-toggle-expend.ts feat: support bool type variable frontend (#24437) 2025-08-26 18:16:05 +08:00
use-var-list.ts FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00