Process, sub-process
Hi,
I have a dictionary and I am passing the same into a sub-process and it is running n-number of times based on the count (n) of items in the dictionary.
Now, in the sub-process I need to pass each item to a rule and get the data.
How can I get each individual item from the dictionary. Will there be any counter which will get increased whenever sub-process was running.
Thanks.




