Table of Contents

Search

  1. Preface
  2. Part 1: Using Process Developer
  3. Part 2: Creating and Modifying Processes
  4. Part 3: Functions, Events, Errors, and Correlation
  5. Part 4: Testing and Deployment
  6. Part 5: Process Central and Process Server (On-Premises)

Process Developer

Process Developer

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!