ItemRenameValve

Valve to rename items (change item id).

Operates on the Current Item Set and uses common valve configuration property ‘item_include_expr’ to decide which items that should be renamed.

Properties

Name Description Default value Mandatory Supports property expansion
dest_id ID of new item. Yes Yes

Example Configuration

{      
  "name": "ItemRenameValve",
  "enabled": "true",
  "config": {
    "dest_id": "{{item.new_id}}",
    "item_include_expr": "item.rename === 'true'"
  }
}