• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/command/delete.php
  • Класс: BitrixRpaCommandDelete
  • Вызов: Delete::runAutomation
protected function runAutomation(): Result
{
	return BizprocListener::onItemDelete($this->historyItem ?? $this->item);
}