05-06-2013 05:01 AM
05-06-2013 05:53 AM
05-06-2013 08:36 AM
05-08-2013 03:22 AM
} else if ("assign".equals(operation)) {
String userId = null;
try {
String startParams = entity.getText();
JsonNode startJSON = new ObjectMapper().readTree(startParams);
userId = startJSON.path("userId").getTextValue();
} catch(Exception e) {
throw new ActivitiException("Did not assign the operation parameters", e);
}
ActivitiUtil.getTaskService().setAssignee(taskId, userId);
05-09-2013 01:16 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.