dify/api/services/trigger
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
..
schedule_service.py move schedule service to trigger sub dir 2025-10-02 00:24:32 +08:00
trigger_debug_service.py refactor(trigger): update API and service to use 'event' terminology 2025-10-10 15:48:42 +08:00
trigger_provider_service.py refactor(api): refactor all 2025-09-25 18:22:30 +08:00
trigger_service.py refactor(trigger): rename trigger-related fields and methods for consistency 2025-10-11 12:26:08 +08:00
trigger_subscription_builder_service.py refactor(api): update subscription handling in trigger provider 2025-09-29 18:28:10 +08:00
webhook_service.py refactor(trigger): unify debug event handling and improve polling mechanism 2025-10-08 17:31:16 +08:00
workflow_plugin_trigger_service.py refactor(trigger): rename trigger-related fields and methods for consistency 2025-10-11 12:26:08 +08:00