mirror of
https://github.com/langgenius/dify.git
synced 2026-04-13 14:48:11 +08:00
Update api/tasks/trigger_processing_tasks.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
c31933c163
commit
9c30f16e4b
@ -277,7 +277,7 @@ def dispatch_triggered_workflow(
|
||||
logger.error("Trigger event node not found for app %s", plugin_trigger.app_id)
|
||||
continue
|
||||
|
||||
# invoke triger
|
||||
# invoke trigger
|
||||
trigger_metadata = PluginTriggerMetadata(
|
||||
plugin_unique_identifier=provider_controller.plugin_unique_identifier or "",
|
||||
endpoint_id=subscription.endpoint_id,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user