Question
1
Replies
46
Views
Posted: August 2, 2018
Last activity: August 2, 2018
Closed
Solved
Error assign to robot queue in Pega 7.4
Hi,
I have got a task to assign a robot queue but I am not able to supress the error in the attached file.
I think the work queue is correct and I have done this many times in Pega 7.3.
.pyModelProcess.pyShapes(SubProcess1).pyCallParams.WorkBasket—
Property @baseclass.QGestionDelTalento is undefined.
Any suggestions, please, it is urgent!
Thanks a lot
I have found the error. The source of this error was for including a dot in the name of the work queue; my work queue was Robotics.QGestionDelTalento and changing by Robotics:QGestionDelTalento it worked fine.
Conclusion: Don't include a dot in the name of the work queues.