コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Restrict OOTB workflow for CustomGroup

Avatar

Level 2

Hi,

We have a use case where users belonging  to CustomGroup  should  only see custom workflows.

All the OOTB workflows should be restricted

I see that OOTB Workflow like "Request for Deletion" doesn't have mixinTypes : rep:AccesControllable , hence i will not be able to restrict them

1508955_pastedImage_4.png

My question is which is the best way restrict OOTB workflows , so that I can save these configurations in to GIT  

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

Hi,

You need to remove read permission from all the OOTB workflows. which make workflow hidden for all.

and give read only permission to CustomeGroup so that can only access OOTB workflows.

make sure if user belongs to other groups, so you need to remove read permission from there also.

Screen Shot 2018-06-15 at 10.53.33 AM.png

Thanks

Arun

Arun Patidar

AEM LinksLinkedIn

元の投稿で解決策を見る

6 返信

Avatar

正解者
Community Advisor

Hi,

You need to remove read permission from all the OOTB workflows. which make workflow hidden for all.

and give read only permission to CustomeGroup so that can only access OOTB workflows.

make sure if user belongs to other groups, so you need to remove read permission from there also.

Screen Shot 2018-06-15 at 10.53.33 AM.png

Thanks

Arun

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 7

How are you able to see the OOTB Runtime variable. In useradmin, under var, I don't see the list of workflows mentioned in your screenshot. I can see it only in my crxde. How can i hide those workflows?

Avatar

Level 4

Hi @arunpatidar,

I followed this approach. It hides most of OOTB workflows except the ones present directly under /var/workflow/models. Is there any way to hide these workflows too?

Avatar

Community Advisor
I thin workflows inside var is accessible at runtime. Runtime Workflow Model under /var/workflow/models.. Try to remove permission here as well.
Arun Patidar

AEM LinksLinkedIn

Avatar

Level 4
Thanks for your reply. I tried to remove permission in /var/workflow/models but by doing so all workflow models (both project and OOTB) are disappearing.

Avatar

Level 1

Same Issue i m facing to when i applying this strategy is removing all the workflow models as i want only two workflow should be visible to author and i have also try that adding system tags and under properties is not working can you help regarding on this