Also, if one uses a task that returns a list, can ...
# prefect-community
e
Also, if one uses a task that returns a list, can another task be executed for each element of the returned list?
k
For this one see mapping
e
Thanks. I haven't tried yet prefect cloud, but one of the things we want to do is expose a flow that should run a specific task in a loop depending on the number of parameters passed from the ui. can Parameters work with mapping?
k
Yes but looping is slightly different and honestly crap. compared to the equivalent in 2.0
e
So I should start using the 2.0😂
k
For looping, maybe
e
Is there a cloud version ?
k
e
Thanks, can workspaces be configured programmatically?
k
I think they will be, but at the moment there is only one workspace.
e
The python package is different right? it's not prefect but orion... correct?
k
pip install prefect==2.0b5
is Orion.
pip install prefect
gives 1.0