PersisterResponse

The PersisterResponse activity is used to respond to the PersisterReceiver activity with invocation results.

Note: Before you use the PersisterReceiver and PersisterResponse activities, ensure that SHARE_ALL is selected from the Persistence Type list in the Advanced tab of the Space shared resource.

General

In the General tab, you can specify the activity name and select the persister receiver.

The following table describes the fields in the General tab of the PersisterResponse 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 name of the persister receiver that requires a response. The only available value is PersisterReceiver.

Description

In the Description tab, you can enter a short description for the PersisterResponse 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 PersisterResponse activity:

Input Item Data Type Description
Tuple Any of the following data types:
  • Boolean
  • Char
  • Short
  • Integer
  • Long
  • Float
  • Double
  • Blob
  • String
  • Datetime
Returns data to the persister receiver.

Fault

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

The following table describes the errors in the Fault tab of the PersisterResponse 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.