Skip to main content

Generate Random Value

Description

Generate random value is a step in the Input Plugin for Process Studio Workflows. Generate random value step generates random numbers, integers, strings and even UUID.

Configurations

No.Field NameDescription
1NameSpecify the name of the new field that will contain the random value
2TypeSpecify the type of data you want to get back:

Random number: generates a random number between 0 and 1.

Random integer: Generates a random 32-bit integer.

Random string: generates a random string based on a 64-bit long random value.

Universally Unique Identifier (UUID)

Universally Unique Identifier type 4 (UUID4).

Random Message Authentication Code (HmacMD5)

Random Message Authentication Code (HmacSHA1)