Workflow actions

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

Workflow actions

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
sanjaybandhniya
Intermediate

Re: Workflow actions

Have you created approve/reject custom actions?

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

mahesh
Member II

Re: Workflow actions

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
Moderator
Moderator

Re: Workflow actions

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.