|
|
@@ -370,7 +370,6 @@ public class BpmReceivedProvider extends GenericProvider implements IBpmReceived
|
|
|
if(!request.containParameterKey("skipBuildInternal")) {
|
|
|
BpmInstBuilder.build(list);
|
|
|
}
|
|
|
- list.removeAll(Collections.singleton(null));
|
|
|
APIPageList<BpmInstPo> apiPageList = this.getAPIPageList(list);
|
|
|
result.setData(apiPageList);
|
|
|
} catch(Exception e) {
|