Hi,
I have implemented a sub process to kick-in if an error occurs with the help of a try-catch mechanism. My workflow starts a sub-process, creates an entry and waits for someone in IT to resolve the issue and change metadata of the entry in order to proceed.
Is it possible to start the Try Branch again at this point? currently I'm repeating the same activities but there are steps in the workflow where data generated from the original step is used. I could use tokens but it just adds extra steps and I'd like to avoid.
Does anyone know a way to execute a step, if fails, perform catch steps and try the original step again?
Please advice if there is a better way to handle a scenario such as this.