How to configure retry for individual applications?

Hi All

In the Process workflow we have two applications to trigger and work. Lets say first application worked successfully and during the second application any exception happens then both the applications are closing and both the applications are executed again. So the records of first application are executed again unnecessarily.

How can we make only that application to retry where exception occured ?

Hi @kkp,
Please read about try catch activity as well as REFramework. Everything you need to learn about it is available in the academy courses :slight_smile:

Thanks. Will check.

1 Like