Initiator Process Definition

The initiator process definition PPInitiator can be accessed from the TIBCO Studio project panel under the Initiator folder.

Initiator Process Definition

The activities in PPInitiator perform the following functions:

  1. HTTP Receiver receives the data posted from Initiator.html.
  2. Input Data parses the data returned by HTTP Receiver.
  3. Prepare Payload determines the payload data file.
  4. Parse 3A4 verifies that the payload is in the correct format.
  5. 3A4 sends the Initiator.Request message to TIBCO BusinessConnect Container Edition and waits for the Initiator.Response message from TIBCO BusinessConnect.
  6. When Initiator.Response is returned, Write 3A4 intiator.txt writes the information contained in the message to the file initiator.txt.
  7. Wait for Response polls the file initiator.txt. When the file is written by 3A4, Wait for Response transitions to Send HTTP Response.
  8. Send HTTP Response sends a reply to Initiator.html with the contents of the Initiator.Response message.