String content = formTemplate.getContent();
formTypeMap = this.fetchFormTypeMap(content);
}
String processInstanceId = task.getProcessInstanceId();
Record record = keyValue.findByRef(processInstanceId);
Map<String, Object> processParameters = new HashMap<String, Object>();
if (record == null) {
new CompleteTaskWithCommentCmd(taskId, processParameters,
OPERATION_COMMENT).execute(commandContext);