Retry each application in reframework

Hi,

When working on multiple application processing using re-framework ,how can we retry each one of them separately on failure due to system error

@ranjani

You can use Retry scope and place inside that how many times you need to retry and also condition to exit

Hope this may help you

Thanks

But in condition i can only use boolean activity like element exist…is there any other solution