Retry Scope - Please list all 'Condition Activities' that can be used

Hi UiPath Community! :wave:

As per title, please list all the Condition activities (see yellow highlight below) you can use in the Retry scope.

I can only seem to use the Element Exists :confused:

Ideally, I want to use a Boolean variable like referenced in this post. But I am unable to find the extension in Manage Packages.
image.

Thanks in advance.

EDIT: Using UiPath Studio 2020.10

EDIT2: You dont need a ‘condition’ to use the retry scope. If an error occurs it will retry until the activity/sequence is completed.

1 Like

Hi @Steven_McKeering

I have used ismatch activity and it worked.

Will see what are the other activities we can Use.

Thanks

1 Like

Hi @Steven_McKeering

We can use the activity! CheckTrue

Regards

2 Likes

The activities like
IsMatch
Element Exist…etc

Hi @Steven_McKeering

These 2 as well work.

image

Thank you.

2 Likes

@Divyanshu_Divyanshu I think I use path exists in retry scope sometime back and remeber it is not supported even though it outputs a Boolean, but will have to check now if it’s working. So seems not all the activities producing Boolean will not be supported by retry scope.

Thanks

1 Like

Hey @Jobin_Joy

I tried this, and it won’t let me drop it in there :confused:

Place your Retry Scope inside a ‘Try-Catch’ and try it.

Thank you

IsMatch is working for me…Could be used as a backup.

2 Likes

@prasath_S let me check and come back to you if path exist works or not

1 Like

@prasath_S Thanks for correcting me out I have checked path exist doesn’t work

1 Like

Hi,

if you want to use IsTrue activity, can you try to install Workflow Manger Activities package from Offcial feed, as the following?

img20211203-3

Regards,

2 Likes

@Divyanshu_Divyanshu no problem lets see if anyone gives other suggestions.

Thanks

1 Like

Thanks @Yoichi and everyone for your help! :blush:

@prasath_S @Divyanshu_Divyanshu @pravin_calvin @Jobin_Joy @moosh

4 Likes

Oops . My bad I missed to read this thread. Hope already resolved.

Thank you @Yoichi

3 Likes

Hi @Jobin_Joy

Already posted similar reference link above in my post above!

Cheers!

2 Likes

Hi @Yoichi

I noticed something on Community Edition 2021.10.3.

Even without installing Workflow Manager Activities those 2 activities are working.

Just thought to share here. Thank you.

2 Likes

Hey @pravin_calvin

Sorry - I didn’t see the package name in your 1st reply.

1 Like

Hi,

It seems CheckTrue activity in SystemActivities 21.4 or higher has Result property and it works in the condition of RetryScope. Thank you for sharing useful information.

Regards,

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.