Currently, when running a workflow from the designer, the designer attempts to redirect to the Workflow Instance Viewer Blazor page - which does not exist, because the hosted designer is a standalone Workflow Editor Blazor component.
Instead, we should capture the "Run Workflow" event using JS and then redirect to the Orchard Core's route that displays the Workflow Instance Viewer component.