i understood the explanation and i got clarity that these values are configured in the CONFIG File but to my surprise i saw something in REFRamework Template… can you explain what is the below used for?
Sadly no readymade solution for that. If you want something like System exception for Business exception, you will have to build the logic.
You can add this logic in Get Transaction data, before Get Transaction Item, retrieve previous failed queue items and check if they were failed due to Business exception. This is time taking and non reliable solution.
You can use Orchestrator API to fetch the Failed queue items with API and do the logic as per your requirement.