cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any OOTB Cronjobs available to delete Older BusinessProcessModel items ?

bhaskarg2
Explorer
0 Kudos
359

I want to delete the older business process to improve the performance of the system. So Is there any OOTB Cronjobs available to delete Older BusinessProcessModel items or Should I have to create a custom cronjob strategy to achieve this ?

Accepted Solutions (0)

Answers (1)

Answers (1)

rohit31_raj92
Active Participant
0 Kudos

Hi

There is no OOTB job to delete BusinessProcessModels items but there is job to delete Old carts, if you specifically wanted to delete Old Business Process Models then you can take reference from that oldCartRemoval cron job and implement the same for your your requirement.

You can defined some timeline by how old business process models you want to delete.

Please let me know if this helps you..