imixs / imixs-workflow

The open source technology for business process management
http://www.imixs.org/
GNU General Public License v3.0
358 stars 64 forks source link

Allow empty business Rules #854

Closed rsoika closed 5 months ago

rsoika commented 7 months ago

Currently it is not allowed to define a business rule with no result object. The rule engine throws a Processing Excpeiton. This is also true in case the business rule is empty and contains only comments.

This makes it impossible to temporarily disable a complex rule with comments.

Solution: remove exception and replace it with a warning message on the server.