Script
Executes a Script written in Java. The script must implement the WorkflowScript
interface:
public interface WorkflowScript
{
Object execute(Context con, CallerController caller, RequestController request, EvaluationEnvironment environment, Object controlFlow) throws ContextException;
}
Script Icon

Custom Properties
Script
Script's Java source. The script's class name must be replaced by %ScriptClassNamePattern%
pattern.
Property name: script
Property type: String
Description
Description of the script.
Property name: description
Property type: String
Was this page helpful?