Same sequence on multiple sequencers

Hello everyone,

I have situation like this.
I have one sequence and one agent instantiated two times.
so seq_0 and seq_1 and agent_0 and agent_1.
At the beggining of test i am executing seq_0 on sequncer from agent_0.
Later on when i call seq_0 on agent_1 it behaves like i called seq_0 on agent_0.
It completly ignores fact that i called it on agent_1, and therefore i have some errors in test because
those agents have same kind interface but they are attached to different modules with separate instance of interface.
I solved this situation easily but it bugs me what is wrong there?

Is this something that i shouldnt do, because i dont see what is wrong there?

In reply to Sanjin_Arsenovic:

If you do not show how your implementation is, it is impossible to give you and advice.