I’m trying to understand what’s actually achievable when people talk about going from a plain language description of a process to an actual running workflow.
We have a complex order-to-cash process that we want to migrate from our legacy system to an open-source BPM platform. Someone on our team mentioned that we could describe what we want—like, actually write it out in English—and have an AI generate most of the workflow, which would mean we reduce our dependency on specialized developers and save time. But every time I’ve tried to use AI to generate code or process logic, it either completely misses the business logic, or it works for 70% of the case and then requires us to rebuild the tricky parts anyway.
I’m wondering if this is different when you’re working with a platform that’s built specifically for AI-powered workflow generation, versus just asking ChatGPT to write something. Is there actually a meaningful reduction in time-to-value, or are we just moving the work downstream? And when you do end up with an AI-generated workflow, how much of it actually survives to production without significant rework?
Has anyone actually gone from a plain English description of a migration goal to a deployed workflow that required minimal customization? What actually broke, and where did you end up spending the most time in the validation process?