Java Class

This component executes a java class which has execute() method. The java class should be located under custom directory.

If the execution throws Throwable(Exception), that error is escalated to the caller and that execution is treated as failed. The return value of the method is added to the output data of this component.

Input

Attribute
Description

Class name

Class name with full path - ex) com.xnarum.custom.SampleJava

Timeout

Execution timeout in seconds.

Output

Attribute
Description

ResultValue

Return value from the method execution

Example

This example generates a new parameter and return to the caller.

Last updated