I am currently trying to use prefect to schedule a...
# ask-community
s
I am currently trying to use prefect to schedule and visualise a network automation project I am doing with nornir. This automation framework also uses threaded runner and tasks just like prefect, but that is why prefect struggles to follow the workflow and is only able to visualise tasks I create in the main flow and does not really see one calls an other which calls a third one. Anyone already came across such a problem? can I somehow combine the treaded runner logic of my nornir with prefects logic? or maybe someone even worked with prefect and nornir?