feat(trigger): add trigger provider management and webhook handling functionality

This commit is contained in:
Harry
2025-08-28 11:46:35 +08:00
parent 7544b5ec9a
commit 87120ad4ac
28 changed files with 2056 additions and 57 deletions

View File

@ -20,6 +20,7 @@ def init_app(app: DifyApp):
reset_encrypt_key_pair,
reset_password,
setup_system_tool_oauth_client,
setup_system_trigger_oauth_client,
upgrade_db,
vdb_migrate,
)
@ -43,6 +44,7 @@ def init_app(app: DifyApp):
clear_orphaned_file_records,
remove_orphaned_files_on_storage,
setup_system_tool_oauth_client,
setup_system_trigger_oauth_client,
cleanup_orphaned_draft_variables,
]
for cmd in cmds_to_register: