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