I need to pause one of the metanodes before the second one is executed

Hi all. Does anyone know how to make the Insert metanode run first, and the Update metanode executed only after the Insert metanode is executed. Perhaps this can be done using the wait node?

The important aspect is that these two metanodes are parallel to each other.

unnamed

Hi @BanS,

If you create components instead of metanodes, you can use the flow variable port to enforce an execution order like so:
image

Note that you may need to configure the component input and output if you want to pass through any flow variables.

Kind regards
Marvin

5 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.