Hello! I’m creating a widget where each node makes a network request using waitForTask.
The normal set up for our widget is that multiple nodes exist on the canvas, and each can make long-running web requests via waitForTask. However, we are running into a problem where when one node starts a waitForTask task, any waitForTask tasks that any other node is running is stopped.
How can each widget node run a waitForTask task independent of each other?