Logger.warn(this, ex.getMessage());
}
}
addWorkFlowTaskIndexes();
dc.setSQL(workflowtask_fileasset_relations);
List<Map<String, String>> relations = dc.loadResults();
for(Map<String,String> relation : relations){
String fileInode = relation.get("child");
String workflowTaskId = relation.get("parent");
String uuid = UUIDGenerator.generateUuid();
dc.setSQL("insert into workflowtask_files(id,workflowtask_id,file_inode) values(?,?,?)");