Got Exception in Get Transaction Item UiPath , What will Happen ? UiPath | Queue Item RE Framework

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024

Комментарии • 30

  • @yashobantadash6670
    @yashobantadash6670 2 года назад +2

    Awesome!!!much needed bro 😊🙏

  • @dhirendraswain4554
    @dhirendraswain4554 19 дней назад +1

    Thanks

  • @yedukondalugeedimalla
    @yedukondalugeedimalla 2 года назад +1

    Very well explained

  • @praveenkumarlk8527
    @praveenkumarlk8527 2 года назад +1

    great video

  • @rajurec2721
    @rajurec2721 Год назад +1

    Nice experience and valid. If i have configure the maxconsucutive number 3 in config and given retry no 2 in queue , how many times it will retry,when we got exception and why?

    • @MukeshKala
      @MukeshKala  Год назад

      Queue Retry will always take precedence - We use config when we not using queues

  • @dattaveeravalli2446
    @dattaveeravalli2446 Год назад +1

    Hi Mukesh, I have a dought suppose when we use Unique Reference in queues and after we got duplicate value then the bot won't retrives next items. how to resolve it?
    Thanks! in advance

    • @MukeshKala
      @MukeshKala  Год назад

      Put it in try catch block and handle accordingly

  • @nehakumari1479
    @nehakumari1479 2 года назад +1

    Hi Mukesh
    What happens to other queue items!!
    suppose we have 5 queue item at 3rd item we got exception in get transaction state and went to end the process then what will be the status of 3,4,5 queue item !!! Failed,New,New simultaneioulsy !!!!correct !!

    • @MukeshKala
      @MukeshKala  2 года назад

      It would be there in new state only

  • @rltandasa
    @rltandasa 2 года назад +1

    Mukesh i have one question on Logfile. how do we read logfile from orchestrator and process in html file format and send to customer. i need this automation . can you help on this?

    • @MukeshKala
      @MukeshKala  2 года назад +2

      Hello , Use Orchestrator API to get the Logs.

    • @rltandasa
      @rltandasa 2 года назад +1

      Thank you

  • @gouthamy5997
    @gouthamy5997 2 года назад +1

    Hi Mukesh What we need to do if i want to get both new transaction item and in_progress transction item in get transaction state in Re_framework

    • @MukeshKala
      @MukeshKala  2 года назад

      Use an activity called Get Queue Items and We have an option to select as per the requirement

  • @gokulmurali2614
    @gokulmurali2614 Год назад +1

    Sir i have a doubt, if iam reading a excel sheet and if any of the row have no data instead of going to end process it should go to the next line item so what should we do in this case.

    • @MukeshKala
      @MukeshKala  Год назад +1

      Before Processing the Data - Remove the Blank Rows of Data from Excel.. Otherwise you need to write a logic to determine the blanl row First - get its Index and then read data after that

    • @gokulmurali2614
      @gokulmurali2614 Год назад +1

      @@MukeshKala Thanks for the info

  • @sathishbe2010
    @sathishbe2010 2 года назад +1

    Hi Mukesh how to use Rethrow in reframework

    • @MukeshKala
      @MukeshKala  2 года назад

      3. UiPath | Use of Throw vs Rethrow | Difference | Usage | Exception Handling | Scenarios | RPA
      ruclips.net/video/PpualGiysNw/видео.html
      Please have a look

  • @nithyas5161
    @nithyas5161 2 года назад +1

    Hi Sir i am getting same error even though the orchestratorQueueName is correct in this case what is the solution sir

    • @MukeshKala
      @MukeshKala  2 года назад +1

      1. Validate that Orchestrator is connected.
      2. There are No Extra Spaces in the Queue Name
      3. You are connected to the Correct Folder / Tenant and Studio is referencing the same

    • @nithyas5161
      @nithyas5161 2 года назад

      @@MukeshKala thank you sir sure i will check sir

    • @nithyas5161
      @nithyas5161 2 года назад +1

      And also i want to automatically enter the start and end time of each transaction from orchestrator to excel i am not getting how to write and where to write sir

    • @MukeshKala
      @MukeshKala  2 года назад

      Simply go to Orchestrator - Open the Queue - you would have an Export Button - It will have all details in csv Format.

    • @nithyas5161
      @nithyas5161 2 года назад

      @@MukeshKala yes got it is it possible to extract those details from queue and add it to excel sir start and end time if possible where sir