Get UUID

Content Type: Module
Categories: Tracing

Overview

Simple java action that returns a random (type 4) UUID. No need for input parameters, just put the java action in your microflow and you're ready to go!

Documentation

Demo urlhttps://getuuid-sandbox.mxapps.io/

GetUuid

Simple java action that returns a random (type 4) UUID

UUID according to RFC4122 structure. Collision chance is said to be around one in a billion.

A demo is available at https://getuuid-sandbox.mxapps.io/

Simple implementation - just add the java action to a microflow and use the returned value. The UUID is not committed automatically.

Releases

Version: 1.0.0
Framework Version: 8.1.1
Release Notes: Added MPK file