How to get orchestrator parameters

Hello! I’m trying to develop using an orchestrator.

I found out how to give Unattended bot parameters through the Uipath Doc.

But if I want to use parameters in orchestrator, I don’t know how to get parameters in studio.

In Studio, how do you get parameters like the image above?
thank you

@dlqhqo98

You need to create Arguments (IN direction) in your Main workflow file then it should reflect it in Process page in Orchestrator. If you trigger the process from Orchestrator and pass any parameters then it will pass as input to your process.