Invoking a Worfklow within a custom event handler
Re: https://helpx.adobe.com/experience-manager/using/events.html
I'm creating an event handler which will run a workflow on some XML files when they are uploaded to the folder. Now I want this
to run automatically, so I got the basic lay out of the event handler working perfectly. However I want to run a workflow when each item is uploaded,
how would I go about invoking this to each file that is uploaded.
I was taking a look at the following article :
https://helpx.adobe.com/experience-manager/using/invoking-experience-manager-workflows-using.html
But can't seem to wrap my head around how I would implement this in an event handler.
Thanks