• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/documentservice.php
  • Класс: CBPDocumentService
  • Вызов: CBPDocumentService::onUnlockDocument
static function onUnlockDocument($workflowId, $eventName, $documentId = [])
{
	CBPRuntime::SendExternalEvent($workflowId, $eventName, []);
}