https://prefect.io logo
Title
a

Aamir Butt

06/19/2020, 10:43 AM
Hi All, i’m trying to understand the use cases for prefect. For example is it suitable for internal business workflows? For example something as simple as when a user registers, requiring them to confirm their emails, getting them to fill-in the user profiles, et cetera. Or implementing the process for holiday submission and authorisation for staff... ie Standard business SOPs.
n

nicholas

06/19/2020, 1:07 PM
Hi @Aamir Butt - I think the answer is “yes”. Prefect is just Python, so a good way to think of flows is as very modular Python applications; so anything you might do with a python application, you can do with Prefect.
:upvote: 3
a

Aamir Butt

06/22/2020, 4:59 PM
I thought so too, but wondered whether it was primarily ETL projects. Thnx. Will give it a go.