• /
  • EnglishEspañolFrançais日本語한국어Português
  • 로그인지금 시작하기

Utilities - UUID

preview

We're still working on this feature, but we'd love for you to try it out!

This feature is currently provided as part of a preview program pursuant to our pre-release policies.

This page provides a comprehensive reference for utilities - uuid available in the workflow automation actions catalog. These actions enable you to uuid generation utilities.

Generate a UUID

Generate an RFC-compliant V4 uuid. Uses Temporal workflow's deterministic PRNG making it safe for use within a workflow. Refer to Namespace: workflow | Temporal TypeScript SDK API Reference for more information.

Input

Optionality

Datatype

Description

Field

Datatype

Description

uuid

string

selectors

List

The selectors to get the only specified parameters as output.

success

Boolean

Status of the request.

errorMessage

String

Failure reason as message.

Workflow Definition

Outputs

name: generateUUID
steps:
- name: generateUUID
type: action
action: utils.uuid.generate
version: 1
inputs:
selectors:
- name: uuid
expression: ".uuid"
{
"uuid": "-------------------------------",
"success": true
}
Copyright © 2025 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.