cancel
Showing results for 
Search instead for 
Did you mean: 

review task reject sends to start form?

groovehunter
Champ in-the-making
Champ in-the-making
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' />


1 REPLY 1

rajeshavatani
Champ in-the-making
Champ in-the-making
To start task or workflow?
To start workflow you need the start event.
Sequence flow are used to connect the objects like events, tasks and gateways.