The jobs added in ESP Workload Automation Proc after the application is created, but don't show when issuing AH command on CSF.
Component: ESP WORKLOAD AUTOMATION
Release: ALL
This can be related to ESP PCACHE feature:
If PCACHE is used, which means the ESP Proc will be loaded into the cache when the application is created, any change to the ESP Proc afterwards won't take effect. So if you add another job into the ESP Proc, ESP won't be able to see it. Issue CPROC with DELETE is the best way to let ESP read the ESP proc again and find the newly added job definitions.
If PCACHE is not used, then ESP will read the current ESP Proc, and therefore any newly added job definitions can be loaded into the ADHOC list.