TableListener

The TableListener activity gets the entries that are put or deleted and match the filter string or criteria specified in the table. Before using the TableListener activity, you must create or import a table.

General

In the General tab, you can specify the activity name and a table connection.

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

Field Module Property? Description
Name No Specifies the name to be displayed as the label for the activity in the process.
Table Connection Yes Click to select a table connection. If the DataGrid for the required table connection is not found, in the Select FireflyResource Resource Template dialog box that opens, click Create Shared Resource to create a DataGrid connection first. See Creating a DataGrid and Adding a Table for details.

Description

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

Advanced

The following table describes the fields in the Advanced tab of the TableListener activity:

Field Module Property? Description
Sequence Key No Specifies the XPath that determines the job sequence order. Matching string values produce sequential jobs for those strings.
Custom Job Id No Specifies the XPath expression for a custom job id.
Filter Yes Optional: Specifies a string to filter events on the table.
Listen for Put Events Yes Specifies whether to listen for Put events in the table.
Listen for Delete Events Yes Specifies whether to listen for Delete events in the table.

Output

In the Output tab, you can find the operation results.

The following table describes the fields in the Output tab of the TableListener activity:

Output Item Data Type Description
Activity output String Specifies the table events based on the filter provided. The table events provide the type of events and the rows listened for the events.