Configuring plugins
Last updated
Last updated
Plugins can be configured in the plugin menu in Valtimo. The plugin menu is found under the admin menu. Admin privileges are required to configure plugins.
Instructions for using the configuration to link an action to a process task can be found here.
Before plugins can be configured, both the backend and frontend dependencies are needed. See here for instructions on how to do this.
Go to the Admin menu
Go to the Plugin menu
Click the button 'Configure plugin +'
Select the plugin definition
Configure the plugin
Plugin configurations can also be deployed when starting the application.
This can be done by creating one or more files anywhere on the classpath (resource folder) matching the following pattern: *.pluginconfig.json
An example configuration can be found below:
The id (UUID) of the plugin should be generated manually. The same id's should be used when referencing configurations at the plugin processlink autodeployment.
The available properties can be found in the documentation of the plugin.
Values within the properties
attribute can be resolved by using the ${SOME_VALUE}
syntax. The SOME_VALUE
is then retrieved from an environment variable. If no environment variable with that name is found, the variable is retrieved from a Java system property.