Set Variable plugin

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.

  1. Valid In JAVA Virtual Machine: it means that variable will accessible through the JVM
  2. Valid in Parent Process: It means that Variable will be accessible in process where it is defined and its parent Process
  3. Valid in Current Process: It means that variable is accessible in the process where it is defined.
  4. Valid in Root process: It means that variable will be accessible in root process.