Interview Questions | If the workflow has 5 session and running sequentially and 3rd session has-been failed how can we run again from only 3rd to 5th session? | Interview Questions



If the workflow has 5 session and running sequentially and 3rd session has-been failed how can we run again from only 3rd to 5th session?

If multiple sessions in a concurrent batch fail, you might want to truncate all targets and run the batch again. However, if a session in a concurrent batch fails and the rest of the sessions complete successfully, you can recover the session as a standalone session. To recover a session in a concurrent batch:

  1. Copy the failed session using Operations-Copy Session.
  2. Drag the copied session outside the batch to be a standalone session.
  3. Follow the steps to recover a standalone session.
  4. Delete the standalone copy.

OR

You can start from the 3rd session by right clicking on that session and select “start workflow from this task. This will ensure that the workflow has started to run from 3rd session and continues till the last one.

Can you explain it better dude ?