CopyInputValve

Copies input property to item property with name 'request'.

Properties

Name Description Default value Mandatory Supports property expansion
name The name of the property to copy. Yes No

Example Configuration

{      
  "name": "CopyInputValve",
  "enabled": "true",
  "config": {
    "name": "givenName"
  }
}

Requirements