...Человеческий поиск в разработке...
- Модуль: bizproc
- Путь к файлу: ~/bitrix/modules/bizproc/classes/general/workflow.php
- Класс: CBPWorkflow
- Вызов: CBPWorkflow::sendExternalEvent
public function sendExternalEvent($eventName, $arEventParameters = array()) { $this->AddEventToQueue($eventName, $arEventParameters); $this->Resume(); }