Batch delete of running process instances

Hello,

I want to bulk delete running workflow instances but the

runtimeService.bulkDeleteProcessInstances(ids,
    "Definition " + workflowDefinitionId + " is deleted");

deletes them one by one if I understood correctly.

Can I create my own BatchBuilder? or there is some other way?