dify/api/services/workflow
Harry c16421df27 refactor: improve trigger metadata handling and streamline workflow service
- Updated ScheduleTriggerDebugEventPoller to include an empty files list in workflow_args.
- Enhanced WorkflowAppService to handle trigger metadata more effectively, including a new method for processing metadata and removing the deprecated _safe_json_loads function.
- Adjusted PluginTriggerMetadata to use icon_filename and icon_dark_filename for better clarity.
- Simplified async workflow task parameters by changing triggered_from to trigger_from for consistency.
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: improve trigger metadata handling and streamline workflow service 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