3.19 Resource Details Dialog
Use to specify resource bundles for displaying task outcomes and user-specified task content in different languages. Resource bundles are supported for the following task details:
-
Displaying the value for task outcomes in plain text or with the
message(key)
format. -
Displaying the XML element and attribute names in the payload display of Oracle BPM Worklist. The key name in the resource bundle must be the same as the name of the XML element and attributes for internationalization of XML element names in Oracle BPM Worklist.
-
Making email notification messages available in different languages. At runtime, select the XPath extension function
hwf:getTaskResourceBundleString(taskId, key, locale?)
to obtain the internationalized string from the specified resource bundle. The locale of the notification recipient can be retrieved with the functionhwf:getNotificationProperty(propertyName)
.
Element | Description |
---|---|
Resource Name |
Enter the name of the resource in the resource bundle. |
Resource Location |
Click the Search icon to select the Java archive (JAR) or ZIP resource bundle file to use. The resource bundle is part of your SOA archive (SAR). You can also specify Uniform Resource Locators (URLs) for the JAR or ZIP file. For example:
|
Related Topics
Creating Human Tasks in Developing SOA Applications with Oracle SOA Suite