I am working in web based approval system where:
- User select folder and ask for approval to a approver
- Approver log in and found pending approval list and upon checking few criteria approve or reject the approval request
- Corresponding mail will be fired to user
- Every state will be stored in db
Can anyone help me with web based jBPM sample project.
I have checked few jBPM projects in github but not clear about persistance(saving the state)and human task,how they work.
Any sample project or link please share