Giovanni Giacco
10/22/2021, 6:03 PMKevin Kho
StartFlowRun
call.
start_flow = StartFlowRun(...)
with Flow(...) as flow:
start_flow.map(parameters=[list_of_dict_of_parameters])
And I think this should trigger multiple StartFlowRun callsKevin Kho