Input
For more information about mapping and transforming input data, see TIBCO ActiveMatrix BusinessWorks™ Process Design.
The input for the activity is the following.
Input Item |
Datatype |
Description |
connection |
binary |
The handle to the connection that you want to write data to. This connection is obtained from a previously executed activity in the process definition that opened the connection. |
body |
String or binary |
The data to write to the TCP connection. The datatype of this field is either String or binary, depending upon which type of data is selected in the Type field on the Configuration tab |
encoding |
String |
When text data is being written, this specifies the character encoding of the text. This value overrides the value specified in the Encoding field on the Configuration tab. |
separator |
String |
When text data is being written, this specifies the separator to write after the body element is written to the TCP connection. This value overrides the value specified on the Configuration tab. |