Question
Pegasystems Inc.
IN
Last activity: 19 Mar 2021 11:04 EDT
Go back is triggering validation for screen flow
We have requirement to use the go back button in screen flow and not triggering the screen flow .
Reason is with the use of Go Back in screen flow it is triggering the activity GoToPreviousTask through screen flow. And in this activity at step 9 it will be calling the performFlowAction step and which is triggering all the validations.
Our requirement is to skip the validation in case of use of Go Back button in case of use with in the screen flow.
Please suggest and best approach for skipping the validation in screen flow with Go back button.