Multiple actors sometimes attempt to resolve the same decision simultaneously.
The result is duplication, conflict or contradictory outcomes.
A Decision Semaphore coordinates access to a decision object.
Only one actor resolves the decision while others wait or observe.
This prevents competing resolutions and preserves consistency across the system.
Concurrency problems exist in organisations just as they do in software.