WorkflowOperationsImpl - Source file | Adobe Higher Education
Skip to main content
raja-thannasi
Level 2
March 13, 2024
Respondido

WorkflowOperationsImpl - Source file

  • March 13, 2024
  • 1 resposta
  • 751 Visualizações

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.

 

Este tópico foi fechado para respostas.
Melhor resposta por arunpatidar

Hi,
Please check workflow core bundle

 

 

 

 

1 Resposta

arunpatidar
Community Advisor
Community Advisor
March 13, 2024

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

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

Arun Patidar
Level 4
March 14, 2024

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

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorResposta
Community Advisor
March 14, 2024

Hi,
Please check workflow core bundle

 

 

 

 

Arun Patidar