public static class ExecutionConfig.GlobalJobParameters
extends Object
implements Serializable
Abstract class for a custom user configuration object registered at the execution config.
This user config is accessible at runtime through
getRuntimeContext().getExecutionConfig().GlobalJobParameters()
Convert UserConfig into a Map<String, String> representation.
This can be used by the runtime, for example for presenting the user config in the web frontend.