Activities
The following table lists the activities that are included in the Java activity package.
| Activity | Description |
|---|---|
| Java Scope | Initializes a specified Java library and provides a scope for Java Activities. All Java activities must run inside a Java Scope. |
| Load Jar | Loads a Java Library Package file in the current Java Scope for subsequent actions. |
| Invoke Java Method | Invokes a specified Java method from a .jar loaded in the Java Scope. |
| Convert Java Object | Converts a JavaObject into a .NET primitive data type. |
| Create Java Object | Creates a JavaObject variable from a class by using the builder specified in the TargetType property field. |
| Get Field | Returns a public field from a specified JavaObject variable or from a public static field inside a class. |