Running multiple scripts in sequence

@Daniel_Heijting - In theory it is possible, but DynamoAutomation wasn’t really designed for that. Currently, it would mean creating a very long master graph that would have to restart Revit for every script you want to run on a model (plus, you’d have to save the model at the end of each script).
However, since the package is based on Revit journals it should be possible to add a new node that would keep the model open and just repeatedly launch the Dynamo addin with a different script. I have added this to the backlog:


Not sure when I’ll find the time to look into this, though.
Also, I know that this kind of functionality has also been requested for Dynamo Player, e.g. run an entire folder of scripts on a model in sequence.

2 Likes