Solved

Powershell to list Nintex workflows in SharePoint Online?

  • 5 August 2019
  • 2 replies
  • 122 views

  • Anonymous
  • 0 replies

Hi everyone. I know how to list out workflows in SharePoint on-prem using powershell, but how can you do it for SharePoint Online?

icon

Best answer by eharris04 6 August 2019, 19:22

View original

2 replies

Badge +17

 - a quick google search would return a few key articles that show how to query data from SPO via PowerShell.


 


https://www.google.com/search?q=sharepoint+online+workflows+powershell&rlz=1C1GCEB_enUS850US850&oq=sharepoint+online+workflows+powershell&aqs=chrome..69i57j69i60.10903j0j7&sourceid=chrome&ie=UTF-8


 


Nintex workflows still run in the context of the SharePoint Workflow Engine so querying them will return both. You can also get access to Nintex Hawkeye to view your workflows as well, and that doesn't require PowerShell. 


 


Here is a post to consider -https://gallery.technet.microsoft.com/office/SharePoint-Online-Get-all-40d76baa

Thanks @eharris04 .  Shortly after posting this I used SharePoint Online Client Browser and found that the Nintex WFs are listed under Workflow Definitions [2013], so I will try querying that.

Reply