Is it best practice to verify if an error will occur on every node in the process? In this instance, I've set a timer to delay for 5 or 10 minutes, so even if the process in the first line encounters an error, it won't be marked as active with error. thank you.
Discussion posts and replies are publicly visible
Why would you want to do that? If there is something going wrong, you will get a notification and can handle that issue.