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