cancel
Showing results for 
Search instead for 
Did you mean: 

Rights-Mamangement on Process-Definitions

b_schnarr
Champ in-the-making
Champ in-the-making
Hello at all,

lets say I model a new process in the Activiti modeler or in eclipse. Is it possible to define which user or which user groups can see and start this new process definition after the deployment?

Thanks and best regards
Ben
12 REPLIES 12

b_schnarr
Champ in-the-making
Champ in-the-making
I succeeded in building the whole distribution with ant. Therefore, I right-klicked on the build.xml in the distro Folder and selected: Run as ant Build. The generated war-Files work perfectly.

b_schnarr
Champ in-the-making
Champ in-the-making
You wrote : "This is possible by using the API. After deployment, you can add candidate starters for a certain process-definition (using repositoryService). Later on, when you want to display the possible processDefinitions, use the startableByUser(…) on ProcessDefinitionQuery to limit the visibility of definitions."

Is this also true for LDAP Users? Lets say the Activiti Explorer and REST Webapp are using LDAP. Is it then also possible to work witth candidate starters?

Best regards
Ben

trademak
Star Contributor
Star Contributor
Yes, the same is true for LDAP users, no difference. We don't have this support built-in to the Explorer or REST web application, but you can add it of course.

Best regards,