05-24-2013 02:46 PM
// get the process instance id from object
String piid = request.getProcessInstanceId();
…
// add the request process variable
runtimeService.setVariable(execution.getId(), "request", request);
// propagate process
runtimeService.signal(execution.getId());
// retrieve the request from the workflow
request = (IPncRequest) runtimeService.getVariable(piid, "request");
05-24-2013 06:39 PM
06-04-2013 09:42 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.