I'm now investigating the use of global variables for my previous problem:
- defining global variables with important project information, which can be accessed and queried from any running process
I wonder:
- how I can access and manipulate a global variable from a process script task
(I've been searching for syntax but none of it seems to work at this time)
In terms of behavior I wonder:
- are globals scoped within each project instance, or are they accessible from any project instance?
In other words: If I start the highest level process of a project twice, and have two instances of that process, do they each have their own version of a global, or is the global defined for each?