OSGi Service not available in my custom Workflow Process ?
Hi ,
I am using AEM6.4 and I have created an OSGi service which I'm trying to call from my custom workflow process but getting NullPointerException when calling these service methods. ;/
Even when hovering over on the service object declared within my workflow process -it shows null. (refer screenshot below).

Also, I have used apache felix scr 'Reference' annotation here. Not sure if that is expected in 6.4?
And yes, my bundle is compiled(without any error), installed and active. (refer screenshot below)

Any suggestion what I might be doing wrong?