Hi there, let's say I have a transaction composed of HTTP message A and B I have a threadGroup with 2 HTTP Request HTTPClients that reflects that transaction. Then I start a load test with 30 threads, that is scheduled to run for 10 minutes. At the end of the test, the threads seem to stop where they are, they don't complete the transaction: what it means is that if thread xy sent message A it stops there, but I need it to send as well message B before it stops.
is there a way to acomplish this "transaction completion" somehow? thanks!!! Gustavo.

