Especially when dealing with browser automations, various lags and errors lead to rather messy Process level design.
To counter surprising attach or timeout issues, Process level flowchart tend to be filled with actions surrounded with blocks, resume/recover stages and retry loop structures. (Yes, you could clean the process by submerging retry logic into object level, but in the end, it's a same mess, but under a different carpet.)
My suggestion is to add a Try-Catch tool into a Process Studio toolbox. Idea is to place an action inside of Try-Catch area and handle exceptions the action might cause. Visually it mimics a Block tool, but adds to its design
The trickiest part is to create a nice design for a error node, but I hope you'll get the idea!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.