• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/automation/engine/template.php
  • Класс: Bitrix\Crm\Automation\Engine\Template
  • Вызов: Template::getBizprocTemplateId
protected function getBizprocTemplateId()
{
	return isset($this->template['TEMPLATE_ID']) ? (int)$this->template['TEMPLATE_ID'] : 0;
}