public static function deleteMultiple(array $conditions, $table = 'dummy')
 {
     // The $table argument is to adhere to the parent::deleteMultiple interface. It must not be changeable.
     return parent::deleteMultiple($conditions, $table = 'workflow_scheduled_transition');
 }