How to use single queue for multiple robot execution in UiPath Orchestrator using RE Framework ?

Поделиться
HTML-код
  • Опубликовано: 12 фев 2021
  • In this video I have demonstrated how you can use single queue to run on two different machine for optimistic execution results using UiPath.
    In this video you will learn about:
    RE Framework
    UiPath Orchestrator
    Orchestrator Queue
    UiPath Orchestrator Logs
    UiPath Robot Settings
    Orchestrator Logs export to Excel
    Queue concurrent execution
    Thanks !
    For complete demo watch: • RE Framework UiPath Tu...
  • НаукаНаука

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

  • @ahmedlshubaky7336
    @ahmedlshubaky7336 3 года назад +2

    I like your different and unique videos, ur videos titles are awesome and forcing me to see it,, thx from egypt bro ❤️

    • @nisargkadam
      @nisargkadam  3 года назад +1

      Thanks a lot for subscription. Keep watching, I will keep bringing much interesting content.

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

    Thanks Nisrag, i was looking for it for a long time

  • @sonaldere2470
    @sonaldere2470 3 года назад +1

    Well explained. Very useful. Thank You!!

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

    Very informative. A friend was asked this question in his interview.

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

    Good, that s what i was looking

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

    Good knowledge , only one suggestion stay on the agenda nisarg

  • @MukeshKala
    @MukeshKala 3 года назад +5

    Great !
    What Happens If any any of the Transactions is failed by Robot 1 , Can we have a mechanism that the Robot 2 retry it ?
    Are there 2 separate machines you are using for this Demo ?

    • @nisargkadam
      @nisargkadam  3 года назад +1

      Yes in this case it automatically does that. If robot 1 fails robot 2 takes over and handles rest of the transactions.

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

    Wonderful explanation!

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

    Superb

  • @abhishekchatterjee9204
    @abhishekchatterjee9204 3 года назад +2

    Awesome stuff as usual, just mention that MS RDS license is required to run multiple bots on same machine

    • @nisargkadam
      @nisargkadam  3 года назад

      As of now I’m running on two different machines for the demo. But this information helps thanks Abhishek

  • @user-ls4gd3lp5b
    @user-ls4gd3lp5b 4 месяца назад

    Nice

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

    Awesome video...is there a way for the bot which processes the last transaction in queue to generate the report ? I meant a consolidated report

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

    Great Video, one question how do we achieve multi bot execution in modern folder because we don't have environment concept for the same folder

  • @mastanzozee7789
    @mastanzozee7789 3 года назад +1

    video is awesome but if i have two different credentials for two different machines to open the application like Admin1 and Admin2. and simultaneously i want to use only one asset to store the credentials, then is it possible to store 2 or more credentials in single asset? if yes, how can we map them?

  • @ketanwajekar2547
    @ketanwajekar2547 8 месяцев назад

    Hi Nisarg, Nice explanation. I have one question suppose I want to make a report for the success and failed transaction and write into excel file. Then how will we achieve this? Because we are using two machines with two robots?

  • @user-pp5zn5wy9u
    @user-pp5zn5wy9u 9 дней назад

    this is the multibot architecture ?

  • @nandhukrishna
    @nandhukrishna 11 месяцев назад

    Thank you for this Video,Could you plesae do the same with lastest Uipath version 2023.4 , I tried in the latest version but I could not make it

  • @saikrishna-dn2zf
    @saikrishna-dn2zf 3 месяца назад

    Nisarg Kadam - Thank you for the video.
    I require assistance with the following request:
    I have approximately 500 automation processes utilized for testing purposes. I am looking to execute all 500 processes consecutively in an automated manner. How can this be achieved using UiPath? Your guidance on this matter would be greatly appreciated.

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

    Thank you for your video i have one question regarding this-
    Can we run the same process which is currently on prod orchestrator on-premise and on Cloud as well in uipath
    Only folder path of input and output is different of this process like on-premise is different than cloud and application which is using having same url for both on-prem and cloud
    It will work?

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

    Hi...is there any way to change queue items column values in between the process

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

      Yes there is which is written within set transaction status workflow in RE framework

  • @V.MITHUNCHANNEL
    @V.MITHUNCHANNEL 3 года назад

    Hi Nisarg Kadam
    I have Process to Run on multiple Machine(BOT),But i have different User Login Credential for each application
    Example :Application A-Credential is XYZ and Application B-Credential is ABC ,How can we handle this Scenario....will you guide
    Thanks in Advance

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

    hi Nisarg, you are just awesome but I have one question about the config file.
    Could you please help me in my below question about the Uipath RPA
    I want to used 2different configuration file for same process version
    How it can be done?

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

      Simple keep the Config file path in Asset and use that asset as robot per each value and then define which robot would use which filepath of config. That solves your problem.

  • @karekarrohan
    @karekarrohan 3 года назад +2

    just had a question ... how are concurrent requests handled in this case. To ellaborate a little more, how is it avoided from both the robots picking same transaction ?

    • @nisargkadam
      @nisargkadam  3 года назад +4

      That is taken care by queue lock and key mechanism
      When one transaction status is changed to in progress it is locked by one robot then the another robot cannot access the same.

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

      @@nisargkadam Is it internally handled by UiPath Orchestrator or Do we have to do some settings in Orchestrator to get item locked?

    • @PraveenSingh-cl2or
      @PraveenSingh-cl2or 22 дня назад

      @@nikhilcoder3058 It is internally handled by UiPath Orchestrator.