The terminals that you can add to your user-defined node depend on the interaction type.
Interaction type | User-defined node terminals | Behavior |
---|---|---|
Input |
|
The data that is passed through the output terminal includes properties and the body of the message. The properties are copied to the local environment of the message flow at this location:
|
Output |
|
The input terminal receives the body of the message, and receives properties from the local environment at this location:
The output terminal passes the body of the message without changes. If properties are returned, they are placed in the local environment at this location:
The failure terminal propagates the body of the message and the properties without changes. |
Request and response |
|
The input terminal receives the body of the message, and it receives properties from the local environment at this location:
The output terminal passes the body of the message that is returned by the connector. The failure terminal propagates the body of the message and the properties without changes. |