Hi, wanna ask what is the best way to call the subflow. right now I am using something like below:
Copy code
parallel_subflows = [
subflow1(ref_id),
subflow2(ref_id)
]
await asyncio.gather(*parallel_subflows)
but I can't control the random generated flow run name in this way. How can I configure the flow run parameter of the subflow?
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.