Files
dify/api/models
Harry d53399e546 refactor(trigger): rename trigger-related fields and methods for consistency
- Updated the naming convention from 'trigger_name' to 'event_name' across various models and services to align with the new event-driven architecture.
- Refactored methods in PluginTriggerManager and PluginTriggerProviderController to use 'invoke_trigger_event' instead of 'invoke_trigger'.
- Adjusted database migration scripts to reflect changes in the schema, including the addition of 'event_name' and 'subscription_id' fields in the workflow_plugin_triggers table.
- Removed deprecated trigger-related methods in WorkflowPluginTriggerService to streamline the codebase.
2025-10-11 12:26:08 +08:00
..
2025-09-02 19:13:43 +08:00
2025-10-10 17:30:13 +09:00
2025-09-24 03:32:48 +08:00
2025-09-22 21:28:42 +08:00
2025-10-01 23:39:46 +08:00
2025-10-10 17:30:13 +09:00