The process of building custom solutions for SharePoint Server.
I found an official Microsoft support article related to your issue. The documentation for the ServerDebugFlags workaround is included directly in recent Security Update release notes, such as this one: Description of the security update for SharePoint Server 2019: November 11, 2025 (KB5002803)
To apply this workaround and restore your Workflow Manager trust while you continue your Power Automate migration, you can run the following commands in the SharePoint Management Shell as an administrator:
$farm = Get-SPFarm
$farm.ServerDebugFlags.Add(53601)
$farm.Update()
iisreset
I hope this information helps. Please let me know if you have further question!
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.