...Человеческий поиск в разработке...
- Модуль: bizproc
- Путь к файлу: ~/bitrix/modules/bizproc/classes/general/workflow.php
- Класс: CBPWorkflow
- Вызов: CBPWorkflow::__construct
public function __construct($instanceId, CBPRuntime $runtime) { if ($instanceId == '') throw new Exception("instanceId"); if (!$runtime) throw new Exception("runtime"); $this->instanceId = $instanceId; $this->runtime = $runtime; $this->persister = CBPWorkflowPersister::GetPersister(); }