I want a component to restart/recompute the whole GH graph via button or Boolean input manually. so I wonder if there is a plugin or component to do that .?!
Why can’t the user just press F5 or use the fly down menu and select “Recompute canvas”, if they have to trigger it manually?
Triggering from code could easily create an infinite loop if the component triggering it, is itself in the graph being recomputed (and isn’t idempotent, and has no delay).
You can try this:
Or this older solution:
1 Like