• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/runtime.php
  • Класс: CBPRuntime
  • Вызов: CBPRuntime::generateWorkflowId
static function generateWorkflowId(): string
{
	return uniqid("", true);
}