Initiator Process Definition
The initiator process definition PPInitiator can be accessed from the TIBCO Studio project panel under the Initiator folder.
The activities in PPInitiator perform the following functions:
- HTTP Receiver receives the data posted from Initiator.html.
- Input Data parses the data returned by HTTP Receiver.
- Prepare Payload determines the payload data file.
- Parse 3A4 verifies that the payload is in the correct format.
- 3A4 sends the Initiator.Request message to TIBCO BusinessConnect Container Edition and waits for the Initiator.Response message from TIBCO BusinessConnect.
- When Initiator.Response is returned, Write 3A4 intiator.txt writes the information contained in the message to the file initiator.txt.
- Wait for Response polls the file initiator.txt. When the file is written by 3A4, Wait for Response transitions to Send HTTP Response.
- Send HTTP Response sends a reply to Initiator.html with the contents of the Initiator.Response message.
Copyright © Cloud Software Group, Inc. All rights reserved.