Design around the reviewer’s next decision
A queue is a work interface. Its labels, evidence and actions should reflect the business process rather than the internal vocabulary of the automation.
Separate technical failure from business uncertainty
A service timeout needs a controlled retry or investigation. A missing purchase approval needs a business owner. An ambiguous supplier requires identity review. Combining all three under failed forces every reviewer to diagnose the system before doing their own work. Create a small, understandable reason catalogue and show enough detail to route each case correctly.
Make the evidence part of the task
Show the relevant invoice page, extracted value, expected value where available and the supporting purchase or job record. Preserve the original evidence and make corrections visible. If access restrictions prevent a reviewer opening a source, that is a queue design problem to resolve. A task cannot be completed responsibly when its supporting record is hidden from the assigned person.
Define completion for each reason
Some exceptions end when a field is corrected, some when an approval is recorded and others when a supplier supplies a replacement document. Write the completion condition for each category before creating buttons. A reviewer clicking done should trigger a check of the required evidence or destination state. Closing the task and hoping another process finishes later creates misleading reporting.
Reduce repeated diagnosis
Capture useful reasoning when a case is handled so the next reviewer does not repeat the same investigation. A supplier-specific layout issue may belong in a configuration improvement backlog, while a one-off commercial dispute should remain a case decision. Keep those two activities linked without making the queue wait indefinitely for a technical enhancement.