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.

Input Parameters

No

The input parameters for the Java Code activity. These parameters appear on the Input tab after they are specified. Each input parameter has three fields:

  • Field Name — Name of the parameter.

  • Type — Datatype of the parameter. Specify one of the supplied Java primitive types, or specify Object Reference if you are accepting a Java object from another Java Code activity as input. For more information about passing Java objects between Java Code activities, see Passing Java Objects Between Java Code Activities.

  • Occurrence — Whether the parameter is required, optional, or repeating.

Output Parameters

No

The output parameters for the Java Code activity. These parameters appear on the Output tab after they are specified. Each output parameter has three fields:

  • Field Name — Name of the parameter.

  • Type — Datatype of the parameter. Specify one of the supplied Java primitive types, or specify Object Reference if you are passing a Java object to another Java Code activity as output. For more information about passing Java objects between Java Code activities, see Passing Java Objects Between Java Code Activities.

  • Occurrence — Whether the parameter is required, optional, or repeating.