12-28-2011 04:16 PM
runtimeProcessId = runtimeService.startProcessInstanceByKey(processId,vars).getId();
// I want to see the access the stack trace if something went wrong.
// something like below
// runtimeService.getExceptionStacktrace( runtimeProcessId ) ;
01-05-2012 06:15 PM
01-07-2012 04:25 AM
runtimeService.startProcessInstanceByKey(processId,vars);the method witll throw that exception.try {
runtimeService.startProcessInstanceByKey(processId,vars);
}catch(ActivitiException e) {
// do sth about it
}01-09-2012 04:14 PM
List<Job> jobs = managementService.createJobQuery().list();
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.