ItemRemoveValve

Valve to remove items from the current item set.

Uses common valve configuration property ‘item_include_expr’ to decide which items that should be removed.

Example Configuration

{      
  "name": "ItemRemoveValve",
  "enabled": "true",
  "config": {
    "item_include_expr": "item.remove === 'true'",
  }
}

In the example above, if the current item has a property called remove and the value for that property is set to true, the item will be removed from the flow.