fix loop child nodes variables (#3980)

This commit is contained in:
heheer
2025-03-05 13:53:28 +08:00
committed by GitHub
parent 576c60bd55
commit b2e2fa6b76

View File

@@ -62,6 +62,7 @@ export const dispatchLoop = async (props: Props): Promise<Response> => {
const response = await dispatchWorkFlow({
...props,
variables: newVariables,
runtimeEdges: cloneDeep(runtimeEdges)
});