What is the difference between a worklist and a work queue
When user A opens the assignment, it is added to their worklist; if user A then successfully saves the flow action (not submit but save), they effectively assume ownership; otherwise, it is returned to the Work Queue it originally came from.
Is Workqueue and Workbasket same in PEGA
In Pega, the terms “work queue” and “work basket” are interchangeable.
What is worklist and Workbasket in PEGA
A workbasket is a shared pool of assignments from which users can choose work. Worklists are associated with instances of Data-Admin-Operator-ID, and assignments to worklists are instances of Assign-Worklist.
How do I add a work queue in PEGA
Click Save to create the new work group. In the Manager field, on the Work group tab, in the Work Group form, choose a work group manager. In the Default work queue field, choose a default work queue. In the example below, the default work queue is default@TGB.
How do I create a workgroup in PEGA
Click the Robots tab on the Pega Robot Manager dashboard. On the right, click Actions > Add new to add a new work group. Type a name for the work group. Select the assignment type that the work group will handle based on the robot activities contained in the automation package assigned to the work group.
What are data types in PEGA
Data Types, also known as Data Tables in Pega 6 and earlier, are similar to tables that store data and have a storage capacity of 10 KB.
How do I create a Workqueue
To create a new work queue:
- Click New on the toolbar after selecting the Work Queues folder.
- Enter the queues name in the box marked “Queue name.”
- You are free to enter a brief summary of the queue in the Description box.
- Press Create.
- Click Properties on the toolbar after selecting the new queue.
- When finished, click OK.
What are the requestor types in PEGA
Requestor types in pega
- system management.
- Integration.
- Authorization.
- Authorization.
- Uncategorized.
What is clipboard in PEGA
You can use the Clipboard tool to update and add properties to test features that depend on data not yet added to a case, such as decisions and UI forms, as well as to organize and present all the pages in memory, listing all the properties on each page and their values.
What is Connect rest in PEGA
The Connect-REST method operates as follows: locates the Connect REST rule specified by the ServiceName parameter using rule resolution, determines the class of the step page or primary page, and uses the HTTP method specified by the MethodName parameter to assemble an HTTP request message.
How does PEGA work scheduler
Click the schedule for the Job Scheduler rule in the Schedule drop-down list and add more information, such as a start time, if necessary. If you set the Job Scheduler to run on any node, the Pega Platform application decides which node it processes the task on.
What is the difference between standard agent and advanced agent in PEGA
Advanced Agent: This agent uses custom queuing, as opposed to Standard Agent, which processes items from an agent queue and relies on the system for object locking and other transactional support.
What is savable data page in PEGA
A savable data page can be used as the source for an auto-populated property; in this case, Pega Platform populates the property with data using the Data source section of the data page record and updates the data source using the Data save options section.
What is data transform in PEGA
The supported formats are clipboard and JSON, and using a data transform rather than an activity to set property values speeds up development and makes application maintenance simpler.
What is PEGA SLA
Organizations frequently create service-level agreements (SLAs) to compel on-time performance. An SLA establishes a deadline for work completion.
What is report definition in PEGA
Report definitions are an instance of the class Rule-Obj-Report-Definition rule type, and they can be found in the Records explorers Reports category. Report definitions are used to interact with database tables and retrieve information based on business needs.
What is PEGA operator ID
Current Operator Details will be available on Clipboard under system pages, on OperatorID page. Operator is an instance of Class Data-Admin-Operator-ID. Operators get stored in PR_OPERATORS table.
What is PEGA activity
The implementation of our own business logic can be carried out by using OOTB methods. Activity is a rule that is used to implement business logic. It can be created under the technical category.