dify/api/services/workflow
Harry 0d686fc6ae refactor: streamline trigger event node metadata handling and update async workflow service for JSON serialization
- Removed unnecessary input data from the TriggerEventNode's metadata.
- Updated AsyncWorkflowService to use model_dump_json() for trigger metadata serialization.
- Added a comment in WorkflowAppService to address the large size of the workflow_app_log table and the use of an additional details field.
2025-10-28 17:50:06 +08:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
entities.py refactor: streamline trigger event node metadata handling and update async workflow service for JSON serialization 2025-10-28 17:50:06 +08:00
queue_dispatcher.py fix: limits 2025-09-09 23:32:51 +08:00
rate_limiter.py fix can't subtract offset-naive and offset-aware datetimes 2025-09-28 09:10:21 +08:00
scheduler.py feat(trigger): add suspend/timeslice layers and workflow CFS scheduler 2025-10-21 19:20:54 +08:00
workflow_converter.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00