This module provides a Spring Boot starter for the Camunda 8 Connector runtime. The runtime code itself is provided by the Connector Runtime Spring module.
Refer to the top-level documentation for the Connector runtime.
The Connector runtime used with this starter can be configured via the following properties:
Property | Description | Default |
---|---|---|
camunda.connector.polling.enabled |
Whether Operate polling is enabled. This is required for inbound Connectors. | true |
camunda.connector.polling.interval |
The interval in which Operate polls for new process deployments. | 5000 |
camunda.connector.webhook.enabled |
Whether webhook connector support is enabled. | true |