9.47.2 Java Agent Configuration

You open the Java agent configuration dialog from a workflow configuration: you can right-click the agent icon and select Configuration..., or double-click the agent icon.

The agent configuration defines the functions of the Java agent, to fully utilize it, users would need to set up a Java project and code in the required business logic and compile it for the agent to use. More details on how this can be performed is found under Java Agent Reference Guide

Java Agent Tab

The Java Agent tab contains settings related to the Java project namespace as well as any user defined values utilized in the project.


Java agent configuration

SettingDescription
Namespace

This will allow for the selection of the Java project namespace. An example project called JavaExample is available for selection.

Agent ConfigThis allows for the selection of specific functions in the project namespace
KeyKeys will be used as a variable to identify the user's custom defined data. This section is optional and can be left empty.
Value

The value that is stored in within the user defined key. This section is optional and can be left empty.