Hi,
how do I externalize the business rules from the business processes so that I can add rules without touching the business process logic?
For example, I have two business processes, say "Add Product" and "Update Product", there are a few common rules that these 2 processes share, and rules can keep getting added later. I intend to write the business process once, which executes all the rules available for a particular process, and if no exception is thrown, continues to complete the business process successfully.
I do not intend to use a rules engine as I think this might be too heavy for my architecture.
Thanks and Regards,
Ajay