UUIDCreateValve
Note
Valve creating a unique id (UUID).
The UUID is stored on an item property on the first item.
Note: If no item exists a new will be created.
Properties
Name | Description | Default value | Mandatory | Supports property expansion |
---|---|---|---|---|
name | The name of the item property. | Yes | No | |
dest_item_id | The id of the new item. Only used if no item exists. | data_item | No | No |
Example Configuration
{
"name": "UUIDCreateValve",
"enabled": "true",
"config": {
"name": "my_id"
}
}