I have an automation project that uses global variables to set up the configuration. The automation at the top level is a state machine, and the states use Invoke Workflow to run files that are on the same project as the state machine.
At the beginning of the automation, values are loaded onto these variables using the Multiple Assign activity.
This used to work, but lately on one of our vms the automation behaves as if the global variables are empty.