Custom messages for slow hooks
If you have hooks that do long-running tasks like accessing slow external APIs, sometimes you have no choice but to keep your user waiting while they run.
Now, you can provide your users with some context while your hooks are running at the beginning of the Review step. Just set the reviewStep.processingText
setting to the message you want to show the user.