Receive
Receive activity initiates the process execution based on the receipt of a request message for an operation of the process service. The Receive activity can be configured to act as a process starter or a signal-in activity.
General
The General tab has the following fields.
Field | Description |
---|---|
Name | The name to be displayed as the label for the activity in the process. |
Create Instance | Select this checkbox if you want to start a process. |
Service | Select the process service and the operation from which to receive the request. |
Description
Provide a short description for the Receive activity.
Output Editor
The schema of the process variable must match the schema of the output of the activity shown on the Output tab.
Output
Output Item | Datatype | Description |
---|---|---|
output | varies | 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 General tab. |