Connectors

    Camunda Connect provides a HTTP and a SOAP HTTP connector. If you want toadd an own connector to Connect please have a look at the section. This section also describes the usage of a toconfigure the connector instances.

    During the request invocation of a connector an interceptor chain is passed.The user can add own interceptors to this chain. The interceptor is called forevery request of this connector.

    Maven Coordinates

    If you use other Camunda BPM projects please import theCamunda BOMto ensure correct versions for every Camunda project.

    Camunda Connect is published to .

    Logging

    To also enable logging for the Apache HTTP client you can use a SLF4Jbridge like jcl-over-slf4j as the Apache HTTP Client doesn’t supportSLF4J.