Cloud FTL Publisher
Cloud FTL Publisher is a synchronous activity that publishes (sends) a message over a transport. The transport details are pre-configured in TIBCO FTL Realm Server running in TIBCO® Cloud Integration.
General
The General tab has the following fields.
| Field | Literal Value/Module Property | Description |
|---|---|---|
| Name | No | The name to be displayed as label of the activity in the application. |
| Format | No | Defines the set of fields in the message that is sent by the
FTL Publisher activity. The form of each FTL message (its field names and their value datatypes) is governed by a format. The supported formats are:
|
| Format Name | Yes | The name of the
Custom format.
This field is displayed when the Custom format is selected. |
Description
Provide a short description of the activity here.
Input Editor
The Input Editor gets enabled only when Custom format is chosen in the General tab. The schema must match the schema of the input for the activity shown on the Input tab.
| Input Item | Datatype | Description |
|---|---|---|
| MessageType | complex | The message type used in the application.
From the Schemas folder, drag the Message : MessageType element on to the process editor. |
Input
The input for the activity depends on the Format you select in the General tab. If you select the Custom format, the input is a data element defined in the Input Editor tab.
Fault
The Fault tab lists the possible exceptions thrown by this activity.
| Fault | Thrown when... |
|---|---|
| FTLPublisherActivityFault | FTL Publisher fails to publish a message due to a runtime error. |
| FTLCreateMessageFault | The FTL message could not be created. |
| FTLSendMessageFault | The FTL message could not be published. |