UiPath | Create Framework for Linear Process using RE Framework | RE Framework | RPA | Beginners

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

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

  • @sureshbabunarra5774
    @sureshbabunarra5774 4 года назад +2

    This is great explanation, please do some more videos on ReFramework.. looking forward for those

  • @stroodleboots5360
    @stroodleboots5360 Год назад +2

    Thank you for spending the time to make this video. I appreciate you, but I don’t agree with this design.
    I prefer the option to have the automation to retry the process if it hits an unexpected network error. Exception handling is one of the best parts of the ReFramework.
    I’m sure you know this, but just in case someone else reads this comment, there is another way to set up the ReFramework for a linear process (you can do this by updating the SetTransaction sequence).

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

      Yes , You are Correct by just updating the set transaction to 1 - we can convert the framework - I would try to make that video that as an upgraded version to this one.
      Thank you for writing.

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

    clear cut explaination of concepts which will help a lot in interview. Thank you sir.

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

    Good Job Sir, if some system exception happen for example: Portal not found , how we will retry init state to open it again ?

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

      Just put the same in a try catch block

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

    It was a great explanation about the linear process. But i need to know the points below.
    1. How to send Success or failure notification/Email to end users in a linear process.

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

      Good Question 🙋 .. See in a linear process … the mails to the business would be send from process.xaml only .. inside the try of process … once everything is done , use send email

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

      Thanks for the explanation 😊

  • @Adityasingh-ru1dj
    @Adityasingh-ru1dj 2 года назад

    Really what a explanation, loving your teaching style sir .Thanks

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

    ........... speechless

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

    Can we connect the System exception in the Process state to the Initialisation state?

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

      Yes Absolutely - In case you want to initialize everything and process again - But maintain retry counter.

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

    great explanation.

  • @srinivaschary-zg2lj
    @srinivaschary-zg2lj Год назад +1

    Thanks a ton brother you are awwesome

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

    What if we use an iterative process instead of linear process in re.should we delete the get transaction state and execute using the same process that is used in here?

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

      Yes But Iterative process would stop the complete process in case of any exception in any item . have a look at below video to understand the difference.
      ruclips.net/video/3QkNTD_OUcA/видео.html

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

    For cases in which there is only a single transaction (i.e., a linear process), use an If activity to check whether the argument in_TransactionNumber has the value 1 (meaning it is the first and only transaction) and assign the transaction item to out_TransactionItem. For any other value of in_TransactionNumber, out_TransactionItem should be set to Nothing. Can we do the same without deleting the activities?

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

      Yes you are correct , that is the correct way of doing 🤝

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

    In summary, We removed the get transaction data state because we want to make linear process along with that shifted all transitions to end process from process transaction and written whole business logic in process.xaml.Also, We opened and closed applications according to process requirement.
    @Mukesh kala Am I correct?

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

      Correct ! Now here If we don’t went to delete the get transaction data , we can hardcode the transaction number to 1 meaning it will run only once

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

    Your Video = Confident

  • @dhirendraswain4554
    @dhirendraswain4554 2 месяца назад +1

    Thank u

  • @Mrkashyap03
    @Mrkashyap03 4 года назад +1

    Great...

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

      Thank you 😊

    • @sureshbabunarra5774
      @sureshbabunarra5774 4 года назад

      This is great explanation, please do some more videos on ReFramework, looking forward for those

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

    Why to use RE template if we delete everything

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

      Thank you for the Question -
      We Have Deleted only the things which are required for the Transaction Process - The Below Benefits can be still leveraged which are explained in Video
      -Error Handling
      -Exceptional logging Mechanism
      -Retry Mechanism
      -Failure / Success Notifications
      -Consistency of Assets and Settings
      -Separate System and Business Exception
      -Configuration File - Without Code
      -Kill Process - Clean Environment
      -Logging ,Failure / Success Notification, Retry

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

    Could you please explain more about the excel operation....You have not shown how the excel is getting open without Excel application scope
    Also how it is getting the excel path...

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

      hi ,
      1. I am using the Config Object to get the Excel Path which means that my path is stored in the Config File and we are just passing the Key.
      Below video will guide we use Config Files.
      ruclips.net/video/t0NgDWJTfro/видео.html
      2. There is no need to open the excel for operation , we are using the workbook activities here.
      For Excel vs Workbook Activities - Please Refer
      ruclips.net/video/qhqBjjZmxpc/видео.html

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

      Thanks a lot Sir ❤️