TwitterStreamListener Activity - Advanced Tab

The Advanced tab contains the following fields.

Field Module Property? Description
track Yes A string value that is used as a keyword to track in the stream specified.
follow Yes A comma-separated list of user IDs, indicating the users whose Tweets are delivered on the stream. Following protected users is not supported.
Note: This field is displayed only when PublicStream is selected in the General tab.
locations Yes A comma-separated list of longitude, latitude pairs specifying a set of bounding boxes to filter Tweets by.
The user's location field is not used to filter tweets.
Note: This field is displayed only when PublicStream is selected in the General tab.
replies No Select to include reply data in the specified stream.

By default @replies is only sent if the current user follows both the sender and receiver of the reply. When creating a connection, you can use the replies=all parameter to enable all the replies by followings.

For example, consider the case where Alice follows Bob, but Alice does not follow Carol. If Bob @replies Carol, by default, Alice does not see the Tweet. However, with the replies=all parameter configured in the connection, Alice sees the Tweet.

Note: This field is displayed only when UserStream is selected in the General tab.
Sequence Key No This field contains an XPath expression that specifies which processes should run in order. Process instances with sequencing keys that evaluate to the same value are executed sequentially in the order the process instances were created.
Custom Job ID No This field contains an XPath expression that specifies a custom ID for the process instance.