I have an old classic form for submitting a travel request. In this form was a button that had some javascript that would launch a workflow to withdraw the request after it had been submitted. This made it easy for the travelor to withdraw it without invoilvment from IT or to leave workflow instances running.
I am redesiging everything, form, workflow, you name it. Since I can't use js in the responsive form, is there another way to do that in the form? OR does anyone have any other ideas on how to have a user kill a workflow with a push of a button? (rather than going through the instance and knowing what to press)