Hi sir, i have one more question can you help, One activity i can give obj save without Write Now and i call another activity and i give obj save and i give commit which obj save it will commit first one or second one?
Hi Eeshdar, Pega internally runs the queries to look up the Id present in Work list or Work basket... Then it call the OOTB activities toWorkList(), toWorkbasket()... Hope this helps you...
In Pega, an assignment can be assigned to either a worklist or a workbasket, but not to both simultaneously. Here's a brief explanation of each: 1. **Worklist**: An assignment assigned to a worklist is available for a specific user to process. It appears in the user's worklist, and only that user can access and work on the assignment. 2. **Workbasket**: An assignment assigned to a workbasket is available for any user within the specified workbasket to pick up and process. It doesn't belong to any particular user until someone claims it from the workbasket. However, you can configure your application to route assignments dynamically based on certain conditions or rules. For example, you could design your application to initially route assignments to a workbasket and then reassign them to individual users' worklists based on workload balancing or other criteria. In such cases, the assignment transitions from being in the workbasket to being in the worklist of the selected user, but it doesn't exist in both places simultaneously. It moves from one location to another based on the routing logic defined in your application.
Rule resolution process you calling an one activity your class is A-B-C and direct inheritance D-E-F, first it will search A-B-C know after that which class it will search?
Hi sir, i have one more question can you help, One activity i can give obj save without Write Now and i call another activity and i give obj save and i give commit which obj save it will commit first one or second one?
Hi Yashwant... First one will get committed first...
@@HarshaTrainingsacademy what about second one sir
Second one will go second in order
@@HarshaTrainingsacademy it means both will commit correct
Thank you sir..
How come pega identifies whether it is a workqueue/work object/operator in decision tree return value?
Hi Eeshdar, Pega internally runs the queries to look up the Id present in Work list or Work basket... Then it call the OOTB activities toWorkList(), toWorkbasket()...
Hope this helps you...
Can a assignment assigned to work list and work basket at a same time
In Pega, an assignment can be assigned to either a worklist or a workbasket, but not to both simultaneously.
Here's a brief explanation of each:
1. **Worklist**: An assignment assigned to a worklist is available for a specific user to process. It appears in the user's worklist, and only that user can access and work on the assignment.
2. **Workbasket**: An assignment assigned to a workbasket is available for any user within the specified workbasket to pick up and process. It doesn't belong to any particular user until someone claims it from the workbasket.
However, you can configure your application to route assignments dynamically based on certain conditions or rules. For example, you could design your application to initially route assignments to a workbasket and then reassign them to individual users' worklists based on workload balancing or other criteria.
In such cases, the assignment transitions from being in the workbasket to being in the worklist of the selected user, but it doesn't exist in both places simultaneously. It moves from one location to another based on the routing logic defined in your application.
Hi sir , please explain in details on Data Page Design Pattern
Sure will try to do it
Rule resolution process you calling an one activity your class is A-B-C and direct inheritance D-E-F, first it will search A-B-C know after that which class it will search?
Hi , next it will search direct inheritance parent D-E-F
@@HarshaTrainingsacademy thank you sir