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

Process Central Advanced Configuration

Process Central Advanced Configuration

In addition to providing configuration and multilingual support for Process Central forms, tasks, and reports, you can add more advanced configurations.
This topic covers the basics of how to implement additional configuration, including:
  • Replacing the Process Central logo and icon images.
  • Pointer to the Informatica Business Process Manager SDK and Documentation and Process Central Samples.
For advanced examples, check
http://www.activevos.com
.
To add your own logo:
  1. In your project, create a text file with a name based on the default
    avoscentral.properties
    file. For example,
    avoscentral_en.properties
    .
  2. Start the server, and open the Process Console.
  3. Search for
    avoscentral.properties
    .
    This file contains keyIdentifiers and values for the Process Central user interface.
  4. In the Resource Detail page of the Process Console, you will see the Resource Definition for the properties file.
  5. To add your own logo to Process Central, copy the following line from
    avoscentral.properties
    :
    ae.avc.header.logo.image=../avc-res/images/ActiveVOScentralTitle.png
  6. Paste this line into your properties file (
    avoscentral_en.properties
    ).
  7. Change the identifier value to specify the location and name of your logo. For example:
    ae.avc.header.logo.image=project:/myProject/images/myLogo197x35.png
  8. Create a new
    .bprd
    file for the deployment of your logo and properties file.
  9. In the
    .bprd
    , you see a catalog entry for your properties file. For example:
    <otherentry typeURI="res:/text/plain" location="project:/myProject/deploy/avoscentral_en.properties" classpath="resources/myProject/deploy/avoscentral_en.properties" />
  10. Modify the location hint for your properties file. Your properties file must be stored in the catalog location provided by the location hint on the Resource Detail page of
    avoscentral.properties
    , as shown:
    location="project:/com.activee.avoscentral.services/bundle/avoscentral_en.properties"
Tips:
  • For a shortcut to deploying your file, you may prefer to create a project and export a file as described in the following topic: Displaying Process Central in a Web Browser's Preferred Language.
  • In the Developers' How-To section of the Web site, see Process Central and Forms.
  • Download the Informatica Business Process Manager SDK from the Product Documentation section of
    http://www.activevos.com
    for complete details of creating forms.

0 COMMENTS

We’d like to hear from you!