Previous Topic: Configure Process ControlNext Topic: Configure Utilities


About Utilities

The Utilities category in the Modules tab contains fields that pertain to the Invoke Java operator.

Important! The Invoke Java operator only runs on an agent and cannot be configured for an Orchestrator.

The Utilities category lets you specify:

Each jar that is specified becomes available to the Java code that the Invoke Java operators execute. The classes defined in the operator level jars override the same classes specified in the jars for the Utilities category.

If configured, designers can use the logger in the context of the code. For example:

logger.debug()
logger.info()

You can elect to configure logging, where logged data does not include info.