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
In that case, you will have to use the terminate node instead of the end node. End only ends the current flow but terminate ends all the nodes and finally the process