dify/api/core/app/apps
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
..
advanced_chat feat(graph_engine): Support pausing workflow graph executions (#26585) 2025-10-19 21:33:41 +08:00
agent_chat rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
chat use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
common Merge remote-tracking branch 'origin/main' into feat/trigger 2025-10-28 11:28:06 +08:00
completion Fix: avoid duplicate response_chunk update in `convert_stream_simple_response` (#26965) 2025-10-16 15:53:07 +08:00
pipeline add billing enable check (#27213) 2025-10-21 17:49:38 +08:00
workflow feat(trigger): system variables for trigger nodes 2025-10-29 18:10:38 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
base_app_generate_response_converter.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
base_app_generator.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
base_app_queue_manager.py feat(graph_engine): Support pausing workflow graph executions (#26585) 2025-10-19 21:33:41 +08:00
base_app_runner.py fix: drop useless logic (#26678) 2025-10-10 12:59:28 +08:00
exc.py refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +08:00
message_based_app_generator.py add app mode for message (#26876) 2025-10-16 10:19:49 +08:00
message_based_app_queue_manager.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
workflow_app_runner.py Merge branch 'main' into feat/trigger 2025-10-21 11:09:26 +08:00