AEM Listeners & Events
How can I capture the asset that triggered a listener in to a variable.
In my application:
When a new asset is uploaded to a folder I want to
move it to a different folder.
Is there a way to acquire the path or the asset that triggers the event?
I know I can invoke a workflow/use workflow launcher in conjunction with a workflow but I want to do it using the
listener approach.
Thanks!