Rerun dynamo after finish

Hi guys

1- I am looking for way that after the dyn. run completed to run again from be beginning like loop.
2- Is there a way to open dyn. from other dyn. ??

Any ideas or suggestion would be appreciated.
@Mostafa_El_Ayoubi @Konrad_K_Sobon
Kind Regards

1 Like

If you compile a debug version of dynamo from source, you’ll have a force-run checkbox next to the run button.

I am sry can you give more details, i got lost

You can get more details on how to compile dynamo from the github repo

As an easier alternative to this, you can try adding ProruBim’s ForceEvaluation node to one of your initial inputs at the start of your script.

1 Like

Hi @Dimitar_Venkov

I am trying to use the node that you suggested, but it didn’t work…, like if I add it the graph will execute again after finish !.

Thank you

Well if you post your graph, we might be able to figure out why it’s not working. :wink:

Here’s what you should expect to see:

And here’s an older example:

2 Likes

this what I am looking to do I am using Data-shapes package, multipleinput node as you see in the picture, so the idea that after put the input and hit the button the graph will execute then show the form again rdy for the next inputs. because I don’t know if the ForceEvaluation node will do the required :smile:, wt you think ?. athank you

@Mohammad_Nawar

place this node

this will activate the periodic Run and you can feed the time in ms as shown below

now you can periodically make dynamo re-run after the time you specify.

Man thank u so much, i will try it and let u know, :+1:t2::+1:t2::+1:t2::+1:t2: