With Web Platform Installer riding off to the sunset, the old ways of installing Workflow Manager no longer apply.
I recently encountered this while trying to install Workflow Manager on SharePoint 2019 on-prem. As of the new year (2023), we no longer have access to the product installers in WebPI. More information on that can be found here: https://learn.microsoft.com/en-us/answers/questions/429383/web-platform-installer-end-of-support-and-sunsetti
After some research I found that Microsoft actually released a new package that simplifies the old process. They call it SharePoint Workflow Manager. It is what now powers the SharePoint 2013 Workflow platform and replaces Microsoft Workflow Manager 1.0 and Service Bus 1.1.
The installation was straightforward and only requires the prerequisite of downloading and installing Azure Service Fabric Runtime and then running a PowerShell command to create an Azure Service Fabric Cluster.
As many of you know, SharePoint 2013 no longer has the “Sign in as a different user” option like SharePoint 2010 offered. Many of you also know that you can just add “_layouts/closeConnection.aspx?loginasanotheruser=true” to the end of your main site url to do it or log into IE as a different user. This can become a hassle though to have to do it each time.