• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/runtime.php
  • Класс: CBPRuntime
  • Вызов: CBPRuntime::addWorkflowToChain
private function addWorkflowToChain($childId, $parent)
{
	$this->workflowChains[$childId] = $parent;
	return $this;
}