Configuration
The Configuration tab has the following fields.
Field |
Global Var? |
Description |
Name |
No |
The name to appear as the label for the activity in the process definition. |
Description |
No |
Short description of the activity. |
JDBC Connection |
Yes |
Path to the shared configuration resource containing the JDBC connection information. For more information about JDBC resources, see JDBC Connection . |
Override Transaction Behavior |
No |
Overrides the default behavior of a transaction group. If the activity that uses this JDBC connection is in a transaction group, the activity is normally committed or rolled back with the other transactional activities. If this check box is selected, the database connection is in auto commit mode, where each operation is committed as it is performed. You can disable the auto commit mode, if desired, and your code is then responsible for performing the commit or rollback operation before releasing the connection. |