Project properties allow you to define different aspects of a BPM Project.
General
| Property |
Description |
| Developing for J2SE Development |
|
Languages
| Property |
Description |
| Current Language |
Specifies the language used by this project. This setting is used
to determine the language of Process names. If the localized version of a label is
available, this version is displayed to users. If no localized version is available,
the default language is used.
|
You can also use this page to add languages to a project. After adding a language to a
project, you have the option of creating localized Activity labels.
Exception Handling
| Property |
Description |
| Exception Handling |
Defines how exceptions are handled within the project. The following options are
available:
- Propagate: Causes un-handled exceptions are propagated to the parent or invoking process.
The instance of the child process is aborted without executing the End
Activity.
- Handle Exceptions: Allows you to explicitly define how exceptions are handled.
|
| Automatically Generate Exception Handling Activity |
Causes Studio to automatically generate an exception handling
Activity and Role when creating a new process. This option is only available when
Handle Exceptions is selected.
|