https://prefect.io logo
#prefect-ui
Title
# prefect-ui
e

Enes KÖKÇÜ

12/23/2022, 11:45 AM
Hello, How do I write the code that connects the flows in prefect 1.0?
k

Kalise Richmond

12/23/2022, 5:03 PM
Hi @Enes KÖKÇÜ, if you're just getting started I highly recommend started writing your flows with 2.0 because all that is required is an
@flow
decorator to your python functions. However, if you need to stick with Prefect 1, you can see an example of a flow defined here.