Setup
The setup
function is run once before all other functions to set up anything needed for other functions to work. It calls a built-in namespace function called defaultTaskSetup
.
The defaultTaskSetup
function does the following:
Establish connection to defined k2 cluster
Sets submitter account
The setup
function:
Usually there's no need to modify this function, except you want to add extra console.log
or change a function's name.
Last updated