In your perform action make a forward to the show action. The single view is reloaded and the form shows the next step or performs the finishers.
perform
show
public function performAction(): ResponseInterface { return new ForwardResponse('show'); }