cancel
Showing results for 
Search instead for 
Did you mean: 

Display the process to particular user only

kavi
Champ in-the-making
Champ in-the-making
Hi ,

I have created a process flow using modeller.
Is it possible to display the process only to particular user type?
If so how to do it?

Thanks,
kavi
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi,

No, Activiti doesn't have functionality to restrict access to a process for only a specific user.
But you can of course easily add this by creating a database table which manages links between process definitions and user/groups.

Best regards,

kavi
Champ in-the-making
Champ in-the-making
Hi ,

Thanks for your reply.
Happy that my req is possible.
But as far now i am using h2 database.
When i tried to change the database to sql server in my local it failed with error.
I tried based on http://www.activiti.org/userguide/index.html#databaseConfiguration
So how to change the datanse for sql server2008? Can u give be exact jdbc settings for sql server?
Also how to do it add tables while using h2 database?

Thanks.
kavi