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

Adding MultiLingual Support for Task Subject Description and Display Name

Adding MultiLingual Support for Task Subject Description and Display Name

On a task’s Presentation tab, you can externalize the text in a Subject’s expression, a Description’s expression, and the Display Name. For an overview of how to create an expression, see
Configuring Presentation Parameters for a Task or Notification Subject or Description
.
Externalizing the Text Strings for a Subject, Description, and Display Name:
  1. Open the Properties view of a task and select the Presentation tab.
  2. At the end of the
    Subject
    expression that you have added, append the required syntax for multilingual support, as follows:
    | [keyname, {$var}]
    where:
    • "
      |
      " (vertical bar) is the separator
    • "
      [ ]
      " (brackets) contain all externalization values
    • keyname
      is an identifier for the Subject expression
    • {$var}
      represents a variable used in the Subject expression
    These are shown in the following figure:
    Here are some examples. Note that the default expression is to the left of the vertical bar and the externalization values are to the right:
    • This is my subject | [taskSubject]
    • My subject is {$parameter} | [taskSubject, {$parameter}
      ]
    • My subject is {$param1} and {$param2} | [taskSubject , {$param1}, {$param2}
      ]
  3. Add the bundle key name and value to each message properties file that you create for multilingual support. For example, in the English file:
    • taskSubject=This is my subject
    • taskSubject=My subject is {0}
    • taskSubject=My subject is {0} and {1}
    For details on creating message property files, see "Adding MultiLingual Support to Process Central" in the
    Process Developer Online Help
    .
  4. Repeat steps 2 and 3 for the task’s Description. The Description appears in the Task Details section in Process Central.
  5. Repeat steps 2 and 3 for a task Display Name. Note that only a key name is allowed.
  6. Be sure that your Process Central configuration file (
    .avcconfig
    file) contains an i18n location reference for your default properties file. For details, see "Adding MultiLingual Support for an .avcconfig File" in the
    Process Developer Online Help
    .

0 COMMENTS

We’d like to hear from you!