I'm trying to do something like the following, but...
# ask-community
a
I'm trying to do something like the following, but it does not seems to work (the "multiprocess" parameter is not shown as a parameter in prefect UI:
Copy code
with Flow("myflow") as flow:
    multiprocess = Parameter("multiprocess")
    with case(multiprocess, True):
        flow.executor = DaskExecutor()
k
Hi @Aurélien Vallée, did you get through this issue? This is weird. You should at least see the parameter I think