January 6, 2012 3:22:00 AM PST
SAAQ:
The form in Interstage BPM is used to interact with the mapped UDA (also known as process attributes) associated with the corresponding process or work item.
If you want to view the values of the UDAs, you can look it up from Interstage BPM console or you can create your own java program that calls the Model API call to retrieve the UDA values.
There is no way you can view values via any DB Browser as the values are stored in binary format. Thus, you will have to resort to model API. Why don't you just use Interstage BPM console? From the previous threads, I think you will need to talk to the tenant owner for a username/pw to access console. Otherwise, you are not a legitimate user to BPM.
You can look up the Administration Guide Appendix for database schema. Specifically, the following are the tables pertaining to process attributes (UDAs).
I am listing them below just for your information:
ActivityDataSet
This table represents the data set associated with an activity instance.
ActivityDataSetDefinition
This table represents the data set definitions associated with each activity.
DataSetDefinitionValues
This table represents the definitions of the data elements associated with each process definition.
ProcessDataSet
This table stores the values of worklist UDAs.
ProcessDataSetDefinition
This table represents the data set definitions associated with each process definition.
WLUdaValues
This table stores the values of worklist UDAs. The table is used for filtering and sorting.
Author: C.Y. Chen
Attachment: