• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/model/itemhistorytable.php
  • Класс: BitrixRpaModelItemHistoryTable
  • Вызов: ItemHistoryTable::getScopePossibleValues
static function getScopePossibleValues(): array
{
	return [
		static::SCOPE_MANUAL,
		static::SCOPE_TASK,
		static::SCOPE_AUTOMATION,
		static::SCOPE_REST,
	];
}