Skip to main content
January 24, 2024
Question

Check process if encounter a error

  • January 24, 2024
  • 2 replies
  • 0 views

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. 

2 replies

harshitb6843
January 24, 2024

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

stefanhelzle0001
January 24, 2024

Why would you want to do that? If there is something going wrong, you will get a notification and can handle that issue.