How do we queue an item (Work object) to an agent in Pega?

AllJobsInfo

Administrator
Staff member
The Queue-For-Agent method is used when constructing the application logic that queues items such as work objects or assignments to be processed in the background by an agent. This method stores a request for processing as a persistent object (entry) in the system queue.
 
Top