Files
dify/api/services
Harry 814787677a feat(trigger): update plugin trigger API and model to use trigger_name
- Modified `PluginTriggerApi` to accept `trigger_name` as a JSON argument and return encoded plugin triggers.
- Updated `WorkflowPluginTrigger` model to replace `trigger_id` with `trigger_name` for better clarity.
- Adjusted `WorkflowPluginTriggerService` to handle the new `trigger_name` field and ensure proper error handling for subscriptions.
- Enhanced `workflow_trigger_fields` to include `trigger_name` in the plugin trigger schema.

This change improves the API's clarity and aligns the model with the updated naming conventions.
2025-09-05 15:56:13 +08:00
..
2025-07-24 00:57:45 +08:00
2025-08-20 15:38:14 +08:00
2025-07-24 00:57:45 +08:00
2025-07-24 00:57:45 +08:00
2025-08-20 15:38:14 +08:00
2025-08-29 14:10:51 +08:00