Workbench automatically checks for problems and potential
problems in the process design and displays the results as messages
in the Validation Report view. To find and fix problems as they
occur, look at the Validation Report view during the development
of processes.
You typically check for validation messages after you perform
the following tasks:
Substantially change a process or other application asset.
You check the validation messages to find any problems that you
have introduced.
Address existing problems. You check the validation messages
to see if the problems are fixed.
The Validation Report provides tools for investigating validation
messages.
You can also customize some of the behavior of the validation
features.
For a description of the validation messages that can appear
in the Validation Report view, see Validation message reference.
Note: When validating operation property values, problems
can be detected only for properties that use simple data types as
values. Simple data types are those that Foundation defines.
Note: Validation does not occur for property configurations
of operations that use a property editor that the operation’s service
defines.
Customizing validation behavior
Preferences
can be configured to control some of the behavior of the validation features.
The following table describes the preferences that you can configure.
Preference
|
Default value
|
Description
|
-Dcom.adobe.process.validation.warn.numactions
|
|
The number of operations that causes warning
WBP-105 to occur. (See WBP-105.)
|
-Dcom.adobe.process.validation.warn.numvars
|
|
The number of variables that causes warning
WBP-104 to occur. (See WBP-104.)
|
To configure preferences, modify the workbench.ini file. Each
line in the file contains a preference setting in the following
format:
preference_name = value
For example, the following preference setting specifies that
the warning WBP-104 is generated when 20 variables are created for
a process version:
-Dcom.adobe.process.validation.warn.num_variables=20
The workbench.ini file is located in the [install directory]/Adobe
LiveCycle Workbench 11/Workbench directory, where [install directory] is
the location where you installed Workbench.
To customize validation behavior:
Open the workbench.ini
file in a text editor.
Modify the values of preferences as required.
Save workbench.ini and restart Workbench.