How to add additional columns in workflow instances with AEM 6.5 | Community
Skip to main content
Level 2
May 27, 2020
Solved

How to add additional columns in workflow instances with AEM 6.5

  • May 27, 2020
  • 3 replies
  • 5072 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by vish.dhaliwal

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 

3 replies

vish.dhaliwalAdobe EmployeeAccepted solution
Adobe Employee
May 27, 2020

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 

Level 2
May 29, 2020

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

Adobe Employee
May 27, 2020
Preetpal_Bindra
Community Advisor
Community Advisor
May 27, 2020

Hello @leoberliant @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