Basically I want to run a function in parallel, and having that function create multiple tasks. So I was thinking of setting up a pipeline to have this hierarchy main -> parallelized_function -> init_task_function
. But I guess I could also just call Task.create
in init_task_function
and achieve the same
Hi @<1570220858075516928:profile|SlipperySheep79> , nested pipelines aren't supported currently. What is the use case that you need it for?