Recursive Connector Description
Configurations
Config
Default configuration
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Name |
String |
The name for this configuration. Connectors reference the configuration with this name. |
x |
Operations
Operation With Pojo
Operation With Pojo description
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Pojo Param |
Recursive pojo parameter |
x |
||
Chain A |
x |
|||
Chain B |
x |
|||
Output Mime Type |
String |
The mime type of the payload that this operation outputs. |
|
|
Target Variable |
String |
The name of a variable on which the operation's output will be placed |
|
|
Target Value |
String |
An expression that will be evaluated against the operation's output and the outcome of that expression will be stored in the target variable |
#[payload] |
|
Output
Type |
String |
Operation With Pojo List
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Pojo Params |
Array of Recursive Pojo |
x |
||
Output Mime Type |
String |
The mime type of the payload that this operation outputs. |
|
|
Target Variable |
String |
The name of a variable on which the operation's output will be placed |
|
|
Target Value |
String |
An expression that will be evaluated against the operation's output and the outcome of that expression will be stored in the target variable |
#[payload] |
|
Output
Type |
String |
Types
Recursive Pojo
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Next |
x |
|||
Childs |
Array of Recursive Pojo |
x |
||
Mapped Childs |
Object |
x |
Recursive Chain A
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Field A |
String |
x |
||
Chain B |
x |
|||
B Chains |
Array of Recursive Chain B |
x |
Recursive Chain B
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Field B |
String |
x |
||
Chain A |
x |
|||
A Chains |
Array of Recursive Chain A |
x |