dify/api/core/trigger/entities
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
..
api_entities.py Refactor: Rename triggers to events in trigger-related entities and services 2025-09-30 20:18:33 +08:00
entities.py refactor(trigger): rename trigger-related fields and methods for consistency 2025-10-11 12:26:08 +08:00