• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/workflowpersister.php
  • Класс: CBPWorkflowPersister
  • Вызов: CBPWorkflowPersister::__construct
protected function __construct()
{
	$this->serviceInstanceId = uniqid("", true);
	$this->useGZipCompression = CBPWorkflowTemplateLoader::useGZipCompression();
}