Table of Contents

StaticInputValve

Note

This valve will create a new item in the flow with a randomized id. The properties of the newly create item will be populated with the configuration as the key and values

Example Configuration

The following configuration will add a new item to the flow with a randomized id. Two properties will be added to the newly created item:

  • "foo" - the value will be set to "bar"

  • "foo_1" - the value will be set to "bar 2"

{
  "name": "StaticInputValve",
  "config": {
    "foo": "bar",
    "foo_1": "bar 2"
  }
}