mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-01 18:28:59 +00:00
add new ID property for processors and routes
This commit is contained in:
@@ -15,7 +15,8 @@ The processor will execute the provided Expr expression and return the result as
|
||||
This example will add 1 to the wrapped payload.
|
||||
|
||||
```yaml
|
||||
- type: script.expr
|
||||
- id: expr
|
||||
type: script.expr
|
||||
params:
|
||||
expression: "Payload + 1"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user