# generateUuid

State Resource

This is a State Resource as provided by the tymly-core-plugin plugin.

# Purpose

Generate UUID (Long or short!)

# Usage

# Example

{
  "GenerateUuid": {
    "Type": "Task",
    "Resource": "module:generateUuid",
    "ResourceConfig": {
      "length": 10,
      "short": true
    }
  }
}
Last Updated: 9/10/2023, 11:30:14 AM