We’ve got roughly thirty active workflows running on Camunda. Most are maintained by a team of three developers. The workflows themselves are stable, but we’re constantly iterating on them. Someone finds an edge case, we need to adjust business logic, requirements change slightly, we rebuild a section.
Right now our bottleneck is the development cycle. A small change that takes thirty minutes to describe might take four hours to implement because the developer needs to open the IDE, navigate the codebase, make the changes, test locally, deploy to staging, test there, then promote to production. There’s rhythm and ritual to that process.
The pitch for no-code builders is that this gets faster. You make changes visually, the system handles boilerplate, testing is less friction. I get the appeal. But I’m skeptical about how much of our workflow complexity you can actually handle without code.
Our workflows include custom data transformations, integration with legacy systems that have weird APIs, business logic that evolved organically and has some legitimate complexity. Not everything is a simple trigger-action pattern.
I’m wondering: for people who’ve actually migrated workflows to no-code builders, what percentage of your logic could you actually handle visually? Were there things you expected to be no-code that ended up needing custom code anyway? And was the maintenance experience actually materially faster, or does no-code builders just shift the complexity around?
Does anyone have a honest breakdown of time saved vs complexity handled?