Hello,
It’s not entirely clear what the Loop Depth means in the “Process” tab.
Does it refer to being able to see the number of times an Activity loops back on itself as per your Loop Depth?
So lets say as an example, we have 3 Activities. If I set Loop Depth to 1 it will show up as below:
Initiate
Billing
Closed
If I set Loop Depth to 3, then does this mean it will show all activities which loops back on itself up to 3 times? So it would appear like:
Initiate
Initiate(2)
Initiate(3)
Billing
Billing(2)
Closed
So this tells us the process is looping back from Initiate to Initiate 3 times, and Billing to Billing 2 times?