https://prefect.io logo
s

Sunjay

11/29/2022, 3:04 PM
I have a flow running with multiple functions which are defined in a custom block. Is there any way to create upstream and downstream dependencies between these functions. Since these are not tasks I can't use wait_for attribute. Any hints or pattern to handle this use case. Orchestrate different functions built in a custom block?
k

Khuyen Tran

11/29/2022, 4:57 PM
I don’t think you can create upstream and downstream dependencies between functions if they are not tasks or flows