
Get Process File Variables
getProcessFileVariables.RdRetrieves file variable definitions for a specific process within a step.
Value
A data frame with one row per process file variable. Columns include:
- id
Character. Variable identifier on the server.
- position
Integer. Position ordering in the process variable list.
- name
Character. Variable name.
- variableType
Character. Typically
fileReforfilePath.- valueResourceId
Character. Resource id when
variableTypeisfileRef.- processId
Character. Process identifier that owns the variable.
Additional columns may be returned depending on server version.
Details
Process file variables connect a step process to its file inputs. Variables of
type fileRef point to improve resources, while filePath variables
reference literal paths for the runserver.