• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/scenario/typeautomation.php
  • Класс: BitrixRpaScenarioTypeAutomation
  • Вызов: TypeAutomation::getRobotsDescription
protected function getRobotsDescription(): array
{
	return [
		'moveItemOnCreate' => [
			[
				'Type'       => 'RpaChangeStageActivity',
				'Properties' =>
					[
						'TargetStageId'     => ':next:',
						'ModifiedBy'   => '{=Document:CREATED_BY}',
					],
				'Name'       => 'A64539_77252_84355_68246',
			],
		],
	];
}