cancel
Showing results for 
Search instead for 
Did you mean: 

How to get list of user defined Cron jobs present in the system?

Former Member
0 Kudos

Hi all, I have a requirement to fetch all user-defined Cron jobs present in the system, If I check the cronjob model, it is giving all the Cron jobs including automatically created and already present in the system. I need only user-defined cronjobs. Please help me with the solution. Thanks in Advance.

Accepted Solutions (1)

Accepted Solutions (1)

sduvvuri
Explorer
0 Kudos

Hello Venkatesh,

Do you want all the user-defined cronjob models or user-defined cronjob instances?

If it is user-defined cronjob models, then you can get them based on extensionname

Backoffice -> Types -> Search for Cronjob

You can filter user-defined cronjob models based on the extension in which it was defined.

If you need cronjob instances then you can get them by searching in impexes of custom extensions.

Thanks, Subhash.

Answers (0)