Table of Contents

Search

  1. Preface
  2. Welcome to Informatica Process Developer
  3. Using Guide Developer for the First Time
  4. Getting Started with Informatica Process Developer
  5. About Interfaces Service References and Local WSDL
  6. Planning Your BPEL Process
  7. Participants
  8. Implementing a BPMN Task or Event in BPEL
  9. Implementing a BPMN Gateway or Control Flow
  10. Using Variables
  11. Attachments
  12. Using Links
  13. Data Manipulation
  14. Compensation
  15. Correlation
  16. What is Correlation
  17. What is a Correlation Set
  18. Creating Message Properties and Property Aliases
  19. Adding a Correlation Set
  20. Deleting a Correlation Set
  21. Adding Correlations to an Activity
  22. Rules for Declaring and Using Correlation Sets
  23. Correlation Sets and Engine-Managed Correlation
  24. Event Handling
  25. Fault Handling
  26. Simulating and Debugging
  27. Deploying Your Processes
  28. BPEL Unit Testing
  29. Creating POJO and XQuery Custom Functions
  30. Custom Service Interactions
  31. Process Exception Management
  32. Creating Reports for Process Server and Central
  33. Business Event Processing
  34. Process Central Forms and Configuration
  35. Building a Process with a System Service
  36. Human Tasks
  37. BPEL Faults and Reports

Designer

Designer

Configuring Presentation Parameters for a Task or Notification Subject or Description

Configuring Presentation Parameters for a Task or Notification Subject or Description

Provide presentation details for the task or notification.
The task Subject property 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.
The task Description property can be lengthy and is displayed in the Additional Information section of a task.
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.
See the example in topics that follow.
In addition, you can add multi-lingual (localization) support for a Subject. For details, see
Adding MultiLingual Support for Task Subject, Description, and Display Name
.
You can also use Presentation Parameters to create custom task properties. For details, see
Creating Custom Task Properties
.
To Configure Presentation Parameters:
  1. Put the Presentation tab of a task in focus in the Properties view.
  2. Select the Dialog button at the end of either the Subject or Description field.
  3. In the
    Presentation Parameters
    dialog, select
    Add
    . The placeholders
    param
    and
    string
    are added to a row.
  4. Type over
    param
    with a meaningful
    Parameter
    name, such as the name of an input message part you will use in the parameter expression. For example, type in
    lastname
    .
  5. Select the parameter Type from a drop-down list. The type is a simple XSD type. The type
    string
    is selected by default.
  6. Click (...) in the
    Expression
    column.
  7. Create an expression in the Expression Builder.
    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.

0 COMMENTS

We’d like to hear from you!