dify/api/core/workflow/graph
Harry fb12f31df2 feat(trigger): system variables for trigger nodes
Added a timestamp field to the SystemVariable model and updated the WorkflowAppRunner to include the current timestamp during execution. Enhanced node type checks to recognize trigger nodes in various services, ensuring proper handling of system variables and node outputs in TriggerEventNode and TriggerScheduleNode. This improves the overall workflow execution context and maintains consistency across node types.
2025-10-29 18:10:38 +08:00
..
__init__.py feat(graph_engine): Support pausing workflow graph executions (#26585) 2025-10-19 21:33:41 +08:00
edge.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
graph.py feat(trigger): system variables for trigger nodes 2025-10-29 18:10:38 +08:00
graph_template.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
validation.py Add workflow graph validation checks (#27106) 2025-10-21 11:27:12 +08:00