Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

How to add additional columns in workflow instances with AEM 6.5

Avatar

Level 2

Hi, 

 

I need assistance to add customized columns (workflow id, current assignee and current active workflow step) in the workflow instance (AEM6.5). Also I want to know how to hide/ remove OOTB columns from workflow instance.

 

Thanks,

Nagaraju

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

Hello Nagaraju,

Afaiu, you want to add more columns to instance UI -> http://localhost:port/libs/cq/workflow/admin/console/content/instances.html

The code for this UI is located at path ->/libs/cq/workflow/admin/console/content/instances/jcr:content/views/list/columns

You can start from there.

Regards,

Vishu 

View solution in original post

4 Replies

Avatar

Correct answer by
Employee

Hello Nagaraju,

Afaiu, you want to add more columns to instance UI -> http://localhost:port/libs/cq/workflow/admin/console/content/instances.html

The code for this UI is located at path ->/libs/cq/workflow/admin/console/content/instances/jcr:content/views/list/columns

You can start from there.

Regards,

Vishu 

Avatar

Level 2

Hello @Vish_dhaliwal,

 

Thanks for your suggestion. I followed the same that you specified. But the section is grayed out. Is this method recommended?

 

Thanks,

Nagaraju

Avatar

Community Advisor

Hello @berliant @Vish_dhaliwal, Thanks.

To add additional columns to the "workflow instances" in TouchUI, with AEM 6.5, which one is recommended to overlay from,

a. /libs/wcm OR

b. /libs/cq/workflow/admin/console/content/instances/jcr:content/views/list/columns?

 

As far as I can see the relevant nodes exist only under /libs/cq/workflow/admin/console/content/instances/jcr:content/views/list/columns, but, that section is greyed out (I suppose that means - Either Deprecated OR Internal to Adobe and so do not overlay this path).

If this correct, what is the path under /libs/wcm that I must look to overlay?

 

Thanks,

Preetpal