claim processing with policy variants using drools and jbpm? -


i'm trying build claim processing system. there multiple variations of insurance policies (based on negotiations individual clients). aim keep base policies per provider , apply variations them per client ensure easy maintenance of top level policies (like damage due fire covered or not). policies should easy created non-technical business users.

what best approach this? i'm thinking on lines of using drools come basic rules , create jbpm processes per policy provider consume rules. guvnor authoring , maintenance of rules , processes.

assuming no human tasks (its going set of rules need fired , results thrown out), using jbpm going overkill? there better alternatives in open source world?

drools closely integrated jbpm use cases this, won't overkill, work nicely together. jbpm not human interactions, can used automatic processing.

one remark, might possible not have 1 process per provider have 1 (or small set of) process(es) , use rules handle variations.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -