dify/api/core/trigger/entities
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
..
api_entities.py Refactor: Rename triggers to events in trigger-related entities and services 2025-09-30 20:18:33 +08:00
entities.py feat(trigger): add API endpoint to retrieve trigger plugin icons and enhance workflow response handling 2025-10-13 16:50:32 +08:00