• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/Debugger/Session/WorkflowContext.php
  • Класс: BitrixBizprocDebuggerSessionWorkflowContext
  • Вызов: WorkflowContext::addTemplateShards
public function addTemplateShards($template): self
{
	if (is_a($template, Template::class))
	{
		$this->addAutomationShards($template);
	}

	return $this;
}