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

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

Mark Solution

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

解決済み

what is the recommended way to customize workflow instances screen.(AEM 6.5)

Avatar

Level 2

Hi,

 

 Any one knows please find out the solution .

 

Thanks and Regards,

NagaRaju

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

Avatar

正解者
Employee

Hello Nagaraju,

 

It seems you are trying to customize below screen - 

 

nidhip010816_0-1591040374541.png

If you follow the path in crx/de it's marked as Protected - 

 

nidhip010816_1-1591040423337.png

 

It's highly recommended not to make any changes to the areas declared as 'Protected'. If done, any issue arising from the same that might not be supported further by Adobe. 

 

You may do a custom implementation however.

 

Warm Regards,

Nidz

元の投稿で解決策を見る

2 返信

Avatar

Employee Advisor

Workflow instances screen is rendered by [1]. But, as you can see, /libs/cq/workflow/admin node has granite:InternalArea property. As part of sustainable upgrade process, this classification means they cannot be overlaid, inherited, or used directly. These nodes are meant only for internal functionality of AEM. Refer to [2]

 

If you want a custom functionality, may be you can create a custom tool rather than an overlay.

 

[1] - /libs/cq/workflow/admin/console/components/item/workflowinstance/workflowinstance.jsp

[2] - https://docs.adobe.com/content/help/en/experience-manager-64/deploying/upgrading/sustainable-upgrade...

Avatar

正解者
Employee

Hello Nagaraju,

 

It seems you are trying to customize below screen - 

 

nidhip010816_0-1591040374541.png

If you follow the path in crx/de it's marked as Protected - 

 

nidhip010816_1-1591040423337.png

 

It's highly recommended not to make any changes to the areas declared as 'Protected'. If done, any issue arising from the same that might not be supported further by Adobe. 

 

You may do a custom implementation however.

 

Warm Regards,

Nidz