How to step back?

I am tring to create a process which will be used to approval credit rating result in a loan management system.

This process contains many user tasks, in those tasks , user can choose a action from

  1. agree 2.reject 3.disagree

where option 2 means step back to the user who started the process.

how can I implement this with flowable ?

1 Like

Hi,
exclusive gateway with loop back to the previous task will make the job.

Regards
Martin

hi @martin.grofcik , can you please give an example bpmn.xml file for this scenario. I am facing difficulty in find the loop back inside exclusive gateway
thanks in advance

As Martin says, you can loop back, or another option would be to terminate the current process and start a new one, perhaps injecting an indicator that the last request was rejected along with data collected in the original process.

Really comes down to how the business wants to treat a rejected application.