Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Name - the name of the configuration
  • Description - the description of the configuration
  • Execution script - the script that will be executed 
  • Parameter script - an optional script that will dynamically insert advanced parameter fields on the configuration's run screen. 

                                         If If no parameter script is given, the user will be able to add simple input fields for text parameters (we maintained the old functionality). In order to not show any kind of input for the parameters, use an empty script.

Example 

The execution script is the script that will be executed. If there are any parameters declared in the parameter script, their values will be received and interpreted here. In order to get the values of the parameters, you will need to use the parameter retrieval routines

...