• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/bizproc/automation/target/task.php
  • Класс: BitrixTasksIntegrationBizprocAutomationTargetTask
  • Вызов: Task::getEntityId
public function getEntityId()
{
	$entity = $this->getEntity();
	return isset($entity['ID']) ? (int)$entity['ID'] : 0;
}