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.
Configuration
The following table describes the fields in the
Configuration 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.
|
Description
|
No
|
Optional: Specifies a short description of the TableListener activity.
|
Table
|
Yes
|
Click
to select a table or DataGrid.
Rows are stored to the table with the defined fields of the selected table or DataGrid.
|
Advanced
The following table describes the fields in the
Advanced tab of the TableListener activity:
Field
|
Module Property?
|
Description
|
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.
|
Copyright © Cloud Software Group, Inc. All rights reserved.