How to access AEM page timeline through programmatically | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Siva_Sogalapalli
Community Advisor
Community Advisor
November 29, 2021
Level 2
November 29, 2021

please provide if you have any code snippet.

Level 2
November 29, 2021

can you please share what exactly you're trying to do with timelines? so that i can share some code snippet. 


I am trying to display like report which shows each page requested for activation and page approval using custom workflow details.

 

Ideally how to use timeline APi on each page path.

Level 2
December 7, 2021

Resource res = resourceResolver.getResource(resourcePath);
TimeLine t= res.adaptTo(Timeline.class); //this giving error "Type mismatch: cannot convert from Timeline to TimeLine Timeline cannot be resolved to a type

"