• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/bizproc/automation/rest.php
  • Класс: BitrixTasksIntegrationBizprocAutomationRest
  • Вызов: Rest::validateTriggerName
static function validateTriggerName($name)
{
	if (empty($name))
	{
		throw new RestException('Empty trigger name!');
	}
}