• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/templatescope.php
  • Класс: BitrixBizprocAutomationEngineTemplateScope
  • Вызов: TemplateScope::getId
public function getId(): string
{
	return "{$this->getModuleId()}_{$this->getDocumentType()}_{$this->getCategoryId()}_{$this->getStatusId()}";
}