AppService appService = (AppService) AppUtil.getApplicationContext().getBean("appService");
FormData formData = new FormData();
String primaryKey = appService.getOriginProcessId(wfAssignment.getProcessId());
formData.setPrimaryKeyValue(primaryKey);
Form loadForm = appService.viewDataForm(appDef.getId(), appDef.getVersion().toString(), formDefId, null, null, null, formData, null, null);
for (Object o : fields) {
Map mapping = (HashMap) o;
String fieldId = mapping.get("field").toString();