Pipe Call
Introduction
Valve for calling another pipe in a new context.
Items returned are merged into the current item set.
Configuration
Name
Description
Default value
Mandatory
Expanded
pipe
Id of pipe to call
params
Object containing pipe request parameters.
{}
{
"name" : "PipeCall",
"config" : {
"pipe" : "pipe01",
"params": {
"param01": "value01",
"param02": "value02"
}
}
}