09-25-2014 07:46 PM
09-25-2014 07:55 PM
09-25-2014 09:24 PM
09-26-2014 03:13 AM
public class SetLocalVariableTask implements JavaDelegate {
public void execute(DelegateExecution execution) throws Exception {
execution.setVariableLocal("testLocal", "test2");
execution.setVariable("test", "test2");
}
}
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.