Skip to main content
Nintex Community Menu Bar

Task Aggrigation?

  • October 20, 2016
  • 4 replies
  • 8 views

Forum|alt.badge.img+2

With Nintex Customers using Nintex On-Prem and in O365 and now potentially NWC. How can we aggregate all their tasks into one place?

I've noticed that you could use the Nintex Mobile App to connect to each of these account types, but I was wondering if there will be another location that is web based that we could use to aggregate all the end users workflow related tasks?

4 replies

Forum|alt.badge.img+17
  • Nintex Partner
  • October 25, 2016

That's a great question! I wonder if there is a way to query the tasks in NWC like we can in SharePoint to rollup somewhere?


Forum|alt.badge.img+3
  • Nintex Employee
  • October 25, 2016

Hi Andrew,

What would be your preferred method for pulling task information in NWC?  How are you doing this today?


Forum|alt.badge.img+17
  • Nintex Partner
  • October 26, 2016

Today I would use a CSOM JS approach to query lists from both O365 and SP On prem. Once aggregated, I could display them on another SP page. REST queries are also available for Sp2013 & O365, so I would probably use these two methods depending on the need. 


Forum|alt.badge.img+17
  • December 2, 2016

To second Andrew on this, I would add an API or REST endpoint that rendered all tasks in an XML format. This would allow for JS/Jquery or Xpath to retrieve what was needed and could be used by another workflow or application to display specific data as necessary.