<style>
.panel {
  max-width: 85%;
  min-width: 40%;
  margin: 5px;
  margin-left: 0px;
  margin-right: 5px;
}
.panelContent { 
  padding:0px;
margin: 1px;
}
.panelContent h2 {
  font-size: 36px;
}
.table-wrap {
  margin:0px;
}
.sectionColumnWrapper {
  margin: 0px;
  padding: 0px;
}
.sectionMacroWithBorder {
  padding:0px;
  margin: 0px;
}
</style>

This reference page contains information about app agent node properties. The properties are listed in alphabetical order.

Set this property to true to log all potential entry points that are hitting instrumented exit points or loggers to the Business Transactions log file.

Use this property when you suspect that some traffic is not being detected as business transactions. You should only enable this property for debugging purposes. You should deactivate this property in a production setup.

Tip: For new applications, you can use the interactive Live Preview tools to discover entry points.

Type:

Boolean

Default value:

false

Platform(s):

Java, .NET

The maximum Java heap utilization percentage for development mode.  If the heap utilization exceeds this value, development mode is automatically deactivated.
<table style="cellpadding: 5px; font-size: 24px" class="conf-macro output-block confluenceTable" frame="below">
  <tbody>
    <tr>
      <td><strong>Type:</strong></td><td>Integer</td>
    </tr>
    <tr>
      <td><strong>Default value:</strong></td><td>90</td>
    </tr>
    <tr>
      <td><strong>Range:</strong></td><td>Minimum=0, Maximum=100</td>
    </tr>
	<tr>
      <td><strong>Platform(s):</strong></td><td>Java</td>
    </tr>
   </tbody>
</table>

Decides BT naming scheme for IBM-BPM System Task POJO business transactions.

The property value is comma-separated identifiers chosen from projectbpdtask, and implementation, and is order-sensitive.

<table style="cellpadding: 5px; font-size: 24px" class="conf-macro output-block confluenceTable" frame="below">
  <tbody>
    <tr>
      <td><strong>Type:</strong></td><td>String</td>
    </tr>
    <tr>
      <td><strong>Default value:</strong></td><td>default</td>
    </tr>
	<tr>
      <td><strong>Platform(s):</strong></td><td>Java</td>
    </tr>
   </tbody>
</table>

Example

For example:

  value = project, task means that the POJO business transactions are named as: <project-name> / <task-name>
       value = task, project means that the POJO business transactions are named as: <task-name> / <project-name>
       value = none means that the POJO business transactions are not detected, in other words, deactivated.
       value = default would mean that all the identifiers are used for BT naming are in the default order, that is, they are named as:
                    <project-name> / <bpd-name> / <task-name> / <implementation-name>