Flow Variables
The following variables are provided by every flow.
Flow file location
Name | Type | Description |
---|---|---|
flow.location.path |
string | full path of current flow |
flow.location.filename |
string | filename of current flow |
flow.location.dirname |
string | directory of current flow |
User-defined variables
The following variables contain user-defined values as configured in the flow properties dialog.
Name | Type | Description |
---|---|---|
flow.params.<param‑name> |
any | user-defined values |
flow.vars.<var‑name> |
any | user-defined values |
flow.services.<service‑name> |
any | user-defined values |