Commit b2e2fa6b by heheer Committed by GitHub

fix loop child nodes variables (#3980)

parent 576c60bd
...@@ -62,6 +62,7 @@ export const dispatchLoop = async (props: Props): Promise<Response> => { ...@@ -62,6 +62,7 @@ export const dispatchLoop = async (props: Props): Promise<Response> => {
const response = await dispatchWorkFlow({ const response = await dispatchWorkFlow({
...props, ...props,
variables: newVariables,
runtimeEdges: cloneDeep(runtimeEdges) runtimeEdges: cloneDeep(runtimeEdges)
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment