Hi, I have a test sequence (lets call it TOP LEVEL) that runs and calls a new thread and keeps running in parallel with the new thread. While the TOP LEVEL test sequence is running and the new thread sequence is running in parallel, I'd like the new thread sequence to be able to know what the current step name that is being run in the TOP LEVEL test sequence.
Is there a way to do this? Thanks!