dify/web/app/components/workflow/hooks
takatost 35be41b337 Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
#	api/core/app/apps/advanced_chat/app_generator.py
#	api/core/app/apps/advanced_chat/generate_task_pipeline.py
#	api/core/app/apps/workflow/app_runner.py
#	api/core/app/apps/workflow/generate_task_pipeline.py
#	api/core/app/task_pipeline/workflow_cycle_state_manager.py
#	api/core/workflow/entities/variable_pool.py
#	api/core/workflow/nodes/code/code_node.py
#	api/core/workflow/nodes/llm/llm_node.py
#	api/core/workflow/nodes/start/start_node.py
#	api/core/workflow/nodes/variable_assigner/__init__.py
#	api/tests/integration_tests/workflow/nodes/test_llm.py
#	api/tests/integration_tests/workflow/nodes/test_parameter_extractor.py
#	api/tests/unit_tests/core/workflow/nodes/test_answer.py
#	api/tests/unit_tests/core/workflow/nodes/test_if_else.py
#	api/tests/unit_tests/core/workflow/nodes/test_variable_assigner.py
2024-08-21 16:59:23 +08:00
..
index.ts Feat: shortcut hook (#7385) 2024-08-19 18:11:11 +08:00
use-checklist.ts chore: MAX_TREE_DEPTH spelling mistake (#6965) 2024-08-05 18:41:08 +08:00
use-edges-interactions.ts feat: undo/redo for workflow editor (#3927) 2024-06-26 14:37:12 +08:00
use-helpline.ts feat: workflow new nodes (#4683) 2024-05-27 21:57:08 +08:00
use-node-data-update.ts feat: workflow add note node (#5164) 2024-06-14 17:08:11 +08:00
use-nodes-data.ts feat: workflow new nodes (#4683) 2024-05-27 21:57:08 +08:00
use-nodes-interactions.ts Merge branch 'refs/heads/main' into feat/workflow-parallel-support 2024-08-21 16:59:23 +08:00
use-nodes-layout.ts feat: workflow new nodes (#4683) 2024-05-27 21:57:08 +08:00
use-nodes-sync-draft.ts Feat: shortcut hook (#7385) 2024-08-19 18:11:11 +08:00
use-panel-interactions.ts feat: workflow interaction (#4214) 2024-05-09 17:18:51 +08:00
use-selection-interactions.ts fix: workflow add next node from knowledge retrieval node (#4467) 2024-05-17 11:42:03 +08:00
use-shortcuts.ts Feat: shortcut hook (#7385) 2024-08-19 18:11:11 +08:00
use-workflow-history.ts feat: undo/redo for workflow editor (#3927) 2024-06-26 14:37:12 +08:00
use-workflow-interactions.ts Feat: shortcut hook (#7385) 2024-08-19 18:11:11 +08:00
use-workflow-mode.ts feat: workflow remove preview mode (#3941) 2024-04-28 17:09:56 +08:00
use-workflow-run.ts Feat/environment variables in workflow (#6515) 2024-07-22 15:29:39 +08:00
use-workflow-start-run.tsx Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
use-workflow-template.ts FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
use-workflow-variables.ts Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
use-workflow.ts Feat: shortcut hook (#7385) 2024-08-19 18:11:11 +08:00