Default Variables
Last updated
Was this helpful?
Last updated
Was this helpful?
Default Variables are special variables that can not be overridden. You can use them just like any other variables.
$parent
- a reference to a parent node;
$prevStep
- a reference to the previous node within a node;
$nextStep
- a reference to the next node within a node;
$dynamicVar
- a object;
$response
- a reference to a response in a node;
$env
- an object.
$systemVar
- an object for accessing system environment variables