CBPRuntime::generateWorkflowId

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

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