Hey everyone!
I have a beginners question. I'm looking to build a workflow builder for a B2B software platform that allows businesses/customers to build automations for their own processes within my SaaS platform. I've been researching various tools to work as the orchestration layer: Dagster, Flyte, Hachet, Windmill, Prefact, built myself. My app will be single tenant, maybe 30-50 users each, not much concurrency but a medium/large amount of data and async workflows running in the background that are event-based. A bit like Zapier - large amount of workflows with multiple tasks that all complete within very few seconds.
I believe Prefect would be a good tool for it but I wanted to check back with folks if you'd agree. I plan to have "AI actions" as part of the platform as well. Wondering if controlflow would be most suitable as the platform in general or if it is solely focussed on AI tasks.
Appreciate the feedback - sorry this being a basic question