-
Notifications
You must be signed in to change notification settings - Fork 0
Workflow commands
MirekVales edited this page Jan 1, 2018
·
3 revisions
Runs a custom javascript code
Begins an if block. Further commands are executed only if the javascript condition is true. Otherwise all following commands return an empty value
Marks an end of if block
Starts a process with specified arguments. Waits till the end of process and returns the output
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})