<@ULVA73B9P> -- I'm trying out ControlFlow for the...
# marvin-ai
w
@Marvin -- I'm trying out ControlFlow for the first time. Can I view the flow in the Prefect UI?
m
ControlFlow is a framework built on top of Prefect 3.x, and it integrates with the Prefect ecosystem. When you create a flow in ControlFlow using the
@flow
decorator or the
Flow
context manager, it becomes a Prefect flow. This means you can view and manage these flows within the Prefect UI, just like any other Prefect flow. For more detailed information on creating and managing flows in ControlFlow, you can refer to the ControlFlow concepts documentation. Additionally, you can learn more about deploying flows in Prefect with their deployment documentation. If you have any specific questions about setting up your flow or need further assistance, feel free to ask.
1