I've created a REST service on top of wsclient using the module API. I have then created a set of rules for the Rules module which call out to these services. How do I get the services to react to error conditions? For example, I'm reacting on some particular save events and I don't want to save the data should the external web service fail.

Comments

PatchRanger’s picture

Version: 7.x-1.0-beta2 » 7.x-1.x-dev

I've filed an issue for Rules Conditional module, which is very much related to the subject and could be a solution: #2076093: Try-Catch plugin?.