dify/api/core/workflow
yihong 70dd69d533
fix: Multiple Paths Between IF/ELSE Branches Invalidate Conditions (#11544)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-12-23 15:09:02 +08:00
..
callbacks Feat: continue on error (#11458) 2024-12-11 14:22:42 +08:00
entities Feat: Retry on node execution errors (#11871) 2024-12-20 14:14:06 +08:00
graph_engine fix: remove the unused retry index field (#11903) 2024-12-23 14:32:11 +08:00
nodes fix: Multiple Paths Between IF/ELSE Branches Invalidate Conditions (#11544) 2024-12-23 15:09:02 +08:00
utils feat(condition): add support for 'exists' and 'not exists' operators (#9687) 2024-10-23 13:25:17 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
constants.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
enums.py chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
errors.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
workflow_engine_manager.py feat: Parallel Execution of Nodes in Workflows (#8192) 2024-09-10 15:23:16 +08:00
workflow_entry.py Feat: upgrade variable assigner (#11285) 2024-12-03 13:56:40 +08:00