• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/robot.php
  • Класс: BitrixBizprocAutomationEngineRobot
  • Вызов: Robot::getProperty
public function getProperty(string $name)
{
	$properties = $this->getProperties();
	return array_key_exists($name, $properties) ? $properties[$name] : null;
}