Skip to content

CUID Node

Purpose of the Node

The CUID Node is used to generate a CUID (Collaborative Unique IDentifier) which is a string-based identifier designed to be unique across space and time. It is commonly used in distributed systems to generate unique IDs for documents, keys, etc.

Pins

The CUID Node has two output pins: one for the execution signal and one for the generated CUID.

Pin NamePin DescriptionPin TypeValue Type
StartTrigger to start the CUID generation processExecutionN/A
EndOutput pin indicating the completion of the CUID generationExecutionN/A
CuidThe generated CUIDStringN/A