白皮书下载
usage method
one、CommanderManage central variables
Add, delete, modify and query variables in the variable management function.

Variables support many types, including text, value, password, Boolean, JSON and variable group. The password type will be encrypted and stored in the database. At the same time, the use and transmission process will also be encrypted to ensure security.

two、FactoryUse central variables
In the variable library of factory, you can see the central variables from the commander. The central variables are displayed as global variables, and the password type variables will be encrypted accordingly.

When a specific component is called, you can choose to use the central variable, and the process runtime will request the commander to obtain the corresponding variable value.

During the actual application development, the central variable of password type will be encrypted to prevent developers from obtaining it. As shown in the case below, a central variable of password type is printed, and the output log is ****************************************************.

three、BotUse central variables
When BOT runs a task, if the application package needs to call the central variable, it will request the value of the central variable from the commander and continue the process.




