Using Retry Mechanism in REFramework in a Linear Process?

if you want to use the retry mechanism you shouldnt use the one in REFramework Linear process (Single Transaction) - #2 by Florent_Salendres . Instead you should just use the default one and change it to look like this

  1. success/business exception lines dragged to “end process” since its a linear process

  2. dont drag system exception to end process as you want the framework to retry upon a system exception such as timeout

  3. change new transaction condition to transactionNumber=1

  4. change no data condition to transactionNumber > 1

  5. clear everything in get transaction data state
    image

  6. now you have an REFramework that runs a linear process and also retries when it encounters a timeout