1

How do I get all site level workflows in SharePoint on-Prem (v 2013 and above)? I see a lot of posts on enumerating workflows related to lists but not really for site workflows. Preferably something using Powershell

Thanks in advance, Jake.

2
  • Should mention that $spweb.WorkflowAssociations does not yield anything. But I can see the site workflow through the UI. Commented Aug 30, 2019 at 0:18
  • I am not sure why these are not visible via powershell but as a workaround, I was able to query the wfsvc List in each spweb and select the workflows that were not previously identified as a list workflow. Commented Aug 30, 2019 at 17:16

1 Answer 1

0

I tested with it and the $spweb.workflowassociations returns information of workflow. enter image description here

Have you tested with other sites in different web applications?

1
  • Jerry - I can get the site workflows on a few sites with the same code. But even on those sites, it shows some of the site workflows and not all. Any idea why I would not be seeing some or all site workflows? This is indeed strange. Commented Aug 30, 2019 at 13:11

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.