InvocableResponse

The InvocableResponse activity is used to respond to the InvocableReceiver activity with invocation results.

General

In the General tab, you can specify the activity name and select the remote client.

The following table describes the fields in the General tab of the InvocableResponse activity:

Field Module Property? Description
Name No Specifies the name to be displayed as the label for the activity in the process.
Receiver No Select the remote client. The only available option is Invocable Receiver.

Description

In the Description tab, you can enter a short description for the InvocableResponse activity.

Input

In the Input tab, you have to provide the tuples for the invocation.

The following table describes the field in the Input tab of the InvocableResponse activity:

Input Item Data Type Description
Tuple Any of the following data types:
  • Boolean
  • Char
  • Short
  • Integer
  • Long
  • Float
  • Double
  • Blob
  • String
  • Datetime
Contains the result of the invocation.

Fault

In the Fault tab, you can find the error code and error message of the InvocableResponse activity. See Error Codes for more detailed explanation of the errors.

The following table describes the errors in the Fault tab of the InvocableResponse activity:

Error Schema Element Data Type Description
msg String The TIBCO ActiveMatrix BusinessWorks Plug-in for ActiveSpaces error message.
msgCode String The TIBCO ActiveMatrix BusinessWorks Plug-in for ActiveSpaces error code.
ASStatus String The status code returned by TIBCO ActiveSpaces functions.

See TIBCO ActiveSpaces Java API Reference for more information.