CBPRuntime::addWorkflowToChain

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

Добавить комментарий