getNotificationProperty
This function retrieves a notification property. This function evaluates to corresponding values for each notification. Only use this function in the notification content XPath expression. If used elsewhere, it returns null
.
Signature:
hwf:getNotificationProperty(propertyName)
Arguments:
-
propertyName
: The name of the notification property. It can be one of the following values:-
recipient
: The recipient of the notification. -
recipientDisplay
: The display name of the recipient. -
taskAssignees
: The task assignees. -
taskAssigneesDisplay
: The display names of the task assignees. -
locale
: The locale of the recipient. -
taskId
: The task ID of the task for which the notification is meant. -
taskNumber
: The task number of the task for which the notification is meant. -
appLink
: The HTML link to the Oracle BPM Worklist task details page.
-
Property IDs:
-
namespace-uri: http://xmlns.oracle.com/bpel/workflow/xpath
-
namespace-prefix
:hwf