Auto resume workflow on action center command as completed

Hi Team ,

I am building a workflow for invoice processing its work fine when I use present validation station. But now I am extend this process with “create document validation action” and “wait for document validation action and resume”.

In this stage I am getting bellow issues, please help me to resolve those.

  1. for one invoice its working fine but it’s throw an error as below when go to pick next invoice [error scope for each(document) ]:

error

2.auto resume not working on workflow. It stucks as below image and not automatically resume (action center task performed as status : completed)

kindly tell me if any mistake happen from my end.

thanks and regards
gopal pal

hi there… Auto Resume only works from the UiPath Assistant aka Robot Tray. I had the same challenge :slight_smile:

Replace For Each with Parallel For Each

1 Like