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?
@HarshaTrainingsacademy2 жыл бұрын
Hi Yashwant... First one will get committed first...
@yaswanthreddy95582 жыл бұрын
@@HarshaTrainingsacademy what about second one sir
@HarshaTrainingsacademy2 жыл бұрын
Second one will go second in order
@yaswanthreddy95582 жыл бұрын
@@HarshaTrainingsacademy it means both will commit correct
@yaswanthreddy95582 жыл бұрын
Thank you sir..
@challa45182 жыл бұрын
How come pega identifies whether it is a workqueue/work object/operator in decision tree return value?
@HarshaTrainingsacademy2 жыл бұрын
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...
@ashibobby62259 ай бұрын
Can a assignment assigned to work list and work basket at a same time
@HarshaTrainingsacademy9 ай бұрын
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.
@subramanyamveerla16592 жыл бұрын
Hi sir , please explain in details on Data Page Design Pattern
@HarshaTrainingsacademy2 жыл бұрын
Sure will try to do it
@yaswanthreddy95582 жыл бұрын
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?
@HarshaTrainingsacademy2 жыл бұрын
Hi , next it will search direct inheritance parent D-E-F