defer

  1. S

    Cant Update queue status in AA v24

    hi Team, There is a requirement of ours to update queue item as deferred if something fails. So we made a parser bot to get queue items and process it and based on the result it is supposed to update the queue. That works fine when the parser bot is not active but when it is active it does not...
  2. D

    Retry once per day for 7 days (no exception)

    Hi, so this is the scenario: I populate a Work Queue with invoices each day (each invoices is a single case) When handling one case, there is a point where it's not finished (example, delivery order aren't shown yet), in this case i wan't to retry this one tomorrow again to check if the delivery...
  3. A

    Solved Queue Deferring and Management

    Hi folks, I am having a difficult time wrapping my head around deferring items in a queue and looking for some guidance. Currently, I am loading a class schedule to a work queue. My process then looks at each class to see if the class has started or not (complete or exception). However, if the...
Top