Hello Prefect Community, I face <this> issue. Hav...
# prefect-community
p
Hello Prefect Community, I face this issue. Have you any idea/advice? Thanks in advance!
j
Hey @psimakis the Parameter tasks need to be added to the flow like this:
Copy code
flow.add_task(a)
flow.add_task(b)
https://docs.prefect.io/core/advanced_tutorials/task-guide.html#adding-tasks-to-flows
I’ll answer the question on stack overflow as well
p
Your are totally right. Thank you @josh for your quick response!
j
Anytime!