ActiveVOS Inbox Help
If desired, you can use the built-in RSS feeds to access the data within the ActiveVOS Inbox.
You can set up an RSS subscription by selecting the Subscribe button on a particular view of the Task Details page. The subscription is for a RSS 2.0 Feed. For example, if you want to view a list of Open Tasks as RSS, you can subscribe on the that page.
You can also view task details by using the ActiveVOS task feed service. You can use a feed URL with optional parameters.
Examples:
ATOM Example: With the ActiveVOS server running, type the following into a Web browser:
http://localhost:8080/active-bpel/services/REST/AeB4PTaskFeed?filter=open&role=administrator&maxTasks=10
This URL returns feed data for a maximum of 10 open administrator tasks. The tasks are in your Inbox; that is, the Inbox that is authenticated on your server.
RSS Example: List Open Tasks. Open Tasks is the default setting, so there is no need to add any of the optional query parameters except for the format (rss):
http://localhost:8080/active-bpel/services/REST/AeB4PTaskFeed?format=rss
The following table describes the parameters you can use in a URL.
|
Parameter |
Allowed Value(s) |
|---|---|
|
details |
true, false If true, then feed content includes additional text such as
status, priority and owner. Otherwise, only the feed item subject
is returned. The default value is |
|
filter |
notifications, open, closed, unclaimed, claimed, completed, error, obsolete, failed Default is |
|
format |
atom, rss. Indicates the preferred feed format
- ATOM 1.0 or RSS 2.0. The default is |
|
maxTasks |
integer_value. Default is |
|
role |
user, administrator, initiator, stakeholder Default is |
|
searchBy |
Search By expression that is part of the task definition |
|
taskIndexOffset |
integer_value. Start at task |
Copyright (c) 2004-2009 Active Endpoints, Inc.