Hi,
We have requirement to publish tags thru a workflow. We already have a workflow configured to publish pages to different publisher, to use the same workflow for tag publishing we wanted to enable workflow option in tagging console along with other options, when I tag selected. For this I copy a workflow node from
/libs/wcm/core/content/sites/jcr:content/actions/selection/create/items/createworkflow to /libs/cq/tagging/gui/content/tags/jcr:content/actions/selection.
After this step, I am able to see the workflow option in tagging console, but it is not working getting one error in browser console that is :
Uncaught TypeError: Cannot read properties of undefined (reading 'dataset')
at HTMLAnchorElement.handler (foundation.js:4612:32)
If any one have any idea about the requirement implementation, can you please guide me how to implement this .
Thank you
Umesh Thakur
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @Umesh_Thakur The workflow you are using is it based on custom code or is OOTB?
Please note as page and tags have different properties the same workflow may will not work for tags. You probably have to create your own workflow process and based on workload item type (page or tag) you have to process it differently.
To get more details please enable debug log at AEM server and check if there are any exceptions on particular workflow.
Hi @Umesh_Thakur The workflow you are using is it based on custom code or is OOTB?
Please note as page and tags have different properties the same workflow may will not work for tags. You probably have to create your own workflow process and based on workload item type (page or tag) you have to process it differently.
To get more details please enable debug log at AEM server and check if there are any exceptions on particular workflow.