Hi,
I have a design/architecture question. I would like to fully utilize drools, jbpm capabilities and less development outside of these tools, if possible.
Here is my requirement:
1. customer submits an application (json request)
2. system calls vendors(rest calls) to validate information
3. system runs drools rules to determine eligibility
4. system sends a response back to the web with approve/reject/pending decision (json response)
5. system creates a review task for pending decision.
I am thinking to use a jbpm process to achieve this requirement, but I know that jbpm process doesn't "respond" with json response. It just completes the tasks and end. Are there other designs that can help me achieve this requirement?
Thanks,
Diana