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
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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
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
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
To add to the thread: AEM TouchUI customization online documentation:
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