4 Replies Latest reply on Apr 13, 2015 2:28 AM by swiderski.maciej

    Running flow in backward

    rocky13

      Hi All,

       

      Can anyone please tell me if there is any way to run flow in backward? Can anyone please guide me?

       

      Thanks,

      Rocky T

        • 1. Re: Running flow in backward
          abhijithumbe

          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

            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

              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

                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