Hi,
What is the difference between the data-admin-workbasket and embed-data-admin-workbasket?
Regards,
Mamatha
Hi,
What is the difference between the data-admin-workbasket and embed-data-admin-workbasket?
Regards,
Mamatha
Hi @Mamatha Adiraju,
In Pega, both data-admin-workbasket and embed-data-admin-workbasket are classes used for managing workbaskets, but with a key difference in their purpose:
data-admin-workbasket:
data-admin-workbasket instances based on criteria like urgency, skills, or workloads.embed-data-admin-workbasket:
Here’s a table summarizing the key differences:
| Feature | data-admin-workbasket | embed-data-admin-workbasket |
|---|---|---|
| Purpose | Independent workbasket | Embedded sub-workbasket within another one |
| Use Case | Shared in-box for various users/groups | Categorize tasks within a larger workbasket |
| Access Control | Defined on the workbasket itself | Inherited from the parent workbasket |
| Routing | Can be routed to from flows | Not directly routable, accessed through parent |
In essence:
data-admin-workbasket for general workbasket creation and management.embed-data-admin-workbasket when you need to create a hierarchical structure within a single workbasket for better organization and access control.Regards,
Mohd Qizer Uddin
@Mamatha Adiraju,
DATA-ADMIN-WORKBASKET:
This is a concrete class in Pega that is used to define and manage workbaskets. Workbaskets are queues where work objects (cases) can be assigned for processing by operators or groups of operators. The data-admin-workbasket class holds the configuration and details of these workbaskets. This class contains properties that define the characteristics of the workbasket, such as its name, description, associated organizational unit, and routing rules. Instances of data-admin-workbasket are created to set up workbaskets that can be used in the workflow of various applications. These instances are typically created and managed through Pega’s user interface.
EMBED-DATA-ADMIN-WORKBASKET:
This is an embedded class in Pega, used to define a workbasket within another class or structure.
The embed-data-admin-workbasket class is used when you need to reference or include workbasket information as part of a larger data structure. It is not a standalone class like data-admin-workbasket, but rather it is embedded within other classes.
This class contains similar properties to data-admin-workbasket, but it is designed to be part of a composite structure. This allows you to include workbasket details within other data models.The embed-data-admin-workbasket class is used when you need to encapsulate workbasket information within other objects, such as when defining complex data relationships or nested structures in your application.
DIFFERENCES:
Hi @Mamatha Adiraju,
In PEGA, data-admin-workbasket and embed-data-admin-workbasket are different rule types used for different purposes:
data-admin-workbasket:
Key features:
embed-data-admin-workbasket:
Key features: