• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/document.php
  • Класс: CBPDocument
  • Вызов: CBPDocument::getNumberOfWorkflowTemplatesForDocumentType
static function getNumberOfWorkflowTemplatesForDocumentType($documentType)
{
	$n = CBPWorkflowTemplateLoader::GetList(
		array(),
		array("DOCUMENT_TYPE" => $documentType, "ACTIVE"=>"Y"),
		array()
	);
	return $n;
}