dify/api/core/trigger
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
..
debug refactor: improve trigger metadata handling and streamline workflow service 2025-10-28 17:50:06 +08:00
entities fix(plugin): update trigger field type to allow None and add field validator for parameters in EventEntity 2025-10-27 12:02:22 +08:00
utils feat(trigger): implement subscription refresh logic with enhanced error handling and logging 2025-10-21 14:11:27 +08:00
__init__.py feat(trigger): add trigger provider management and webhook handling functionality 2025-09-03 14:53:26 +08:00
errors.py chore: better exception handling 2025-10-18 19:15:09 +08:00
provider.py chore: rename PluginTriggerManager to PluginTriggerClient 2025-10-18 19:33:08 +08:00
trigger_manager.py chore: rename PluginTriggerManager to PluginTriggerClient 2025-10-18 19:33:08 +08:00