cancel
Showing results for 
Search instead for 
Did you mean: 

Navigate to previous task in the workflow

sai576
Champ on-the-rise
Champ on-the-rise
Navigate to previous task in the workflow is possible depends on the UI level interaction.

Actually my requirement is suppose user want to create account there some sections (Registration forms)fill up.For that i created user tasks for each section.Suppose he is not completed all forms.So next time he want to complete, I want to call same section from where he stopped.
Suppose in the UI  navigate to back option is there while filling forms.So click on back it goes to previous registration section then in the workflow also i want to navigate to the previous task from current task in workflow(diagram).Is it possible?

task 1==>   task 2==>  task 3==>  task 4
(section 1)   (section 2)  (section 3)    (section 4)

Suppose user now currently on section 3 in the UI means, task 3 in flow,now user click on back in the UI level it goes to section 2 here i want in the workflow also navigate to task  2.Is there is any possibility.I am not getting any idea on this. Anyone have idea on these could you please tell me.
1 REPLY 1

trademak
Star Contributor
Star Contributor
You can do this by adding a sequence flow back to the previous task. When you want to do this only under a certain condition, like clicking the back button in your example, you can add an exclusive gateway to check a specific variable value or so.

Best regards,