This connector allows you to get properties from a file that is in your classpath. This connector is very usefull if you want to store a configuration for your process. In this case, you just have to put the configuration in a properties file and get values when you instanciate your process via this connector.
You will find this connector in the java category.
To get a specific properties, just edit the ouput groovy script of your connector and use the method getProperty(String). Example: properties.getProperty “myProperty”
Repository URL : http://community.bonitasoft.com/project/get-properties-file