Hi guys, i have a question. Is it possible to start another flow, once a task in another flow is completed. For illustration :-
Flow A
Task 1 > Task 2 > Task 3
Flow B (once Task 2 in Flow A is completed on success, run Flow B)
Task 1
By using create_flow_run, does that mean a new flow is created everytime the parent flow runs? Or the flow_id & flow_name parameter in create_flow_run is used to look up on an already registered flow and run it?
Thanks @Zanie
z
Zanie
02/21/2022, 5:05 PM
The flowid/name are used to look up the registered flow and create a run that an agent will submit for execution