gadget.jio_allDocs({"query":'portal_type: ("Smart Assistant File" OR "Smart Assistant Image" OR "Smart Assistant Text" OR "Smart Assistant Sound") AND validation_state: "draft"'}),
gadget.jio_allDocs({"query":'portal_type: ("Smart Assistant File" OR "Smart Assistant Image" OR "Smart Assistant Text" OR "Smart Assistant Sound") AND validation_state: "processing"'})
]);
})
.push(function(result){
varline_list=[];
line_list.push({
link:result[0],
title:"Smart Assistant Records to Start Processing",
count:result[2].data.total_rows
});
line_list.push({
link:result[1],
title:"Smart Assistant Records to Finish Processing",