Node Configuration Parameters
Node Configuration Parameters
You can change default Node configuration parameter in the Node Managemet → Node → Configuration Parameter
Here are the list of parameters any node uses to start Automation Process:
Parameter name | Parameter type | Default value | Description |
---|---|---|---|
ENGINE_ARTIFACT_ID | string | eu.ibagroup:easy-rpa-engine:jar:<version> | Defines artifact enjine implementation to use for AP run. Ussually it is defined on Control Server Configuration. |
JAVA_HOME | string | none | Provides a java home path to a node JDK, otherwithe a defult will be used |
JAVA_OPTS | string | none | It could be used to add additional JVM options, like -Dkey=value or --add-module |
JAVA_DEBUG | y or n | n | Enables AP run debug. See Debug AP on remote node with Control Server |
JAVA_DEBUG_CLASS_PATTERN | string | none | A task class name filter. If defined the debug will be switched on only for runs with the specified task class. See Debug AP on remote node with Control Server |
JAVA_DEBUG_PORT | string | 1044-65535 | Specifies ranges for debug port in format <number> or <number>-<number>. Node will use this port ranges to launch debugging. See Debug AP on remote node with Control Server |
JAVA_DEBUG_SUSPEND | y or n | n | Suspend target JVM if debug is on. See Debug AP on remote node with Control Server |
JAVA_DEBUG_HOST | string | localhost | Host to listen on. localhost by default. See Debug AP on remote node with Control Server |
JAVA_ADDITIONAL_CLASSPATH | string | none | Additional java jar to add into AP run classpath. |
SELENIUM_HUB_URL | string | depends on enabled node features | Specifies selenium host url for to connect for BrowserDriver and JavaDriver. Node features controls this parameter if it is not defined in CS/Ap/Node configuration. See Node Features |