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

Creating a Process Central Configuration File

Creating a Process Central Configuration File

The Process Central Web application contains Forms, Tasks, and Reports that you configure for navigation.
A basic configuration file resides in Process Server to provide the initial configuration for navigation filters. You can view the file from the Catalog Resources page of the Process Console.
You can create additional configuration files that customize the navigation filters, on a user by user or group by group basis, and also describe the forms and reports to be deployed.
You can also replace the basic configuration file with your own file in Process Server. All elements from the basic configuration file are required, and by default the basic file is deployed. Your modifications override the basic settings.
To create an Process Central Configuration (.avcconfig) file
  1. Select
    File > New > Central Configuration
    .
  2. Accept the default location and filename for the file or modify them. The default location is the deploy folder, and the filename is based on the project name.
    The file opens in an XML editor, and the main sections of the file are commented out. See Editing Tips below for help in editing the file.
Overview of Configuration File Sections:
Section
Configuration filters you can add
Task Role Filters: See Configuring Task Role Filters
  • Items in the Role drop-down
  • Items in the Show drop-down
  • Folder names in the Tasks list
  • Show or hide folders based on users and groups (allowed roles)
  • Custom column names for tasks
  • Task list filtering
  • Folder names in the Forms list or Reports list
  • Show or hide folders based on users and groups (allowed roles)
Localization
Contributions to Process Central, Forms and Tasks
Create your own scripts, CSS, and other elements. Specify them in the <centralIncludes> section. For details, see Including Your Own Styles, Scripts, and Meta Data for Process Central.
Editing Tips:
  • Uncomment the section you want to work on, such as the Task Role Filters section.
  • For readability of your file, delete the sections you do not want to deploy in this file and create separate configuration files for each of the sections.
  • Forms must be valid XML so be sure to close HTML tags.
  • Use Content Assist (CTRL + spacebar) to add new elements to the file based on the Process Central configuration schema.
  • In the Outline view, right-mouse click on an element to add context-sensitive attributes and children
  • You can view the avoscentral-config.xsd schema in your Process Developer installation at:
    <installdir>designer\plugins\com.activee.avoscentral.services_N.N\schema
  • You can view the base avcconfig file from the Catalog Resources page of the Process Console from which you may want to copy sections to include in your file.

0 COMMENTS

We’d like to hear from you!