• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/bizproc/automation/engine/templatesscheme.php
  • Класс: BitrixTasksIntegrationBizprocAutomationEngineTemplatesScheme
  • Вызов: TemplatesScheme::createComplexDocumentType
private function createComplexDocumentType(string $documentType): array
{
	return [
		'tasks',
		Task::class,
		$documentType,
	];
}