Allowing admins to always be able to edit a form

cancel
Showing results for 
Search instead for 
Did you mean: 
pjain
Member II

Allowing admins to always be able to edit a form

Jump to solution

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 Solution

Accepted Solutions
mdtabrezmca
Established Member II

Re: Allowing admins to always be able to edit a form

Jump to solution

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 solution in original post

1 Reply
mdtabrezmca
Established Member II

Re: Allowing admins to always be able to edit a form

Jump to solution

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