🔌Plugins

Plugins are extensions on the Valtimo platform, allowing connections to other services, whether external or internal. Some plugins are provided by the platform, but developers can create their own as well.

Plugins consist of several parts; the definition itself, dictating both the properties that can be configured and the actions the plugin can run. The concepts are all explained below.

Concepts

  • Plugin definition. A regular plugin is often referred to as a plugin definition to emphasize the difference between the definition of the plugin and the configuration of a plugin. For example, a Twitter plugin can also be referred to as a Twitter plugin definition.

  • Plugin configuration. A single plugin can be configured multiple times. For example, a Twitter plugin might have one configuration to post tweets for one user and another configuration to post tweets for another user.

  • Plugin property. A plugin configuration can have multiple configurable properties. For example, a Twitter plugin configuration can have the properties username and password.

  • Plugin action. A plugin can have several actions it can execute. For example, a Twitter plugin might have one action to post a tweet and another action to like a tweet.

  • Plugin event. A plugin might have methods that need to be run when the Plugin is created, updated or deleted. For example, a plugin needs approval from an external service for its instantiation.

  • Plugin action property. An action can have several properties that can be configured differently, depending on the process instance or process definition. For example, a Twitter plugin action which posts a tweet would include both the user and the message.

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.

ZGW plugins

For the GZAC edition additional plugins are available: the ZGW or Zaakgericht werken plugins. These support integration with implementations of the following API standards: Zaken, Documenten, Catalogi and Objecten. Additional plugins are included for integration with the most commons implementation, e.g. Open Zaak.

The available ZGW plugins are:

  • Besluiten plugin

  • Catalogi API plugin

  • Documenten API plugin

  • Object Token Authentication plugin

  • Objecten API plugin

  • Objecttypen API plugin

  • Open Zaak plugin

  • Portaaltaak plugin

  • Verzoek plugin

  • Zaken API plugin

Configuring plugins

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 on Configure plugin

  • Select the plugin definition

  • Configure the plugin

Configuring a plugin

Last updated