PipeExecutorValve
Valve for executing a pipe.
If no items exist in the Current Item Set (CIS), the valve will execute the configured pipe and populate the CIS with the response items.
If items exist in CIS the valve will execute the pipe for each item adding the configured attributes of the Current Item as input parameters to the pipe. The id of the current item is always included as parameter ‘source_item_id’. The response items will be added to the CIS. If the item already exists it will be updated, otherwise a new item will be created.
Properties
Example Configuration
{
"name": "PipeExecutorValve",
"enabled": "true",
"config": {
"pipe_id": "createUser"
"enable_multi_value": "false"
}
}