External Service Request Object

This object has been deprecated and replaced with External Service Request 2 Object.

Represents any specific service that has been requested through the Services object. It provides a communication channel to a service.

Creation Method: Created within a event resolution business process as part of a process script or notification handler script.

Reference Name: User defined

Scope: Script lifecycle.

External Service Request object methods

The following object method is available with the External Service Request Object:

send

Request the service to be performed using the existing variable object parameters. Causes the result object to be populated with variables corresponding to the results of the execution. The done variable is set to true when this completes.

Syntax:

@ExternalServiceRequest::send()

Parameters:

None

Returns:

ExternalServiceResponse