• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/trackingservice.php
  • Класс: CBPTrackingService
  • Вызов: CBPTrackingService::cutLogSizeDeferred
private function cutLogSizeDeferred(string $workflowId)
{
	$this->cutQueue[$workflowId] = true;
	$this->setCutJob();
}