Document Understanding - Able to use ReFramework?

Hello all, our company is planning on using document understanding / action center in the near future. We have been preparing for this by building templates and such.

One template we have is within the ReFramework, which looks something like:

I’m not realizing though, will this work with the action center?

I’m mostly thinking about this activity:

If we have 10 items in the queue, and the first one gets to this activity, will it stop the process from running the other 9 items?

Thank you.

Yup, but you actually have a more chronic issue than it stalling and waiting for the next queue item, you cannot have that activity on a ‘Process.xaml’ workflow, which I assume you have based on you saying its based on the REFramework.

You can only suspend on a workflow on the Main or other entry point.

Persistable jobs need a different kind of framework, event based trigger ones too. There are some examples from UiPath but I’d suggest making your own.

Yep, we have been working around that slowly, still in our early stages. Thanks for the heads up!

Do you happen to have a link to the sample UiPath ones? We have one from UiPath but it doesn’t follow the ReFramework at all.

Well you need one that doesn’t follow the REFramework at all for the reasons stated, is that a problem?