cancel
Showing results for 
Search instead for 
Did you mean: 

define rights to a process and not only a userTask

cnirparis
Champ in-the-making
Champ in-the-making
Hello everyone.

You may define in the BPMN File the rights for a userTask, allowing a user o a group to complete it, like in

      <userTask id="MyTask" name="MyTaskName">
                <potentialOwner>
                        <resourceAssignmentExpression>
                                <formalExpression>MyUsersGroup</formalExpression>
                        </resourceAssignmentExpression>
                </potentialOwner>
      </userTask>


But it seems limited to a userTask, following BPMN standard, so anyone can do synchronous tasks ?
Is it possible to define rights for the whole process ?
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi,

You can define authorization on a process level as well:

http://activiti.org/userguide/index.html#security

Best regards,

cnirparis
Champ in-the-making
Champ in-the-making
Thank you very much. By the way, I think a good reference documentation would avoid you to answer lot of questions, because a users'guide is not enough.