UiPath Tutorial 15- Invoke Workflow File Activity |How to Pass argument from one workflow to another

Поделиться
HTML-код
  • Опубликовано: 25 май 2020
  • If you are working on a complex project, it is always recommended to break the complex project into smaller workflows that can be built and tested separately and integrate them later to the main workflow.
    To integrate the workflows to main workflow, specified workflow is Invoked by Invoke Workflow File Activity.
    Invoke Workflow File Activity optionally passes a list of arguments to the specified workflow.
    Arguments are used to pass data from a project(workflow) to another.
    Different argument types present such as String, Boolean, Object, Array etc.
    Arguments have specific directions - In, Out, In/Out, Property.
    Variables Vs Arguments:
    Variables pass data between activities, while arguments pass data between projects(workflows)
    ============================================================
    Automation Anywhere Tutorial Playlist:
    • Automation Anywhere A1...
    Automation Anywhere A2019 Tutorial Playlist:
    • Automation Anywhere A2019
    UiPath Tutorial Playlist:
    • UiPath Tutorial
    JMeter Tutorial Playlist:
    • JMeter Tutorial
    Git and GitHub Tutorial Playlist:
    • Git and GitHub Tutorial
    Subscribe for more tutorials - / @qualityassurancelab7764
    Linkedin - / quality-assurance-lab-...
    Facebook - / quality-assurance-lab-...
    Twitter - / labassurance
    Medium - / labassurance

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

  • @qualityassurancelab7764
    @qualityassurancelab7764  4 года назад +12

    Hi Guys! Hope you found this video useful. Please like, share and subscribe to my channel. This will motivate me to create more good contents. Thanks!

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

    Thank you so much , clear explanation

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

    Simple video to understand ..thank you

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

    Thanks for the detail's discussion. it helped me a lot

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

    really helpful. Thank you.

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

    Very clearly explained!

  • @ManishSharma-mw4od
    @ManishSharma-mw4od 3 года назад +1

    Very nice. Thanks for sharing this

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

    thanks for the video.. helped a lot

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

    Thanks, this was very clear and helpful

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

    excellent explanation...!

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

    awesome teaching😊

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

    Thank you very much

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

    excellent video.would you mind to make a video on API's that'd be very helpful...

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

    Thanks!!

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

    Mam your just brilliant with the explanation, better than udemy better than anywhere else, I find this more soothing and easy to learn, trust me i went on udemy (not bad though) but your way is just amazing and I'm loving it thank you❤

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

      Thank you so much, I am really glad to know that you found my videos helpful

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

    Best Video

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

    Thank You madam.

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

    Hi.. Can we get the codes
    to practice in real time?

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

    Osm lecture mam please make more videos🙏🙏🙏🙏🙏🙏

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

    Nice

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

    hi can you please tell how to do multiplication 2*1=2 in notepad with do while activity in uipath?

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

    i made a squense same your video until 8:50, but when i run debug, there were 2 error at addresult and subresult assingment.

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

    is it really necessary to throw one invoke workflow into another so that they are visible to each other? I wanted the arguments to be passed from one invoke workflow to another, but not so that I nested one workflow in another. This can generate errors

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

    Hi mam I have an issue I am using uipath2022 community. in the activity for each row is not available under the data table what I need to do ?
    If I am using for each row in data table it's not working like you explained in all videos plz help me out from that I tried many times but can't plz plz

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

    Hi Thanks for the video, I am getting below error for assign activity where we change the object to integer type, I wrote in the same way as u did, Number1=cint(row("Num1"))
    Assign: Conversion from string "" to type 'Integer' is not valid.

  • @amitthapa6430
    @amitthapa6430 5 месяцев назад

    Good

  • @themathgame5371
    @themathgame5371 5 месяцев назад

    i have a query
    how to invoke work flow files in web application automation

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

    Hi! I have an error in the first "Assign"
    Num1 = cint(row("Number1"))
    Can you please help me? Thanks

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

    Question. At Main workflow when getting the argument back "Out_AddResult" do we have to assign that to "AddResult" variable or can we just use Out_AddResult instead?

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

      You need to catch the out_result into a variable. That variable can be a regular variable or an argument, upto you, but the result coming from a workflow needs to be stored somewhere

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

    I got value cannot be null paramater name source!!
    Any idea??

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

    mam not able to proceed
    Body: Conversion from string "" to type 'Integer' is not valid. uipath
    i used this syntax-
    cint(row("number1"))
    cint(row("number2"))

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

    Can you make a video on Orchestrator in Ui path

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

      Here you go -
      Orchestrator Introduction - ruclips.net/video/BWTNosv8STY/видео.html
      Add items to queue in Orchestrator - ruclips.net/video/d9t5ToNa53o/видео.html

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

    Can you make a vidoe on chatbot uipath with complete google dialogue flow?

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

    20:08 in assign activity iam unable to get the local variable row, pls check this and give the solution

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

      Hi, what do you mean by - unable to get the local variable row ? what issue you are facing?

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

      @@qualityassurancelab7764 hi it was solved already

  • @user-jx2pd3fe6k
    @user-jx2pd3fe6k 10 месяцев назад

    How does the Write activity know to start typing in from Cell C2 yet you pointed to A1 ?
    Secondly, suppose I want the answers to be filled in from Cell E2 with their respective headers also pushed by two columns so that columns C and D are empty of data ?

    • @EugeneLoisRapal
      @EugeneLoisRapal 9 месяцев назад

      i guess it doesn't start typing in C2
      i think it rewrites the entire datatable(with the new values) to the excel file starting from A1

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

    upload more videos in uipath.thanks

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

      Sure, I will upload more videos.
      You can checkout the latest video here on Config Files and dictionary - ruclips.net/video/woBpbt3adBE/видео.html

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

    How can i share uipath program to another computer ?

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

      In the UiPath project folder, there will be .xaml files where you have designed your project. You can share that .xaml file to another computer.
      Moreover, you can also share your program over GIT/TFS/SVN from the Team option in UiPath

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

    IN ASSIGN ACTIVITY DIVISION IS NOT WORKING (IN_NUM1 / IN_NUM2) AS SHOWING ERROR

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

    love.. u AMMA

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

    You have done a great job. Only mistake is subtraction not substraction😊

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

    1 like 1 view.... Hii. Can you provide me online training???

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

      Thanks Abhishek for the like.
      Currently I do not provide training, although, you can share your queries in the comment section or over the email at labqualityassurance@gmail.com