We are willing to use activiti-liferay package module.
And I'd like to know whether it's possible to realize higher approval in Activiti or not,
and if it's possible how do that.
Process is like this.
Start > UserTask1 > UserTask2 > UserTask3 > End
- UserTask1 needs userA Approval
- UserTask2 needs userB Approval
- UserTask3 needs userC Approval
The condition is like this.
- userC can approve UserTask1 and UserTask2
- userB can approve UserTask1, but can't approve UserTask3.
I thought it needs to customize wrapper application with ActivitiApi like following way.
- check user authority
- approve task in order
Is there any other idea?
If It has already been implemented, please let me know.
Thanks.