1. Triggers | Time Triggers in Orchestrator | Queued Jobs Scenarios | With Example | UiPath

Поделиться
HTML-код
  • Опубликовано: 30 сен 2020
  • 1. What are #Triggers in #Uipath
    2. What are the Different types of Triggers in #Orchestrator
    3. Why do we Need Triggers.
    4. How do we Create One.
    5. What are Queued #Jobs.
    6. What are the scenarios to consider in a Time Triggers Scenarios.

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

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

    Triggers handling scenario..excellent. thanks

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

      Thank you for the feedback 😊

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

    The way you explained us is simply superb 👍.

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

    Again one more valuable video thanks 😊

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

    nice video

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

      Thank You for your Feedback :)

  • @MaheshPatel-om5vq
    @MaheshPatel-om5vq Год назад +1

    Excellent stuff Mr Kala 💯

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

    Excellent explanation and Thank you

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

    have you made any video on dynamic allocation? If yes, link please...Thanks in advance...Great videos

  • @yogeshbadgujar6835
    @yogeshbadgujar6835 10 месяцев назад +1

    Tigger Done

  • @praveenkk21
    @praveenkk21 3 месяца назад +1

    Can we trigger the process based kn db value. Say like frequency column set as hourly and time in sql server.. based on that we can trigger?

    • @MukeshKala
      @MukeshKala  3 месяца назад

      Yes 2 ways to do it - either you can use a queue trigger or there is a new trigger called API Trigger from integration service where you integrate the SQL via API

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

    Hii....I have a question
    If we have uploaded/published latest modified version in orchestrator, will time based trigger pick up latest version to process or we need to provide manually?

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

      In the Automation Tab , we need to specify which version we want the automation to Run.

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

    Hi sir, excellent explanation. I had one doubt if we want to set one trigger for 5 process, can we do that? If yes how we can do?

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

      No - One Trigger can be associated with only 1 Process - Again this Process can internally trigger more Processes using Queue Trigger or Invoke Workflow activity

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

    What is parameters in trigger? beside execution target... When is it used and what are in it. Why to use parameters ?

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

      I hope you understand what are In Arguments - If Not Please watch this video - ruclips.net/video/k4F49tWKUTU/видео.html
      Now In the Main.xaml - If I have Input arguments that would be available in orchestrator in the parameter tab ... These are used in situation where I want to run the same automation with different Value but do not want to create 2 separate automations.

  • @roobanrajr8866
    @roobanrajr8866 9 месяцев назад +1

    Hii bro i put a trigger at daily 10 clk bro ...but it's now running automatically bro why ? When I check in orchestrator job status its in pending ...when I open studio or ui path assistant means after few trigger get started automatically bro ...I don't why when I open studio or assistant then only bot get started bro

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

      Your assistant/ robot service should be running to start the unattended robot … when you close the application- only close studio… assistant should be in connected and licenced state

    • @roobanrajr8866
      @roobanrajr8866 8 месяцев назад +1

      @@MukeshKala how to do bro ?

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

      @@roobanrajr8866
      Do not close the assistant and follow the steps mentioned in the below video
      ruclips.net/video/6Grx5Z5ybEc/видео.htmlsi=qa_w7-7nq2QIgAb3

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

    Robot is getting stuck while opening excel and control not passing back to Uipath. how to kill this job so that it picks next item in queue

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

      Put the block causing exception is a try catch block ... In the catch , to kill the job .. use activity called kill process and specify the name of the exe we want to kill ..
      If you are using high density robots , make sure u kill only process for your session or user. Refer to the below video on how to kill for specefic session or user ..
      ruclips.net/video/YISJhpoSOwo/видео.html