Configuration

The Configuration tab has the following fields.

Field

Description

Name

The name to appear as the label for the activity in the process definition.

Description

Short description of the activity.

Reply For

The Wait for HTTP Request activity or HTTP Receiver process starter that received the request. This is a selection list of available activities that can receive HTTP requests.

Flush Response

Allows you to specify if the response is to be flushed after each Send HTTP Response activity.

By default, this property is not checked.

This field is useful when there are a large number of Send HTTP Response activities in a job. In such cases, the Close Connection field is checked in the last activity to indicate the response is complete. However, checking the Flush Response field overrides this behavior and causes the response to be flushed after each Send HTTP Response activity.

Close Connection

Specifies that this activity contains the last part of an HTTP response. This field is used when you have more than one Send HTTP Response activity in a process definition, each activity sending a portion of the response to the client. All Send HTTP Response activities in a process definition should have this field unchecked, except the last Send HTTP Response activity. This field should be checked in the last Send HTTP Response activity to indicate the response is complete.

If the entire response is sent by only one Send HTTP Response activity in the process definition, this field should be checked.