Skip to content

Workflow commands

MirekVales edited this page Jan 1, 2018 · 3 revisions

Do javascript code

Runs a custom javascript code

If javascript condition

Begins an if block. Further commands are executed only if the javascript condition is true. Otherwise all following commands return an empty value

Endif

Marks an end of if block

Run path to executable, arguments

Starts a process with specified arguments. Waits till the end of process and returns the output

Import path to javascript file

Executes a specified javascript file. This allows (besides other purposes) to define a bunch of variables in an extra file. Variables may be used later on with the interpolation expression (e.g. #{variableName})