Skip to content

component setproperty

Raymond Meester edited this page Mar 7, 2023 · 2 revisions

Sets a property on a message. Unlike headers, these properties are only used internally within a flow or route and not send to external systems.

Path Examples

propertyName. The name of the property. For example "MyProperty"

Options

Name Description Default Type
value Value of the property String
language Language to evaluate the header value. Valid languages are: 'constant', 'groovy', 'jsonpath', 'csimple', 'simple', 'spel', 'xpath' constant Enum

More info

Clone this wiki locally