Java Noification API
214005Mar 11 2003 — edited Mar 17 2003I am trying to use the notification API to build an application that allows a user to look at their notifications and act upon them.
I cannot get the getNotifications method to return anything. If I log in as anyone other than the workflow manager I get a "table or view does not exist" error.
I have tried both my own code and wftest - to no avail. Using the Workflow web application does work, but I need to be able to use the Java API.
Can anyone tell me:
1. Is the notification API the correct way to do this?
2. What values does getNotifications return? (I know its a 2dArray - but what gets put in there?
3. How do I (easily) get the other users (BLEWIS) etc to work correctly with this API?
Thanks in advance
John