07-02-2013 09:15 PM
07-03-2013 05:29 AM
07-03-2013 07:22 AM
07-03-2013 07:39 AM
07-03-2013 07:47 AM
07-03-2013 07:54 AM
protected Object execute(CommandContext commandContext, TaskEntity task) {
commandContext.getHistoryManager()
.reportFormPropertiesSubmitted(task.getExecution(), properties, taskId);
TaskFormHandler taskFormHandler = task.getTaskDefinition().getTaskFormHandler();
taskFormHandler.submitFormProperties(properties, task.getExecution());
task.complete();
return null;
}
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.