09-05-2013 11:37 AM
output.put("result", "success");
public void notify(DelegateExecution execution) throws Exception {
String result = ((Map) execution.getVariable("output")).get("result"); // success
output.put("result", "success");
execution.setVariable("output", output);
09-06-2013 01:20 PM
09-07-2013 09:12 AM
09-13-2013 05:12 AM
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.