Orchestration process' variables binding

You can define orchestration process' variables to track their value changes. Orchestration process' variables identify the orchestration process instance, and you can watch their values in real-time using IBM RPA Control Center's dashboards or the orchestration control panel.

In your script, you need to bind process variables to attach your script variables to the orchestration process' variables. You use the Bind Process Variables (bindProcessVariables) command to bind those variables.

You should place the Bind Process Variables command before any changes to the script variables you want to bind to the orchestration process' variables. Otherwise, the changes won't generate history records.

After the command runs, the current value from the orchestration process' variables loads into the script variables. Then, any changes to the bound script variables generate history records.