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