Hallo! There is following “bug” i experiencing: on button press in modell the Workflows/START_PROCESS_STARTED is called and then the data get validated by backend. If validation is failed the workflows process stays on “standby”. On next button press another Workflows/START_PROCESS_STARTED get called, so the Workflows/START_PROCESS_STARTED can be fired multiple times until the validation by backend is successfull. As soon as validation is successfull the workflows process is executed thoose multiple times.
So here my question: can i manually cancel workflows processes with failed validation from client (saga on validation error / Activity/ERROR) so only one workflows process get executed? Or maybe someone do know another idea to solve the problem?
Edit: i added a gif that visualizes the problem.
Best regards,
Alexander
