• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/automation/factory.php
  • Класс: Bitrix\Crm\Automation\Factory
  • Вызов: Factory::isBizprocDesignerEnabled
static function isBizprocDesignerEnabled(int $entityTypeId): bool
{
	$isSupported = static::isBizprocDesignerSupported($entityTypeId);
	$factory = Container::getInstance()->getFactory($entityTypeId);

	return isset($factory) ? $factory->isBizProcEnabled() : $isSupported;
}