![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
The Receive Starter activity begins an orchestration process when a message is received. Typically you have one Receive starter activity for each orchestration process, but you could have more than one to indicate that multiple messages are required for the orchestration process and any of them can start the execution of the process.
The input partner declared on the Orchestration Process that describes the incoming message. See Partners for more information about declaring input partners. The operation on the specified input partner that was invoked to produce the incoming message. A string used to associate reply messages with the correct activity that received the message. Any replies to the incoming message should use the same string in the Message Exchange field to ensure that the reply is sent to the correct recipient. Correlations for the incoming message. See Correlations for more information about correlations.
The output of this activity is the incoming message from the calling client or service. The structure of the message is determined by the schema of the input message for the selected operation on the Configuration tab.The output variable tab allows you to select a process variable to contain the output of the activity. The schema of the process variable must match the schema of the output for the activity shown on the Output tab.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |