cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow actions

mahesh
Champ in-the-making
Champ in-the-making

Hi

i have created simple approve, reject workflow for folder. But workflow options are also visible to users who has consumer access for folder.
i want to show approve and reject options only for users who has manager access.
is there any solution for same ?

3 REPLIES 3

sanjaybandhaniya
Elite Collaborator
Elite Collaborator

Have you created approve/reject custom actions?

If yen then you need to use evaluator which will decide who can access that action.

Hi
i have added simple workflow into my rule.
when douments enters into folder, reviewer will get the email notification and approve and reject option also.

but that approve and reject option is visible to all users who has permissions for same folder.

openpj
Elite Collaborator
Elite Collaborator

You have to override the evaluators for the accept and reject buttons defined in the Document Library component of Alfresco Share, so it's something related to the user interface.

Take a look at the extension points for this purpose here:

https://docs.alfresco.com/content-services/latest/develop/share-ext-points/evaluators/

Hope this helps.