Could you let me know what invoke workflow between variables and arguments are? in terms of in/out setting?

as I mentioned the topic’s subject. I just followed some of the sequence like the picture below, but can you explain the in/out-hard coded value of the variable and argument?

i.e)
Invoked workflow argument

variables

in-Hardcoded value
out-Hardcoded value

argument

in-
out-

Hi @rudgns99
Welcome to the UiPath community

Hello @rudgns99

You can check the below video.

Thanks

Thank you for your video. but I still don’t understand that when I invoke workflow argument’s things. Can I use the hard-coded value when it is in/out direction? (of variables declared in the variable)

If you want to pass value to argument you can either pass it with variable or you can hardcade the value to pass.

But its suggesting to use variables

Thanks