Hi, I am using a!queryProcessAnalytics for showing 'User tasks report' in grid. I followed all the steps given in SAIL Recipes(forum.appian.com/.../SAIL_Recipes.html .The only thing which I added extra is, I am using 'contextProcessModels' attribute for process model context. but irrespective of what value I have for contextProcessModels attribute it always shows the same data in report.below is my code snippet for queryProcessAnalyticslocal!report: a!queryProcessAnalytics(report: cons!UC_TASKS_FOR_USER_REPORT,contextProcessModels: cons!SMS_ADD_STUDENT_PROCESS_MODEL,query: a!query(pagingInfo: local!pagingInfo)) ThanksAjinkya
OriginalPostID-174579
Discussion posts and replies are publicly visible