mirror of https://github.com/langgenius/dify.git
fix(workflow): add root_node_id to DraftWorkflowTriggerRunApi for improved response handling
- Included root_node_id in the API call to enhance the response structure during workflow execution.
This commit is contained in:
parent
75b3f5ac5a
commit
8f854e6a45
|
|
@ -1170,6 +1170,7 @@ class DraftWorkflowTriggerRunApi(Resource):
|
|||
args=workflow_args,
|
||||
invoke_from=InvokeFrom.DEBUGGER,
|
||||
streaming=True,
|
||||
root_node_id=node_id,
|
||||
)
|
||||
return helper.compact_generate_response(response)
|
||||
except InvokeRateLimitError as ex:
|
||||
|
|
|
|||
Loading…
Reference in New Issue