Is there a way to track/identify the internal/built in iteration described here: https://answers.laserfiche.com/questions/57726/Workflow-Error-0700WF10-with-Invoke-Workflow-Activity ?
I’m aiming to know what # out of the 32 my workflow is running
Is there a way to track/identify the internal/built in iteration described here: https://answers.laserfiche.com/questions/57726/Workflow-Error-0700WF10-with-Invoke-Workflow-Activity ?
I’m aiming to know what # out of the 32 my workflow is running
It's not a straight "if this workflow invokes itself more than 32 times, stop it", it's a depth of 32. What exactly are you trying to do?
I am aiming to get some sort of notification, an email for example, or be able to identify when the iteration is getting ‘close’ to the stop of 32. This way I can monitor and restart the flow without interruption to users. I have used a token counter, but there has been an instance where the internal count and my token count have been at odds, which caused a disruption to users.