Report error
Decode Trail Latest Questions
executed flow failure
Users see generic messages. I want to understand why
Some business logic exists in both Flows and Apex, and conflicts occasionally arise. Records end up in unexpected states. Debugging feels difficult because execution spans multiple layers. I want to understand why this happens.
As usage increased, we started seeing more UNABLE_TO_LOCK_ROW errors. These rarely occurred earlier but are now fairly common during updates and integrations. The logic hasn’t changed much. I want to understand why locking becomes more frequent over time.
Transactions sometimes fail with CPU time limit errors, even though no single piece of logic seems expensive. These failures are hard to reproduce consistently. I want to understand what causes this.