• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/Debugger/Session/Manager.php
  • Класс: BitrixBizprocDebuggerSessionManager
  • Вызов: Manager::isDebugWorkflow
static function isDebugWorkflow(string $workflowId): bool
{
	return (bool)DebuggerSessionWorkflowContextTable::getRow([
		'filter' => ['WORKFLOW_ID' => $workflowId],
	]);
}