Multiple runs in a file

Are there any ways to automatic run for different functions in the same dynamo file? For example: if A step is finished, then start B and stop A at the same time?

Hi Annie,

Use “Transaction.Start” and “Transaction.End” node at the end of different functions.

Or you can freeze node at the end of each operation.

Post an example file.
It is very likely that all you need to do is to structure your graph properly.

1 Like

I would like to hide the duct first and take the captures after that. Lastly, I would like to unhide all the ducts.

  1. I have tried using the if node, but the dynamo still went through all the processes at the same time.
  2. Are there any ways to connect these 3 steps, in order to run all the function automatically?

Thank you!