Hi,

Is there a way how to only remove data (step executions, job executions etc.) related to jobs in certain statuses, typically COMPLETED, FAILED, which I'm no longer interested in? Or just to delete data related to a job instance, so I can delete data which only belongs to a particular job instance when it finishes ? I've only found method clear() on all repositories but it removes everything.

Thanks

Jakub