Wait For Request Block

The Wait For Request Block provides two important features for Request/Reply flows:

To begin designing an Event-based Request/Reply flow, your first step is to drag the Wait For Request block from the Connection panel to the workspace.

Block Properties — General Tab

After you have moved the Wait For Request Block to your workspace, you can begin to design the request for this flow.

  1. Select the Wait For Request Block.
  2. From the Gear menu select Edit to open the General tab of the Block Properties dialog.
  3. Optionally change the label and add a description as described in Block Properties General Tab.
  4. Select OK to close the Properties page.
  5. Select OK to save and close the flow. After saving the flow the first time, TIBCO Cloud™ Integration - Connect generates a unique which displays on the General tab. This may take a few minutes.

  6. Once you have saved the flow, you can copy and paste the Endpoint URL into a location in the source application as described in Defining An On Event Request/Reply Flow.

Block Properties — Request Tab

From the Request tab, specify one or more fields that you want to request from your source. The source can be any datastore that can consume a SOAP-based web service.

Note:

Note: The Request tab supports a maximum of 250 fields. If more fields are required, use a second flow.

  1. From the Request tab, select Add . A new row displays with default values.
  2. Edit the sample record for your requirements:
    • Field Name — Change the field name or leave it as is. TIBCO suggests that you edit the field name to reflect the name of a field that you request from your source.
    • Data Type — Data type for the requested field.
    • Sample Value — Sample value that is valid for the selected data type. When you use the Debugging Flows feature, TIBCO uses the sample value to test your flow.
  3. Create as many fields as you need.

In addition, from the Request tab, you can:

Block Properties — Errors And Warnings Tab

If there are any errors or warnings for this block, the Errors and Warnings tab displays the number of errors or warnings in the tab name. See Block And Flow Errors And Warnings.

Once you have corrected the errors, select the Validate button to update the Errors and Warnings tab.

Related Topics

Defining An On Event Request/Reply Flow

Request/Reply Flow Example

Control Blocks