Pedro Martins
01/07/2022, 1:30 PMclient.create_flow_run(flow_id, parameters)
and flow.run(parameters)
. Are they equivalent?
Would the flow.run
connect to the client and run the latest version of the flow?Anna Geller
flow.run()
triggers a local run on your local development machinePedro Martins
01/07/2022, 1:43 PM