Aurélien Vallée
with Flow("myflow") as flow: multiprocess = Parameter("multiprocess") with case(multiprocess, True): flow.executor = DaskExecutor()
Kevin Kho