When I am running task via Assistant , after approving in action center , task is not resuming and getting suspended
But when I run the task through studio. Its running fine
Please find the attached screenshot
Hi @Anusha_Pydepalli ,
Make sure an Un-Attended Robot is assigned.
Also, When Run Through Studio, You would have to Manually Click on Resume for continuation of the process.
Currently I am using Enterprise Trial version. How to assign unattended robot.
Hi @supermanPunch I’m having the same issue than @Anusha_Pydepalli and, when I launch the process from Assistant, I don’t have the possibility to resume it neither manually. If I go to “History” of the process, I can see the status of them but I can’t resume them, even if they are still in “Suspended” state. Once I approve the task in Action Center, the status of the process changes alone to “Resumed” but any of the actions of the workflow (I log a line and send a mail) are done. If I launch it from Studio and after I click on “Resume” in studio it performs correctly the log and mail activities.
Note: With unattended robot it works fine but I still have some doubts about this kind of license and I’m not sure about the possibilities to use it or not in my company.
I have the same issue of the job not being resumed after. is this technology not longer being supported by UiPath?
How about using UiPath.Forms instead of Action Center, and just showing the form directly to the user to collect whatever they need to enter? Action Center isn’t really intended for attended automations. UiPath.Forms is what you should use for attended automations, and then you don’t even need the Action Center licenses used.
Its a good idea to have forms for an attended solution but I mean to have a have a human in the loop without having the bot on his machine. thats why action center was created for
Why would you need a human-in-the-loop process with an attended automation that is being run…by a human?
is not meant to be run by a human. its mean to be unattended. what I mention about the assistant and studio is just to clarify that I try different approachs to find if the action center tasks works
for your knowledge:
Ok well Assistant isn’t the right way to test it. You test it by running the Job unattended. Which is what that text you’ve highlighted is describing.
Yes I know, I test it as well in orquestrator as unnatended and didnt work
What does “didn’t work” mean? Did you use the Create Form Task activity and pass its output to Wait for Form Task and Resume?
works until the job has to resume (after the user responded to the form). after that the “wait form” activity never resumes and neither the follow activities
Post a screenshot of your activities and their properties. Do you have “supports persistence” turned on in the project settings?
ActionCenterTestPrj2.zip (102.2 KB)