02-25-2013 07:25 PM
<userTask id="task">
<extensionElements>
<activiti:formProperty id="street" expression="#{address.street}" required="true" />
</extensionElements>
</userTask>
My address POJO 's fields are all public and also has getters/setters for these fields.
HashMap<String,Object> taskParams = new HashMap<String,Object>();
taskParams.put("street","Main Street");
formService.submitTaskFormData(task.getId(), taskParams);
taskService.complete(task.getId());
but address.street does not have the value "Main Street"02-26-2013 02:43 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.