dify/web/app/components/workflow
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
..
block-selector Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
header Feat: shortcut hook (#7385) 2024-08-19 18:11:11 +08:00
help-line FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
hooks Merge branch 'refs/heads/main' into feat/workflow-parallel-support 2024-08-21 16:59:23 +08:00
nodes feat: support dialogue count in chatflow (#7440) 2024-08-20 18:28:39 +08:00
note-node feat: tailwind related improvement (#6085) 2024-07-09 15:05:40 +08:00
operator Feat: shortcut hook (#7385) 2024-08-19 18:11:11 +08:00
panel Feat: shortcut hook (#7385) 2024-08-19 18:11:11 +08:00
run fix: not show correct iteration times number in run history (#7318) 2024-08-15 21:02:41 +08:00
block-icon.tsx Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
candidate-node.tsx feat: undo/redo for workflow editor (#3927) 2024-06-26 14:37:12 +08:00
constants.ts Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
context.tsx FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
custom-connection-line.tsx fix: workflow edge curvature (#3488) 2024-04-15 15:49:40 +08:00
custom-edge.tsx feat: tailwind related improvement (#6085) 2024-07-09 15:05:40 +08:00
dsl-export-confirm-modal.tsx Feat/environment variables in workflow (#6515) 2024-07-22 15:29:39 +08:00
features.tsx feat: new icons (#5412) 2024-06-20 11:05:08 +08:00
index.tsx Feat: shortcut hook (#7385) 2024-08-19 18:11:11 +08:00
node-contextmenu.tsx chore: node help link (#4795) 2024-05-30 14:24:53 +08:00
panel-contextmenu.tsx Feat/environment variables in workflow (#6515) 2024-07-22 15:29:39 +08:00
shortcuts-name.tsx feat: tailwind related improvement (#6085) 2024-07-09 15:05:40 +08:00
store.ts Feat: shortcut hook (#7385) 2024-08-19 18:11:11 +08:00
style.css feat: workflow interaction (#4214) 2024-05-09 17:18:51 +08:00
syncing-data-modal.tsx chore: workflow syncing modal (#5108) 2024-06-12 16:35:19 +08:00
types.ts Feat: shortcut hook (#7385) 2024-08-19 18:11:11 +08:00
update-dsl-modal.tsx feat: support importing and overwriting workflow DSL (#5511) 2024-06-25 15:46:12 +08:00
utils.ts feat: workflow if-else support elif (#6072) 2024-07-10 18:20:13 +08:00
workflow-history-store.tsx feat: undo/redo for workflow editor (#3927) 2024-06-26 14:37:12 +08:00