mirror of https://github.com/langgenius/dify.git
- Updated `DraftWorkflowTriggerNodeApi` to utilize the new `TriggerDebugEvent` and `TriggerDebugEventPoller` for improved event polling. - Removed deprecated `poll_debug_event` methods from `TriggerService`, `ScheduleService`, and `WebhookService`, consolidating functionality into the new event structure. - Enhanced error handling in `invoke_trigger_event` to utilize `TriggerPluginInvokeError` for better clarity on invocation issues. - Updated frontend API routes to reflect changes in trigger event handling, ensuring consistency across the application. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| clean_when_dataset_deleted.py | ||
| clean_when_document_deleted.py | ||
| create_document_index.py | ||
| create_installed_app_when_app_created.py | ||
| create_site_record_when_app_created.py | ||
| delete_tool_parameters_cache_when_sync_draft_workflow.py | ||
| sync_plugin_trigger_when_app_created.py | ||
| sync_webhook_when_app_created.py | ||
| sync_workflow_schedule_when_app_published.py | ||
| update_app_dataset_join_when_app_model_config_updated.py | ||
| update_app_dataset_join_when_app_published_workflow_updated.py | ||
| update_app_triggers_when_app_published_workflow_updated.py | ||
| update_provider_when_message_created.py | ||