I have a scenario in the Business process flow to not to move to the next stage until it satisfies the condition in the current stage.
I have 5 stages and in each stage, I have a condition to meet. Once it is met, the BPF should allow it to move on to the next stage.
I have created a workflow based on the below URL and it worked fine.
URL: https://survivingcrm.com/2013/11/using-real-time-workflows-to-show-error-messages/
But now I'm facing another issue. Business Process Flow is not allowing me to save on the first stage if it is not approved. There is a scenario if all the fields in that first stage are filled, then make the status as Approved, or else "waiting for the information from Contact" (or) "waiting from Customer" option needs to be selected.
When I'm selecting one of these options and click "SAVE", it is showing the error "You cannot move to next stage............", but actually here I'm not moving to the next stage, but just saving the information.enter image description here