fix loop child nodes variables (#3980)
This commit is contained in:
parent
576c60bd55
commit
b2e2fa6b76
@ -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)
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user