Hey <@U07A1U7SNHJ>, ControlFlow is built on top of...
# prefect-ui
j
Hey @Karthic Rao, ControlFlow is built on top of Prefect (control flow operations are represented as Prefect flows and tasks under the hood) so it's less that the Prefect UI is integrated into CF and more that CF acts as a client of the Prefect UI. In any case if you do the following, you should see your CF jobs in the Prefect UI (we're working on making this more clear in the docs!) • Start a Prefect server:
prefect server start
• Export the server URL:
export PREFECT_API_URL=<the server address that was printed, probably <http://localhost:4200/api> >
) • Open the Prefect UI at the address that was printed • run any ControlFlow flow or task, and you should see a corresponding run in Prefect