Hi,
i have a sequence with a call as new thread and i need the real caller at run-time.
The problem is:
RunState.Caller gives not the caller who start the new thread, but the current step of the calling sequence. It´s not the same.
RunState.CallingStep returns a run-time copy of the step and that´s what i actually want, but so i can´t get another caller.
About the background: I want to get every item of the complete CallStack and find out the StepGroup.
Did anybody have an idea?
Thanks for help.
Best regards
Rico