• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/bizproc/automation/trigger/base.php
  • Класс: BitrixTasksIntegrationBizprocAutomationTriggerBase
  • Вызов: Base::isSupported
static function isSupported($documentType)
{
	return (!DocumentTask::isPersonalTask($documentType));
}