What is the trigger for your workflow? Are you using a form container?
In order to block the workflow from triggering with a required input you need
- the input to be inside a form container
- the workflow should be triggered by the “on submit” event (not a “on click” on a button)