In my case type, a customer must enter a verification code to access their profile. I found that by using an approve/reject step and a decision object, if the customer fails to enter the correct code, I can give them the option to go back and try again, loop around and get a new code, or continue as a guest.
I would like to customize the buttons on the approve/reject step to reflect this functionality. In particular, change:
“Approve” to “Continue” or “Continue as Guest”
“Reject” to “Request new code”
(tentative) “Previous” to “Try again”
Normally you can change the button text by editing the flow action, but approve/reject steps have no associated flow action, only a view.
Is there any way to achieve this OOTB in Constellation?
Customization of the buttons for approval step is not feasible in Constellation. For this specific scenario you have to extend the OOTB approval step via a DX component.