cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Designer: Separation of Duty and Binding of Duty

forschungsstude
Champ in-the-making
Champ in-the-making
Hello,

I created a process at Activiti Designer.
Now I want to test "Separation of Duty" and "Binding of Duty", but I have no idea where I can configure that.

Need help pls.
12 REPLIES 12

udoderk
Champ in-the-making
Champ in-the-making
OK ok, you've made your point!

How can I define Separation of Duty?

The workflow pattern Separation of Duties is not supported by BPMN. Thus with standard BPMN Modeling Tools (a-ka Activiti Modeller/Designer etc.) you have no chance to realize it. You need the Tools, that have the BPMN extensions like found above or this or those

forschungsstude
Champ in-the-making
Champ in-the-making
:idea:

Thank you.

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
You can implement this probably with some simple java code. Just e.g. store assignments in process variables and as an 'assignment expression' call this java code. It decides the next assignee by e.g. looking previous assignees…

It is the 'extension mechanism' for Activiti.