Hi
@Muddassir Shaikh, flow of flows can work for multiple agents. Each run is created and then that flow run will find a matching agent.
For the upstream in another Flow, you have two options, you can use the
KV Store and persist some kind of flag. task_B can look for the flag before starting. Otherwise you likely need to use the GraphQL API, query for the latest run of Flow 1.task_A, find the state, and then when it’s done run Flow2.taskB