Skip to main content
Nintex Community Menu Bar
Knowledge Base

Workflow fails to run after applying September 2026 CU update (Subscription Edition)

  • August 24, 2026
  • 0 replies
  • 96 views

Forum|alt.badge.img+4

Topic

As part of the September 2026 CU update, legacy SharePoint workflow engine will be disabled by default on all site collections. This change will impact Nintex workflows using the legacy workflow engine (SharePoint 2010 workflows). SharePoint 2010 workflows will need to be enabled again through SharePoint PowerShell.

 

Instructions 

Execute the below command in SharePoint Management Shell from the SharePoint server to enable SharePoint 2010 workflows.

Enable-SPLegacyWorkflow http://site-collection-url

Note: This command can be executed prior to the September CU update as long as the August 2026 CU is installed. 

Run the below command to determine which site collections have legacy workflow engine enabled.

Get-SPLegacyWorkflowEnabledSites

To enable the legacy workflow (SharePoint 2010) across all site collections or just site collections hosting Nintex Workflow, download the attached script.

Before running the script, rename the file extension from its current extension to `.ps1` so that it can be executed as a PowerShell script.