cancel
Showing results for 
Search instead for 
Did you mean: 

Javascript execution functions

hueb1
Champ in-the-making
Champ in-the-making
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…
1 REPLY 1

hueb1
Champ in-the-making
Champ in-the-making
Found my error.  Was using an incompatible way of getting map size which was causing failure.