Ievgenii Martynenko
05/08/2022, 6:13 PMwith Flow(name="Flow", executor=executor, storage=storage, run_config=run_config) as flow:
way it can start locally:
with Flow(name="Flow") as local_flow:
flow itself remains the same.Anna Geller
05/08/2022, 6:17 PMIevgenii Martynenko
05/08/2022, 6:31 PM