• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/template.php
  • Класс: BitrixBizprocAutomationEngineTemplate
  • Вызов: Template::makeTemplateName
protected function makeTemplateName()
{
	$msg = Loc::getMessage('BIZPROC_AUTOMATION_TEMPLATE_NAME', [
		'#STATUS#' => $this->template['DOCUMENT_STATUS']
	]);

	if ($this->autoExecuteType === CBPDocumentEventType::Script)
	{
		$msg = Loc::getMessage('BIZPROC_AUTOMATION_TEMPLATE_SCRIPT_NAME');
	}

	return $msg;
}