https://prefect.io logo
s

scott simpson

04/24/2022, 8:37 AM
Hey, new user here trying to get my head around Prefect. I'm using Orion. Can I return a value from a subflow and use it? I'm trying to do it by assigning the function call but the subflow is returning a State rather than the return value of the subflow function. Any ideas?
Found it! .result() is what I was after.
🙌 1
a

Anna Geller

04/24/2022, 11:21 AM
Nice work!
6 Views