cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to realize higher approval in Activiti?

d_mori
Champ in-the-making
Champ in-the-making
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.
1 REPLY 1

trademak
Star Contributor
Star Contributor
You can configure assignment rules on each user task and define it as you like. Or is that not sufficient for your use case?

Best regards,