• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/util/process.php
  • Класс: BitrixTasksUtilProcess
  • Вызов: Process::getStageCodeByIndex
protected function getStageCodeByIndex($stageIndex)
	{
		if(!isset($this->stageOrder[$stageIndex]))
			throw new FlowException('Stage not found for index: "'.$stageIndex.'"');

		return $this->stageOrder[$stageIndex];
	}