I want to create a workflow for user request (for hardware) in our company.
1.User submits request form
2.group of technicians review request; decide if already okay or if more info needed.
In case 2-rejected the user is next to extend his application, give more info; User should just see same form as in beginning. Then step 2 againd and so on.
I make an own myco:submitRequestTask with a few fields and configured an UI for it.
Is it okay to make a sequenceFlow to the start task?
<sequenceFlow id='flow6' sourceRef='rejected' targetRef='start' />