Java Class
Last updated
Last updated
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.
Class name
Class name with full path - ex) com.xnarum.custom.SampleJava
Timeout
Execution timeout in seconds.
ResultValue
Return value from the method execution
This example generates a new parameter and return to the caller.