ActiveVOS Central Help
If desired, you can use the built-in RSS feeds to access the data within the ActiveVOS Central.
You can set up an RSS subscription by selecting the RSS button in the listing area. Type in the credentials you used to log into ActiveVOS Central. 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 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://[host]:[port]/active-bpel/services/REST/AeB4PTaskFeed?filter=open&role=administrator&maxTasks=10
Provide the host and port for your installation of ActiveVOS.
This URL returns feed data for a maximum of 10 open administrator tasks. The tasks are in ActiveVOS Central 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://[host]:[port]/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 |
Note: When you enter the user credentials for the RSS feed, they become cached until the browser is restarted. So if you logout of ActiveVOS Central and sign back in with different credentials, they do match those you entered previously for the RSS feed.
Go back to Working with Tasks.
Copyright (c) 2004-2010 Active Endpoints, Inc.