Skip to content

Latest commit

 

History

History
73 lines (57 loc) · 3.05 KB

camunda.rst

File metadata and controls

73 lines (57 loc) · 3.05 KB

Camunda

Camunda is a process engine using BPM models. Open Forms supports Camunda 7.x

Note

This service requires a connection to an external Camunda instance, offered or maintained by a service provider.

What does the Open Forms administrator need?

The values for these parameters should be provided to the Open Forms administrator by the service provider.

Parameter Description
Camunda instance
Camunda root The domain where the Camunda instance runs.
REST api path The path where the API of the above Camunda instance can be found.
Username Username for the REST API user (Basic Auth)

Password Permissions within Camunda

Password for the REST API user (Basic Auth)

List process definitions Open Forms must be able to read the available process definitions to connect a form to a process.
Start process instances Open Forms must be able to start process instances of the selected process definition(s).

What does the service provider need?

The values for these parameters should be provided to the service provider by the Open Forms administrator.

Parameter Description
Security
IP address The IP address of the Open Forms server (optional, for whitelisting).

Configuration

  1. In Open Forms, navigate to: Configuration > Camunda configuration
  2. In the Camunda root field, fill out the protocol and domein (and optional port) of the API root.
  3. In the REST api path field, fill out the path of the REST API root, relative to the Camunda root URL.
  4. Under Auth, fill out the username and password. Note that the password is never displayed, even if filled out correctly.

The configuration page tests the connection, if any mistakes are made, you will receive validation errors.

Technical

Camunda version Test status
7.12 Manually verified
7.13 Untested
7.14 Untested
7.15 Untested
7.16 Tested in CI