Actions RunScript - thica/ORCA-Remote GitHub Wiki
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 |