Hi, My workflow process takes input as a list. It loops through the workflow for all the items in the list. If my list contain 4 items, there will be 3*7= 21 steps when I invoke the process. I can able to check my recordings for debugging. If I give 5 inputs, It takes around 5*7 = 35 steps in the wo...