Asignment | Work list | Work basket | Routing | Pega 8.7 | +91-9652532753

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

ความคิดเห็น • 16

  • @yaswanthreddy9558
    @yaswanthreddy9558 2 ปีที่แล้ว

    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?

  • @challa4518
    @challa4518 2 ปีที่แล้ว

    How come pega identifies whether it is a workqueue/work object/operator in decision tree return value?

    • @HarshaTrainingsacademy
      @HarshaTrainingsacademy  2 ปีที่แล้ว

      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...

  • @ashibobby6225
    @ashibobby6225 7 หลายเดือนก่อน

    Can a assignment assigned to work list and work basket at a same time

    • @HarshaTrainingsacademy
      @HarshaTrainingsacademy  7 หลายเดือนก่อน

      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.

  • @subramanyamveerla1659
    @subramanyamveerla1659 2 ปีที่แล้ว +1

    Hi sir , please explain in details on Data Page Design Pattern

  • @yaswanthreddy9558
    @yaswanthreddy9558 2 ปีที่แล้ว

    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?