Expose an interface to create all variables before executor.Run which specify create_vars to false
Created by: Xreki
#9242 add an argument create_vars
to Executor.Run
to allow users to choose whether to create and destroy variables every time. If users want to specify create_vars
to false
, they also need to manually create all the needed variables before Run
.