Files
dify/api/core/plugin/impl
Harry 80f2c1be67 fix(trigger): enhance error handling and refactor end user creation in trigger workflows
- Improved error handling in `TriggerSubscriptionListApi` to return a 404 response for ValueErrors.
- Refactored end user creation logic in `service_api/wraps.py` to use `get_or_create_end_user` for better clarity and consistency.
- Introduced a new method `create_end_user_batch` for batch creation of end users, optimizing database interactions.
- Updated various trigger-related services to utilize the new end user handling, ensuring proper user context during trigger dispatching.
2025-10-17 21:00:57 +08:00
..
2025-09-18 12:49:10 +08:00
2025-10-10 17:30:13 +09:00
2025-10-10 17:30:13 +09:00
2025-07-23 13:12:39 +08:00
2025-09-18 12:49:10 +08:00
2025-09-25 18:22:30 +08:00