Activity diagrams model the flow of activities within a use case, showing sequential, conditional (branching), and parallel (concurrent) behavior. They visualize the workflow from start to finish, including decision points and concurrent activities. State diagrams track object lifecycle across states, sequence diagrams show object interactions, and class diagrams show static structure.