-
Notifications
You must be signed in to change notification settings - Fork 3
Actions RunScript
thica edited this page Jan 10, 2020
·
4 revisions
Runs a script. Script results will be parsed by the resultparser.
Attribute | Description |
---|---|
string | runscript |
scriptname | Name of the script to run (without path) |
commandparameter | Parameters to pass to the script, format (json): '{"arg":"value",...}' |
getvar | Variable name to parse form result |
gdestvar | Variable name to parse form result |
ldestvar | Local destination var for parsed result |
parseoption | Option, how to parse the result (eg store, split,tokenize...) |
parsetoken | tokenize token to use |