WorkflowOperationsImpl - Source file | Community
Skip to main content
raja-thannasi
New Participant
March 13, 2024
Solved

WorkflowOperationsImpl - Source file

  • March 13, 2024
  • 1 reply
  • 747 views

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.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,
Please check workflow core bundle

 

 

 

 

1 reply

arunpatidar
New Participant
March 13, 2024

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

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

Arun Patidar
New Participant
March 14, 2024

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

arunpatidar
arunpatidarAccepted solution
New Participant
March 14, 2024

Hi,
Please check workflow core bundle

 

 

 

 

Arun Patidar