Listner to call AEM Custom workflow
I am creating a custom workflow that will upload multiple images in DAM using Asset manager API. These images are located at external location so if any new file arrived at that location I need to watch that and invoke custom workflow to start copy images to DAM.
Would like to know How to create a listener that will watch this folder and invoke workflow?OR if there is any solution to implement this approach. I am using workflow because after uploading images to AEM JCR , need to send it for approval and publish to production.