PersisterReceiver
The PersisterReceiver activity is used to start the persister and monitor the persister events.
General
In the General tab, you can specify the activity name, a space connection, the time to wait for a response.
The following table describes the fields in the General tab of the PersisterReceiver activity:
Field | Module Property? | Description |
---|---|---|
Name | No | Specifies the name to be displayed as the label for the activity in the process. |
Space Connection | Yes | Click the
icon to select a space connection that defines how the application joins the space.
If no matching space connections are found, click Create Shared Resource to create one. See Creating a Metaspace Connection for details. |
Time to Wait for Response | Yes | Specifies the amount of time in milliseconds that the PersisterResponse activity waits for a response value before an exception is thrown to the PersisterReceiver activity.
The default value is 60000. The value of -1 indicates waiting indefinitely. |
Description
In the Description tab, you can enter a short description for the PersisterReceiver activity.
Advanced
In the Advanced tab, you can specify the advanced configurations, such as a sequence key and a custom job ID.
The following table describes the fields in the Advanced tab of the PersisterReceiver activity:
Field | Module Property? | Description |
---|---|---|
Sequence Key | Yes | Specifies which processes run in order. Processes with the same sequence key are executed sequentially in the order in which the processes were created. |
Custom Job Id | Yes | Specifies a custom job ID for the process instance. This ID is displayed in the TIBCO Administrator View Service dialog, and it is also available in the $_processContext process variable. |
Conversations
A conversation can develop between a process and its clients, a process and its back-end services, and so on. A conversation is always initiated by one activity and joined by other activities.
You can use the following icons to manage conversations:
- Click the Joining Existing Conversations icon to join multiple conversations.
- Click the Add New Conversation icon to initiate a conversation.
For more details about conversations, see TIBCO ActiveMatrix BusinessWorks Application Development .
Output
In the Output tab, you can find the operation results.
The following table describes the fields in the Output tab of the PersisterReceiver activity:
Fault
In the Fault tab, you can find the error code and error message of the PersisterReceiver activity. See Error Codes for more detailed explanation of the errors.
The following table describes the errors in the Fault tab of the PersisterReceiver 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. |