OUT- Output.
When you want to get the data from one workflow to other workflow, use this direction of argument.
Example:
Let’s say you have value in workflow2.
Now, you need to get that value to workflow1.
Here, you need to make argument type in workflow2 is OUT and create a variable in workflow1 to store the data.