• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/integration/pullmanager.php
  • Класс: BitrixRpaIntegrationPullManager
  • Вызов: PullManager::subscribeOnKanbanUpdate
public function subscribeOnKanbanUpdate(int $typeId): ?string
{
	return $this->subscribeOnEvent($this->getKanbanTag($typeId));
}