Can someone explain what "Loop Depth" means in Process tab?

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?

1 Like

Hey @HMJason

I hope this is what you are looking for ?

Thanks
#nK

Hi @HMJason ,

Welcome to the community :slight_smile:

Your understanding is correct. Please refer to the documentation to know about Loop Depth.

Feel free to let us know if you’ve any questions.

Regards,
Rashmi

Thank you!

1 Like