https://prefect.io logo
Title
p

psimakis

06/24/2020, 12:44 PM
Hello Prefect Community, I face this issue. Have you any idea/advice? Thanks in advance!
j

josh

06/24/2020, 1:02 PM
Hey @psimakis the Parameter tasks need to be added to the flow like this:
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

psimakis

06/24/2020, 1:05 PM
Your are totally right. Thank you @josh for your quick response!
j

josh

06/24/2020, 1:05 PM
Anytime!