Hi ,
I am using the AEM 6.2 version. Workflow tab is empty when we open the page in Classical UI , its returning the widgets.js:163768 Uncaught TypeError: Cannot read property 'wcm' of undefined .
I have checked these 2 paths existed or not
/libs/cq/workflow/content/wfmodels
/libs/cq/workflow/components/wfmodels.
Even for the geometrixx app pages as well same problem.
Can any one suggest me what should be the cause and how to solve it. Its urgent.
Thanks
Uma
Solved! Go to Solution.
Views
Replies
Total Likes
Its seems that one ( or more ) of the workflow instance are corrupt which might be the root cause of this issue. Terminating corrupted workflow/running workflow may help in the situation . You may also try moving workflow instances /etc/workflow/instances to /tmp directory and refresh the page.
Best Regards,
Abhishek Dwevedi
Views
Replies
Total Likes
Hi Uma ,
This forum is dedicated for queries related to Adobe DTM Hence we are moving your query to Adobe AEM forum
Thanks & Regards
Parit Mittal
Views
Replies
Total Likes
Hi
There was one problem similar to this in forums.
// I would request you to please create a customer care ticket.
~kautuk
Views
Replies
Total Likes
Its seems that one ( or more ) of the workflow instance are corrupt which might be the root cause of this issue. Terminating corrupted workflow/running workflow may help in the situation . You may also try moving workflow instances /etc/workflow/instances to /tmp directory and refresh the page.
Best Regards,
Abhishek Dwevedi
Views
Replies
Total Likes
widgets.js:163768 Uncaught TypeError: Cannot read property 'wcm' of undefined .
The problem occurs when we are upgrading from 5.6, 6.0 to uppper version of aem or install service pack. i have resolved this issue by overlaying the sidekick.js and then inside there is method loadWorflowtab.
In that please change the line
var pageInfo=CQ.WCM.getPageInfo(this.getPath(), true).
It will resolve the problem
Views
Replies
Total Likes