Extract System Properties

Reads system properties, including current user name and working directory. The fields are extracted using the

java.lang.System#getProperties()
method.

Options

Fail if property not present in runtime environment
If selected and any chosen property is not available in the current runtime environment, the node will fail upon execution. If not selected and any property is not present, the node will silently ignore this property.

This option is important if the workflow is run on a different system/machine than it was configured on, e.g. when used in a compute cluster environment or on a central server.

Extract all available properties
If selected all available runtime properties are extracted. Note that the properties may vary when run on different systems.

Input Ports

This node has no input ports

Output Ports

Icon
System properties in a single (String) column. The property names are contained in the RowID column.

Popular Successors

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.