mirror of https://github.com/langgenius/dify.git
- 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. |
||
|---|---|---|
| .. | ||
| base.py | ||
| bundle.py | ||
| endpoint.py | ||
| marketplace.py | ||
| oauth.py | ||
| parameters.py | ||
| plugin.py | ||
| plugin_daemon.py | ||
| request.py | ||