Question
Pegasystems Inc.
JP
Last activity: 21 Nov 2018 6:36 EST
I want to set variable to "Route to queue" of "Assign to robot queue"
I'm using RPA and connect PRPC and Pega Robotics. And I noticed that I can't set variable to "Route to queue" of "Assign to robot queue" and I have to set existing Workbasket. There are validation check on pzCreateRoboticAssignment. But I need to set dynamical variable to "Route to queue". There is a requirement that user select desktop PC which run the automation when they create the case. I tried to change pzCreateRoboticAssignment but I couldn't because it's final. Please permit to set variable to "Route to queue" of "Assign to robot queue".
I'm using PRPC 7.2.2 and Pega Roboitcs Studio 8.0.
***Updated by moderator: Lochan to update Categories***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
US
If you've tested it consistently and not found any problem I would say go ahead and use that option.
Pegasystems Inc.
US
Hi,
Can you explain what you are trying to do? If you use the "route to robot" process modeler shape, you can specify: workbasket, automation activity for the robot to execute, SLA, and Validate rule. A workbasket must be created before you can route work to it.
-Bence
Pegasystems Inc.
JP
Pegasystems Inc.
JP
Hi I still need assistance for this post.
I can avoid the validation if I private edit pzCreateRoboticAssignment.
I'm worrying about whether there is any issue if I set variable to "Rote to queue" of "Assign to robot queue" instead of Workbasket.
I tested many times and so far I couldn't find any issue.
I wonder why there is validation check of existing workbasket on pzCreateRoboticAssignment.
Accepted Solution
Pegasystems Inc.
US
If you've tested it consistently and not found any problem I would say go ahead and use that option.
Pegasystems Inc.
JP
Tata Consultancy Services
GB
Hi kimh,
I am facing the same issue and have a similar use case where i have to set the workqueue name in a variable. Can you please tell me if there was any issue while the code was deployed across environments? Does it work fine in all other environments as well.
Pegasystems Inc.
JP
Hi ric177,
I didn't see any issue on all environments when I set the workqueue name in variable.
Tata Consultancy Services
GB
For me, i am not able to give any variable even after private edit of pxCreateRoboticAssignment flow. Anything other than the WB name is not being accepted. Im using v7.4. What do i do?