|
|
@@ -92,6 +92,7 @@ public class BpmClientFlowForMineAction extends RequestAbs {
|
|
|
map.put("createdate", createdate);
|
|
|
map.put("insId", flowInstance.getInsId());
|
|
|
map.put("control", flowInstance.getN_control());
|
|
|
+ map.put("dataName", flowInstance.getState().getDataName());
|
|
|
list.add(map);
|
|
|
}
|
|
|
int total = flowService.getCountOfFlowInstanceForMine(userid,
|