mirror of
https://github.com/langgenius/dify.git
synced 2026-05-01 07:58:02 +08:00
feat/trigger: support specifying root node (#24388)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@ -128,6 +128,7 @@ def _execute_workflow_common(task_data: WorkflowTaskData) -> AsyncTriggerExecuti
|
||||
call_depth=0,
|
||||
workflow_thread_pool_id=None,
|
||||
triggered_from=trigger_data.trigger_type,
|
||||
root_node_id=trigger_data.root_node_id,
|
||||
)
|
||||
|
||||
# Calculate elapsed time
|
||||
|
||||
Reference in New Issue
Block a user