Expand my Community achievements bar.

Not able to see Touch UI Workflow Model and Entries in AEM 6.5

Avatar

Level 2

Hi Team,

I am not able to see the workflow model entries in Classic UI, not sure why this is showing blank.

and how to debug this?

Classic UI.png
Whereas the models are showing up in Touch UI. Below are the environment details.

AEM : 6.5
Service Pack 6.5.15 (latest)

Could this be any customized company code affecting?

Thanks!

4 Replies

Avatar

Community Advisor

Hi @VK35,

 

I have checked in 6.5.15 and I am able to see Workflow Models in both Classic and Touch UI.

 

Can you please check if all the bundles are active. Are you seeing any error in console or error.logs related to this?

Avatar

Level 2

Hi @ChitraMadan 

Yes all the bundles are active and strangely I don't see any errors or warnings in the logs.
 Below is bundles screenshot.

Bundles.png


Initially it was loading fine and I suspect if it was breaking after the custom code installation but not sure how to troubleshoot these kind of issues.

Thanks!

Avatar

Community Advisor

@VK35 :

 

Can you check in your code , did they overlay the below component and made changes:

 

/libs/cq/workflow/components/console/models/json.jsp

 

I have tried , making changes to above jsp to not to display the workflow models, yes it is not showing in classic UI, although its showing in Touch UI.

 

Thanks,

Siva

Thanks,
Siva

Avatar

Level 2

Hi @SivakumarKanoori 

Yes I have checked the code and able to figure out the root cause for this issue.

Our internal code bundle is using the class by calling the "HttpAsyncClient OSGI bundle" which was causing.
HttpAsyncClient bundle.png
So, when I kept those both bundles in "Resolved" status the classic UI workflow models entries are showing up.


Thanks