/**
* Add the workflow batch to the command list. Can be overwritten bei the child class
*
* @return void
*
* @since 4.0.0
*/
protected function enableWorkflowBatch()
{
// Enable batch
if ($this->workflowEnabled && property_exists($this, 'batch_commands')) {
$this->batch_commands['workflowstage_id'] = 'batchWorkflowStage';
}
}