Multiple, Un-related Processes within a Single Dynamo Script

Hey All,

Is it possible to use Python, or some other method, to combine 2 separate, unrelated Dynamo scripts/processes (i.e. one that creates worksets, and the other that adds a value to a specific parameter of sheets), into a single Dynamo script? My issue is that the 2 scripts have absolutely no overlap in processes/nodes/uses, but I’m trying to avoid having users click the “play” button more than once within Dynamo Player.

Thanks in advance!
Scott

@srosenbloomNKA Just copy the nodes from one script into the other.


Dynamo’s transaction manager would take care of the rest.

If you need to run one script after the other use the Passthrough node from Clockwork.

1 Like