Tim Pörtner
01/12/2021, 1:18 PMwith Flow("test-flow") as flow:
tasks_to_run = {
(here are information on which tasks should be added to the flow)
}
parameter_tasks_to_run = Parameter("tasks_to_run", default=tasks_to_run)
Can i force it so that this Parameter shows up on the web frontend without actually using the parameter in a task within the flow?Jenny
01/12/2021, 2:08 PMTim Pörtner
01/12/2021, 2:10 PMJenny
01/12/2021, 2:37 PM