• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/urlmanager.php
  • Класс: BitrixRpaUrlManager
  • Вызов: UrlManager::getAutomationUrl
public function getAutomationUrl(int $typeId = null): ?Uri
{
	return $this->getUrlForTemplate('bitrix:rpa.automation', [
		'typeId' => $typeId
	]);
}