• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/tourguide.php
  • Класс: BitrixTasksTourGuide
  • Вызов: TourGuide::getCurrentStep
protected function getCurrentStep(): ?Step
{
	return $this->steps->getStepByIndex($this->getCurrentStepIndex());
}