dify/api/core/app/apps/common
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
..
__init__.py feat: Split WorkflowCycleManager (#20071) 2025-05-22 09:49:25 +08:00
workflow_response_converter.py feat(trigger): add API endpoint to retrieve trigger plugin icons and enhance workflow response handling 2025-10-13 16:50:32 +08:00