• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/runtime.php
  • Класс: BitrixBizprocAutomationEngineRuntime
  • Вызов: Runtime::setStarted
private function setStarted($documentType, $documentId, $status)
{
	$key = $documentType . '_' . $documentId;
	static::$startedTemplates[$key] = (string)$status;
	return $this;
}