By Alvin Alexander. Last updated: June 4, 2016
Question: What UML diagram can I use to show how an object state changes during its lifetime?
A UML state diagram will do the trick. A state diagram is very good for showing how an object state changes over the lifetime of a software application, and the triggers (triggering events) that cause the state to be changed.