• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/bizproc/automation/target/task.php
  • Класс: BitrixTasksIntegrationBizprocAutomationTargetTask
  • Вызов: Task::getEntity
public function getEntity()
{
	if ($this->entity === null && $id = $this->getDocumentId())
	{
		$this->setEntityById($id);
	}

	return parent::getEntity();
}