dify/api/events
Harry 6857bb4406 feat(trigger): implement plugin trigger synchronization and subscription management in workflow
- Added a new event handler for syncing plugin trigger relationships when a draft workflow is synced, ensuring that the database reflects the current state of plugin triggers.
- Introduced subscription management features in the frontend, allowing users to select, add, and remove subscriptions for trigger plugins.
- Updated various components to support subscription handling, including the addition of new UI elements for subscription selection and removal.
- Enhanced internationalization support by adding new translation keys related to subscription management.

These changes improve the overall functionality and user experience of trigger plugins within workflows.
2025-09-15 15:49:07 +08:00
..
event_handlers feat(trigger): implement plugin trigger synchronization and subscription management in workflow 2025-09-15 15:49:07 +08:00
__init__.py feat: support opensearch approximate k-NN (#5322) 2024-06-19 12:44:33 +08:00
app_event.py chore(api): Introduce Ruff Formatter. (#7291) 2024-08-15 12:54:05 +08:00
dataset_event.py chore(api): Introduce Ruff Formatter. (#7291) 2024-08-15 12:54:05 +08:00
document_event.py chore(api): Introduce Ruff Formatter. (#7291) 2024-08-15 12:54:05 +08:00
document_index_event.py Update mypy.ini (#24014) 2025-08-16 19:29:19 +08:00
message_event.py chore(api): Introduce Ruff Formatter. (#7291) 2024-08-15 12:54:05 +08:00
tenant_event.py chore(api): Introduce Ruff Formatter. (#7291) 2024-08-15 12:54:05 +08:00