Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
SOLVED

WorkflowOperationsImpl - Source file

Avatar

Level 3

Hi Team,

   Can anyone suggest how to read the source code of this file? 

com.adobe.granite.workflow.core.mbean.WorkflowOperationsImpl;

reason behind was i wanted to understand how to workflow is getting purged. Kindly let me know if there any option to read the source file.

rajathannasi_0-1710322011767.png

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,
Please check workflow core bundle

 

arunpatidar_1-1710413321814.png

 

 

arunpatidar_0-1710413286244.png

 

Arun Patidar

AEM LinksLinkedIn

View solution in original post

4 Replies

Avatar

Community Advisor

Hi @raja-thannasi 
You can use the java decompiler to decompile the bundle(jar)

https://java-decompiler.github.io/ 

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 5

Hi @arunpatidar , i decompile the jar but the java class was not exists.

Avatar

Correct answer by
Community Advisor

Hi,
Please check workflow core bundle

 

arunpatidar_1-1710413321814.png

 

 

arunpatidar_0-1710413286244.png

 

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 5

Thanks for your prompt response. Much appreciated.