dify/api/core/trigger
Harry b283a2b3d9 feat(trigger): add API endpoint to retrieve trigger plugin icons and enhance workflow response handling
- Introduced `TriggerProviderIconApi` to fetch icons for trigger plugins based on tenant and provider ID.
- Updated `WorkflowResponseConverter` to include trigger plugin icons in the response.
- Implemented `get_trigger_plugin_icon` method in `TriggerManager` for icon retrieval logic.
- Adjusted `Node` class to correctly set provider information for trigger plugins.
- Modified TypeScript types to accommodate new provider ID field in workflow nodes.
2025-10-13 16:50:32 +08:00
..
entities feat(trigger): add API endpoint to retrieve trigger plugin icons and enhance workflow response handling 2025-10-13 16:50:32 +08:00
utils fix(trigger): clean up whitespace in encryption utility and trigger provider service 2025-09-05 15:56:13 +08:00
__init__.py feat(trigger): add trigger provider management and webhook handling functionality 2025-09-03 14:53:26 +08:00
errors.py Merge remote-tracking branch 'origin/main' into feat/trigger 2025-09-25 17:14:24 +08:00
provider.py feat(trigger): enhance trigger subscription handling with credential support 2025-10-11 21:12:27 +08:00
trigger_manager.py feat(trigger): add API endpoint to retrieve trigger plugin icons and enhance workflow response handling 2025-10-13 16:50:32 +08:00