Ordering groups of Nodes of Script

Hi, hopefully I can word this question correctly:
If I made a script that achieved 2 functions, albeit non-related, is there a way of dictating which of those actions happens in which order?
As an example, if I had a group of group of nodes that set Door Parameter, and then another separate group of nodes that export an IFC, or set sheet parameters, how can I control the order these are actioned? Since they aren’t directly connected by wires

After the last node in the group which sets the Door Parameter add a Transaction.End node to force that transaction to finish completely. Then use a Passthrough node from the Clockwork package to let the other part of the script wait for the first.

I’m sure by searching “PassThrough” on the forum you’ll find some good examples.

2 Likes