What's the difference between Control Flow and Object Flow in UML? When do I use one and when do I use the other?
1 Answer
In UML Activity Diagrams
Control Flow shows the flow of control from one action to the next
and
Object flow is a path along which objects or data can pass.
Here is a detailed article on UML Activity Diagrams.