Hello All,
I have created one custom method , which extends extends WorkflowMethod implements IDfModule and created
1 method artifact and Module artifact.
Module have reference of JAR file of custom method , and Method used as Workflow method and installed the project. Added Method reference in process builder as auto activity.
I beleive , when we use Module artifact , no need to deploy method JAR explicitly to method server.
How can I get Logger and can find , my custom method is getting invoked or not ?