• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/controller/stage.php
  • Класс: BitrixRpaControllerStage
  • Вызов: Stage::addAction
public function addAction(array $fields, string $eventId = ''): ?array
{
	$stage = new BitrixRpaModelStage();
	return $this->updateAction($stage, $fields, $eventId);
}