Arguments Direction

Hi
where can we use Direction-> “Property” in Arguments, is there any specific purpose of using it, I couldn’t be able to find any documentation in UiPath academy.

@Lalitha_Ch - Directions are similar to function input & output/return values.

  • In − This direction means that the argument can only be used within the given workflow.
  • Out − This direction means that the argument can be used to pass data outside the given workflow.
  • In/Out − This direction means that the argument can be used within and outside the given workflow.
3 Likes

Hi @Lalitha_Ch

Here you can get the description for Argument and Directions.

Thanks
Latika

Hi @Lalitha_Ch
Property option used to indicate an Argument is not currently in use. we have not delete it from the list.