How Arguments deeply work

Hi everyone,
I was wondering how arguments manage to pass data between workflows. I imagine that the secret lies in C# Inheritance, but I would like to know more details.
Thanks in advance!

1 Like

Hi @egigante ,

Please check this link .

https://docs.uipath.com/studio/docs/using-arguments

Also please watch this video .

Hello @egigante ,

Here the arguments also works as same as how it works in any programming languages.
If we need to pass the value to different methods.

Hi

welcome to UiPath forum

More than inheritance to be exact Arguments are used when you are Calling a Function or Module of code

Only when you call a function in middle of sequence of coding expression you will look for ways to pass values to that called function

And that is made possible with Arguments
We also call it as Paramaters in C#
Arguments is just a terminology when passing values between functions

This is what we can take it in short

-Usually we need a place to store values we have like a bucket
That is called as variable and we use it in one single function

  • if we want to pass of use the same variable across different functions to just name it in different terminology we call those buckets as Arguments or Parameters

As simple as that

Cheers @egigante

1 Like

Thank you all. It’s getting clearer now.

1 Like

Great
@egigante

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.