Jump to content

Error handling in BPM


HHH

Recommended Posts

Is there a way to handle errors in a BPM.

For example we have a BPM to create users. If the user already exists in the system, the BPM throws an error and quits.

We would like to handle it a bit nicer. Either check if the user exists and, if so, route the flow to update the ticket with information about this. Or catch the error and if there is an error route the BPM to display a proper message and close normally.

Sort of a try...catch for the programmers out there.

Is there a good way for any of these. So far I have only found a "Continue on Error" field but I don't want it to go the whole route if the user already exists.

 

Link to comment
Share on other sites

  • Victor changed the title to Error handling in BPM

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...