From environment , how to limit the scope of an agent configuration object, only to its corresponding agent ,if we have a dynamic array of agents in environment

In reply to cgales:

Hi,
Thank you
Thanks for your reply.

I am trying to develop a virtual sequence & virtual sequencer for the above case, so I got one more question , how to start “N” number of sequences on “N” sequencers at a time , how to write the code , if “N” is a variable(we get this value form configuration object) ,
I am tried with the for/foreach loop , but if i use foreach/for loop , i think i will start the sequences on the sequencers in a series fashion , so in order to start all in parallel , can i use fork-join_none inside for/foreach loop or is there any alternative ,

Thanks
kamalesh