Dynamo script to run other scripts in sequence

Hi

After some advice and solution if possible. Is it possible to create one Dynamo script that runs other dynamo Rules?

For instance, the engineer must select each time when editing a project to ensure that data is validated correctly before we release it. Sometimes, errors are slipping via the net because of engineer manual intervention.

01_Oslo Board check
02_Production_Information
04_Bevel to Timber (DESC2)
05_OSB3 Board Check

I want 1 Dynamo script that runs the scripts shown above in one click.

1 Like

There are several ways to do this, with the simplest method being to make each graph a custom node, deploy them all as a package locally or via the web, and then users can wire things up i the order they want, or you can build a ‘1-4’ graph for common sequences.

2 Likes