-
1. Re: Running flow in backward
abhijithumbe Apr 8, 2015 9:08 PM (in response to rocky13)Hi,
As per my understanding its not possible, but can you please share your requirement so that we can suggest other approach. If you use gateway, then based on condition you can restart execution of process from certain point.
-
2. Re: Running flow in backward
rocky13 Apr 9, 2015 12:30 AM (in response to abhijithumbe)I am moving process forward based upon user inputs at every task. In case user has entered wrong input some point or task in the flow and user realizes at later point in the process. User should be able to go back to that particular task and redo it and move forward accordingly
-
3. Re: Running flow in backward
abhijithumbe Apr 9, 2015 2:22 AM (in response to rocky13)Hi,
In this scenario you can add one more task to confirm input provided by user, if user has provided wrong input then through gateway you can re-execute particular task. We cant roll back completed task.
Guys, do we have any other better approach ?
-
4. Re: Running flow in backward
swiderski.maciej Apr 13, 2015 2:28 AM (in response to rocky13)another approach could be to use adhoc subprocess that comes with some additional logic steps to update process data in case of errors that might be quite generic and then can be signaled at ay time.
HTH