Expand my Community achievements bar.

SOLVED

Access Privileges for Categories in Start processes

Avatar

Level 2

Hi everyone,

I have some categories in start process (where a user can start a process from workspace) say Category1 and Category2, is there any way to control the access of these categories i.e. I need some type of users to start Category1 only and they cannot start the other, and some other users can start the Category2 while they cannot access or start the other which didn't belongs to them.

any help.

1 Accepted Solution

Avatar

Correct answer by
Level 10

By default, any process you create, the Start Point (Process Card) is hidden to all users. Administrator should explicitly grant permission to the users who can view this process card.

However, this is exceptional to Super Administrator as he/she can see all the Process Cards by default.

To be more technical:

Any process you create will run as a Service within the J2EE service container. These services requires authentication by default. Hence, Administrator should grant permissions to users who can invoke this service from the Service Container.

Assigning Workspace User role doesn't mean that they can view and start all the services. Rather, they can just login into the workspace.

The below screenshot shows how to configure permissions for a service:

adminui.png

Nith

View solution in original post

4 Replies

Avatar

Level 10

That is not an easy job unless you customize the Workspace UI.

However, you can control the start points so that the users can view the category created but cannot see any process cards inside of them.

Not enough?

Nith

Avatar

Level 3
Level 3

Hi,

Nith is right and you can not control access of a category but you can control access of cards displayed inside a category. I think at some extent this approach will solve your problem.

Thanks

Avatar

Level 2

Thanks Nith

But how can I control the start points where unresponsible users  cannot see any process cards inside of them

Avatar

Correct answer by
Level 10

By default, any process you create, the Start Point (Process Card) is hidden to all users. Administrator should explicitly grant permission to the users who can view this process card.

However, this is exceptional to Super Administrator as he/she can see all the Process Cards by default.

To be more technical:

Any process you create will run as a Service within the J2EE service container. These services requires authentication by default. Hence, Administrator should grant permissions to users who can invoke this service from the Service Container.

Assigning Workspace User role doesn't mean that they can view and start all the services. Rather, they can just login into the workspace.

The below screenshot shows how to configure permissions for a service:

adminui.png

Nith