• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Workflow/Workflow.php
  • Класс: Bitrix\Crm\Workflow\Workflow
  • Вызов: Workflow::getStage
public function getStage(): string
{
	$currentStage = EntityStageTable::getStage($this->getEntityId(), static::getWorkflowCode());
	return $currentStage ?? $this->getInitialStage();
}