Unanswered
Are Nested Pipeline Component Supported? E.G. Having A Component Call Other Pipeline Components? I Tried To Run This Snippet:
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
143 Views
0
Answers
one year ago
one year ago