Process Start Arguments
You will notice that every process has Process Start Arguments Step. This step is used to add input variables that can be transferred to the process through client API
Open the window editor by right-clicking on it, then add as many process start arguments as needed.
You can add variable types of Integers, Decimal, Boolean, String, and DateTime by pressing the “Add argument” button. Press “Confirm” to finish adding arguments.
These are like input parameters for your process, so you must define initial values that will be passed when you run the process in the development stage. In unattended modes (Test or Production stages), you will need to specify these input arguments for each process execution when you create a job through the API or set up a schedule.
NOTE: Process start arguments will be added to the process after saving the process. Also, all the changes in Process start arguments will be preserved after saving the process