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.

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi,

    I have a process model along with a sub-process.

    In the above defined main process model, I have a script task called "List of Submitters".

    My script task is loading 3 different values in a variable called "listOfSubmitters".

    Now, when I need to pass each individual value to the sub-process.

    How can I get individual values of the variable "listOfSubmitters" in the sub-process?

    I am not getting where and how to use tp!instanceIndex.

Children