Is there documentation on what available functions come with the execution object in Javascript script task? I'm trying to call execution.getVariables() to get the local scope variables map, but my javascript seems to be failing. execution.getVariables(key) works though…