dify/web/app/components/workflow/nodes
Harry 1562d00037 feat(trigger): implement trigger debugging functionality
- Added DraftWorkflowTriggerNodeApi and DraftWorkflowTriggerRunApi for debugging trigger nodes and workflows.
- Enhanced TriggerDebugService to manage trigger debugging sessions and event listening.
- Introduced structured event responses for trigger debugging, including listening started, received, node finished, and workflow started events.
- Updated Queue and Stream entities to support new trigger debug events.
- Refactored trigger input handling to streamline the process of creating inputs from trigger data.

This implementation improves the debugging capabilities for trigger nodes and workflows, providing clearer event handling and structured responses.
2025-09-11 16:55:58 +08:00
..
_base fix(tool): standardize tool naming across components 2025-09-11 16:55:57 +08:00
agent CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
answer lint: fix issue of no-unused-vars (#23375) 2025-08-05 11:12:30 +08:00
assigner Merge branch 'main' into feat/trigger 2025-09-01 18:05:31 +08:00
code feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
document-extractor Chore/variable label (#23270) 2025-08-01 15:43:36 +08:00
end lint: fix issue of no-unused-vars (#23375) 2025-08-05 11:12:30 +08:00
http CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
if-else feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
iteration feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
iteration-start Feat: workflow dark mode (#17785) 2025-04-10 17:15:48 +08:00
knowledge-retrieval CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
list-operator feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
llm CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
loop feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
loop-end Feat/loop break node (#17268) 2025-04-01 16:52:07 +08:00
loop-start Feat: workflow dark mode (#17785) 2025-04-10 17:15:48 +08:00
parameter-extractor fix(tool): standardize tool naming across components 2025-09-11 16:55:57 +08:00
question-classifier CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
start feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
template-transform feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
tool feat(trigger): implement trigger debugging functionality 2025-09-11 16:55:58 +08:00
trigger-plugin feat/trigger plugin apikey (#25388) 2025-09-09 15:01:06 +08:00
trigger-schedule fix: missing key for translation path (#25059) 2025-09-03 14:43:40 +08:00
trigger-webhook fix(webhook): prevent SimpleSelect from resetting user selections (#25423) 2025-09-09 17:11:11 +08:00
variable-assigner feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
constants.ts feat: comprehensive trigger node system with Schedule Trigger implementation (#24039) 2025-08-18 09:23:16 +08:00
index.tsx Fix/workflow use nodes hooks (#21822) 2025-07-02 17:48:23 +08:00
utils.ts fix: element of Array[string] and Array[number] and size attribution (#23074) 2025-07-30 15:21:50 +08:00