ActiveVOS Designer BPEL for People User’s Guide
The Subject property of a task defines the basic information for users to know what the task is all about. The subject line is similar to an email subject line, and is displayed similarly in users’ Inboxes.
The task Description property, which gives more detailed information, is displayed in the Task Details page of the Inbox.
You can specify the subject and description by using presentation parameters, which are expression-based variables that can be included in text. For example, a subject might be composed as:
Approve the insurance claim for {$lastname}, {$firstname}.
In this example the parameters, enclosed by curly braces, are configured by referring to child elements in an input message.
Presentation parameters can be based on input data unique to a task instance, making each subject line or description unique. Also, presentation parameters are particularly useful when multiple languages are supported.
See the examples below.
To configure Presentation Parameters:
lastname.
string is
selected by default.
Tip: Use one of the BPEL4People custom functions to return data from a task input message. See the example below.
The following illustration shows an example of presentation parameters within the Subject.

Copyright (c) 2004-2009 Active Endpoints, Inc.