What Are the Differences and Connections Among Environment Variables, Job Parameters, and Script Parameters?

Parameters can be set in environment variables, job parameters, and script parameters, but their application scopes are different. If there is a conflict when parameters in environment variables, job parameters, and script parameters of the same name, the calling priority is: job parameters > environment variables > script parameters.

Introduction and usage of environment variables, job parameters, and script parameters are as follows: