. Worked ExampleFor full details on how to create a HTTP node, including videos and worked examples, see HTTP Action Configuration. Insert excerpt |
---|
| _property_tabs |
---|
| _property_tabs |
---|
name | basic-h |
---|
nopanel | true |
---|
|
Basic SettingsExpects literal values or expressions encapsulated within ${} syntax, for example ${in.MyValue} . Insert excerpt |
---|
| HTTP Action Configuration |
---|
| HTTP Action Configuration |
---|
name | BasicSettings |
---|
nopanel | true |
---|
|
Can Accept a single Insert excerpt |
---|
| _driving_input_connection_point |
---|
| _driving_input_connection_point |
---|
nopanel | true |
---|
| .The grid contains a list of all input connection points and their type. - To add a new input connection point, in the section toolbar click to open a new input connection point and set its properties; see Input Connection Points.
- To edit an existing input connection point, double-click it in the list to open its properties.
- To remove an input connection point, select one and in the section toolbar click
Insert excerpt |
---|
| _delete |
---|
| _delete |
---|
nopanel | true |
---|
| .
Output Connection PointsThe grid contains a list of output connection points, by default this will be out and error. Output Connection Point | Description |
---|
Out | Contains the resulting record of the request. | Error | Contains the resulting record of the request where it satisfies the error expression specified on the HTTP Node. |
Output RecordAn HTTP Node has two output connection points out and error . An HTTP Node is triggered for each input record and will generate one output record which will be sent on either the out or error output. The resulting record contains the attributes specified by the output connection point, successful records are passed down the out connection point and records containing an error are passed down the error connection point. The stricture of the records by default is as follows: |