Hi, is there anyway to run tasks within tasks or subflows in parallel? Creating a proof of concept to do what I'm currently doing in ray. In ray I am able to create a parent remote function that creates children remotes, which then create more children remotes, all of these are running on different machines in parallel.
Also I'm seeing that if I can use serve I can do this (
https://github.com/zzstoatzz/submit-to-runner-demo), but I don't want to run this as a script, I want to start from a deployment, is there any way to do this?