cancel
Showing results for 
Search instead for 
Did you mean: 

Allowing admins to always be able to edit a form

pjain
Champ in-the-making
Champ in-the-making

We are using Alfresco Process Services 1.9.0.

For one of our process, we want our Admins(custom role) to be able to edit anything on the form and complete it, even if the task is not assigned to them. We understand that it may result in race conditions and unpredictable behavior, but our assessment is that those scenarios are unlikely. Right now, the option we can think of, is it to go to the admin app, assign the task to Admin and then admins can edit the form.

1 ACCEPTED ANSWER

mdtabrezmca
Star Contributor
Star Contributor

The case you are making is important for the business case.

I think You can use involve user, or involve group feature so that every task will be avialable to admin for complete/edit on behalf of user.

Please go through this custom code for the same

activiti-examples/aps-task-watchlist-extension at master · cijujoseph/activiti-examples · GitHub 

I think this is helpful

View answer in original post

1 REPLY 1

mdtabrezmca
Star Contributor
Star Contributor

The case you are making is important for the business case.

I think You can use involve user, or involve group feature so that every task will be avialable to admin for complete/edit on behalf of user.

Please go through this custom code for the same

activiti-examples/aps-task-watchlist-extension at master · cijujoseph/activiti-examples · GitHub 

I think this is helpful