Hi Ray,
As you may already found out, there is no related option on ESP NOTIFY statement.
As an alternative, you may monitor the related ESP messages below:
ESP6614I APPLMGR: APPL NOTIFY.2 JOB CYBLZ.SECOND BYPASSED BY USERX
ESP6644I APPLMGR: APPL NOTIFY.2 JOB CYBLZ.SECOND BYPASSED
They show in ESP auditlog, and you can define the proper SELECT in ESPLOG, like:
SELECT MSGID(6614,6644)
So that the messages above will show in ESPJESMSGLG and MVS console, then you can detect them thru console tools, like OPS/VS.
See more about this feature on the doc link below:
https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-workload-automation-esp-edition/12-0/reference/initialization-parameters/select-select-audit-log-messages-to-copy-to-the-jes-job-log.html
Hope this helps,
Lucy