dify/web/app/components/workflow
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
..
__tests__ feat: implement trigger-plugin support with real-time status sync (#25326) 2025-09-07 21:29:53 +08:00
block-selector fix(tool): standardize tool naming across components 2025-09-11 16:55:57 +08:00
datasets-detail-store CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
header fix: workflow header (#25411) 2025-09-09 15:34:15 +08:00
help-line style: replace `h-[1px]` with `h-px` to unify the writing format of Tailwind CSS (#24146) 2025-08-21 21:38:40 +08:00
hooks fix: improve test run menu and checklist ui (#25300) 2025-09-06 22:54:36 +08:00
hooks-store CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
nodes feat(trigger): implement trigger debugging functionality 2025-09-11 16:55:58 +08:00
note-node style: replace `h-[1px]` with `h-px` to unify the writing format of Tailwind CSS (#24146) 2025-08-21 21:38:40 +08:00
operator Merge branch 'main' into feat/trigger 2025-09-01 18:05:31 +08:00
panel CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
plugin-dependency Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
run fix: workflow log panel's round style (#24658) 2025-08-28 09:20:17 +08:00
simple-node Feat/loop break node (#17268) 2025-04-01 16:52:07 +08:00
store feat: implement trigger-plugin support with real-time status sync (#25326) 2025-09-07 21:29:53 +08:00
utils feat: adjust scroll to selected node position to top-left area (#25403) 2025-09-09 14:58:42 +08:00
variable-inspect CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
block-icon.tsx feat(workflow): Plugin Trigger Node with Unified Entry Node System (#24205) 2025-08-20 23:49:10 +08:00
blocks.tsx Solve circular dependency issue between `workflow/constants.ts` file and `default.ts` file (#13165) 2025-02-04 09:26:01 +08:00
candidate-node.tsx Feature/newnew workflow loop node (#14863) 2025-03-05 17:41:15 +08:00
constants.ts refactor: unify trigger node architecture and clean up technical debt (#24886) 2025-09-01 15:47:44 +08:00
context.tsx Chore/slice workflow (#18351) 2025-04-18 13:59:12 +08:00
custom-connection-line.tsx fix: workflow edge curvature (#3488) 2024-04-15 15:49:40 +08:00
custom-edge-linear-gradient-render.tsx feat: workflow continue on error (#11474) 2024-12-11 14:21:38 +08:00
custom-edge.tsx feat(workflow): add relations panel to visualize dependencies (#21998) 2025-08-05 15:08:23 +08:00
dsl-export-confirm-modal.tsx refactor & perf: `import { noop } from 'lodash-es'` across `web` (#17439) 2025-04-06 17:56:08 +08:00
index.tsx Feat node search (#23685) 2025-08-11 10:19:52 +08:00
limit-tips.tsx Chore: frontend infrastructure upgrade (#16420) 2025-03-21 17:41:03 +08:00
node-contextmenu.tsx fix: workflow context menu popup issue (#7530) 2024-08-23 13:14:17 +08:00
panel-contextmenu.tsx Chore: frontend infrastructure upgrade (#16420) 2025-03-21 17:41:03 +08:00
selection-contextmenu.tsx CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
shortcuts-name.tsx Remove workflow features button (#24085) 2025-08-19 09:32:07 +08:00
style.css fix: ReactFlow background in dark theme (#20013) 2025-05-21 10:32:07 +08:00
syncing-data-modal.tsx chore: workflow syncing modal (#5108) 2024-06-12 16:35:19 +08:00
types.ts feat(trigger): enhance plugin and trigger integration with updated naming conventions 2025-09-08 23:14:50 +08:00
update-dsl-modal.tsx fix: workflow import sync env and conversation variables (#21215) 2025-06-19 15:44:42 +08:00
workflow-history-store.tsx refactor & perf: `import { noop } from 'lodash-es'` across `web` (#17439) 2025-04-06 17:56:08 +08:00