dify/web/app/components/workflow/utils
yyh c8a0a2c00d
perf(workflow): skip unnecessary query subscriptions for non-plugin nodes
Add `enabled` parameter to tool query hooks so non-plugin nodes
(LLM, Code, IfElse, etc.) avoid registering React Query observers.
Extract shared matching functions into plugin-install-check utils to
eliminate duplicate logic between the hook and the checklist.
2026-01-30 01:46:50 +08:00
..
agent-context.ts feat: Add @agent icon and implement agent alias variables in workflow 2026-01-27 02:42:37 +08:00
common.ts fix(workflow_run): sequence_number race. (#21228) 2025-06-19 17:53:49 +08:00
data-source.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
debug.ts Fix type error (#27250) 2025-10-22 13:06:15 +08:00
edge.ts Chore/slice workflow utils (#17730) 2025-04-10 10:03:19 +08:00
elk-layout.ts feat: add AssembleVariablesAlt icon and integrate into sub-graph 2026-01-19 22:31:04 +08:00
gen-node-meta-data.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
index.ts chore: remove useless toolid 2026-01-26 18:09:46 +08:00
node-navigation.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
node.ts feat: merge app and meta defaults when creating workflow nodes 2026-01-19 23:56:15 +08:00
plugin-install-check.ts perf(workflow): skip unnecessary query subscriptions for non-plugin nodes 2026-01-30 01:46:50 +08:00
tool-token.ts chore: remove useless toolid 2026-01-26 18:09:46 +08:00
tool.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
trigger.ts feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
variable.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
workflow-entry.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
workflow-init.spec.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
workflow-init.ts fix: Add type safety for LLM node context variable_selector 2026-01-27 23:12:03 +08:00
workflow.ts Merge branch 'feat/pull-a-variable' into feat/support-agent-sandbox 2026-01-20 09:54:41 +08:00