What is the difference between all variable scope types in Set Variables step of Process plugin?
Hi Sagar,
Get Variable has four different scope types.
- Valid In JAVA Virtual Machine: it means that variable will accessible through the JVM
- Valid in Parent Process: It means that Variable will be accessible in process where it is defined and its parent Process
- Valid in Current Process: It means that variable is accessible in the process where it is defined.
- Valid in Root process: It means that variable will be accessible in root process.