Invoking a workflow from Servlet in AEM 6.5.5

Here is an article on how we can implement a requirement where we want to automate the initiation of the AEM workflows in any servlet with some piece of code. So here we will see how to locate the workflow in the CRX and using the same path we can start the workflow with the use workflow session.

Author: Nikhil Kumar

Invoking a workflow from Servlet in AEM 6.5.5
Here is an article on how we can implement a requirement where we want to automate the initiation of the AEM workflows in any servlet with some piece of code. So here we will see how to locate the …