AEM Listener to handle AEM Cloud services async jobs
I want to trigger listener which which further sends email whenever any async job is completed on AEM Cloud.
But whatever event I am trying is not hitting the listener
org/apache/sling/event/notification/job/FINISHED Or
com/adobe/granite/async/job/SUCCEEDED.
or I have the 2nd approach where I can check /var/asyncjobs where if any new node creates I can trigger listener but in that node I see no property to differentiate between jobs( like I only want for asset
import or zip unarchive).
can someone please help here.