11-07-2012 10:06 AM
if (historicTaskInstance.getOwner() != null) {
taskJSON.put("assignee", historicTaskInstance.getAssignee());
} else {
taskJSON.putNull("assignee");
}
if (historicTaskInstance.getAssignee() != null) { //<—
taskJSON.put("assignee", historicTaskInstance.getAssignee());
} else {
taskJSON.putNull("assignee");
}
11-08-2012 05:07 AM
11-08-2012 10:49 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.