Hey everyone! I have a beginners question. I'm loo...
# ask-community
p
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
n
hey @Phil! ill point you in a couple directions that I think may be interesting to you: • since you can use prefect to deploy arbitrary python (no DSL required) you can deploy controlflow too if you want!trigger deployments to run when some prerequisite events occur and for fun, since you mentioned background AI actions my WIP ai secretary that builds me a one-page "what's interesting?" summary from my slack, github, and email
👍 1