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.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @raja-thannasi
You can use the java decompiler to decompile the bundle(jar)
https://java-decompiler.github.io/
Hi @arunpatidar , i decompile the jar but the java class was not exists.
Hi,
Please check workflow core bundle
Thanks for your prompt response. Much appreciated.