Delay behaviour as waiting for External Task

Hi all,

I was testing some operations in a process with Support Persistance active and UiPath.System.Activities dependency v20.10.1 and i’ve found something i think is a bug.

It’s a dummy workflow, just an Assign, a delay, other Assign and finally a Log Message:

When i try to run it, the process is stopped in delay activity waiting for an External Task. Seems to be like any other “Wait for …” persistance’s activity:

I’ve been checking uipath docs for this version but i found nothing in known issues section. If i’m wrong just tell me :slight_smile:

Regards

Check this: https://docs.uipath.com/activities/docs/no-persist-scope

you should place Delay inside a No persist Scope.

1 Like

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