HI @DalJeanis
Thanks for replying. i will clear out the air here.
I am using a for loop and where variable i decides the batch size
inside loop there is if condition, if satified one condition it starts search4, till now everythings work great.
In else Condition, i am triggering start search9 where the value of variable i is being used to set a token used in search
so for e.g
if value of i =1 , i am setting token value token1=400 and token2= 200 and triggering search using startSearch().
if value of i =2 , i am setting token value token1=600 and token2=400 and riggering search using startSearch(). and so on till loop is valid.
now ideally in else loop, if there are 3 values of i there should be 3 instances of token and search JOB, instead i always and only get last instance of search9.
please let me know if you need more explainations.
Thanks
... View more