The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Debug Business Rules that run when a rest web service is called

spike
Mega Sage

Is there a way to debug business rules that run when a rest web service is called?

I've got an integration that is calling a rest webservice to insert and update incidents.

If I set "Debug Business Rules" I get the normal BR debug window. However when I call the rest service, the business rules that are being called (or skipped or whatever) are not being shown. (I've proven this by having a BR that has no conditions so fires every time and writes to the log.)

 

How can I find out what BRs are running and being skipped when the webservice is called?

(I've got a BR that is setting the state to In Progress. Some logging would indicate it's running, but the state isn't updated.)

 

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Hi

you cannot debug Business Rules for inbound web service requests as they are executed in the background and debugging only works for transaction within your user session

Maik

View solution in original post

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

Hi

you cannot debug Business Rules for inbound web service requests as they are executed in the background and debugging only works for transaction within your user session

Maik

Well that is annoying but it makes sense. Thanks for coming back to me.