• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/command/add.php
  • Класс: BitrixRpaCommandAdd
  • Вызов: Add::runAutomation
protected function runAutomation(): Result
{
	if($this->pullEventId)
	{
		Driver::getInstance()->getPullManager()->addItemUpdateEventId($this->item->getType()->getId(), $this->item->getId(), $this->pullEventId);
	}
	return BizprocListener::onItemAdd($this->item);
}