camel-jbpm-kafka-connector sink configuration

Connector Description: Interact with jBPM workflow engine over REST.

When using camel-jbpm-kafka-connector as sink make sure to use the following Maven dependency to have support for the connector:

<dependency>
  <groupId>org.apache.camel.kafkaconnector</groupId>
  <artifactId>camel-jbpm-kafka-connector</artifactId>
  <version>x.x.x</version>
  <!-- use the same version as your Camel Kafka connector version -->
</dependency>

To use this Sink connector in Kafka connect you’ll need to set the following connector.class

connector.class=org.apache.camel.kafkaconnector.jbpm.CamelJbpmSinkConnector

The camel-jbpm sink connector supports 31 options, which are listed below.

Name Description Default Required Priority

camel.sink.path.connectionURL

The URL to the jBPM server.

null

true

HIGH

camel.sink.path.eventListenerType

Sets the event listener type to attach to

null

false

MEDIUM

camel.sink.endpoint.attachmentId

attachId to use when retrieving attachments

null

false

MEDIUM

camel.sink.endpoint.contentId

contentId to use when retrieving attachments

null

false

MEDIUM

camel.sink.endpoint.deploymentId

The id of the deployment

null

true

HIGH

camel.sink.endpoint.emitterSendItems

Sets if event produced by emitter should be sent as single items or complete collection

null

false

MEDIUM

camel.sink.endpoint.event

the data associated with this event when signalEvent operation is performed

null

false

MEDIUM

camel.sink.endpoint.eventType

the type of event to use when signalEvent operation is performed

null

false

MEDIUM

camel.sink.endpoint.identifier

identifier the global identifier

null

false

MEDIUM

camel.sink.endpoint.maxNumber

the maximum number of rules that should be fired

null

false

MEDIUM

camel.sink.endpoint.page

The page to use when retrieving user tasks

null

false

MEDIUM

camel.sink.endpoint.pageSize

The page size to use when retrieving user tasks

null

false

MEDIUM

camel.sink.endpoint.processId

the id of the process that should be acted upon

null

false

MEDIUM

camel.sink.endpoint.processInstanceId

the id of the process instance

null

false

MEDIUM

camel.sink.endpoint.targetUserId

The targetUserId used when delegating a task

null

false

MEDIUM

camel.sink.endpoint.task

The task instance to use with task operations

null

false

MEDIUM

camel.sink.endpoint.taskId

the id of the task

null

false

MEDIUM

camel.sink.endpoint.timeout

A timeout value

null

false

MEDIUM

camel.sink.endpoint.userId

userId to use with task operations

null

false

MEDIUM

camel.sink.endpoint.value

the value to assign to the global identifier

null

false

MEDIUM

camel.sink.endpoint.workItemId

the id of the work item

null

false

MEDIUM

camel.sink.endpoint.lazyStartProducer

Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel’s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.

false

false

MEDIUM

camel.sink.endpoint.operation

The operation to perform

"startProcess"

false

MEDIUM

camel.sink.endpoint.entities

The potentialOwners when nominateTask operation is performed

null

false

MEDIUM

camel.sink.endpoint.extraJaxbClasses

To load additional classes when working with XML

null

false

MEDIUM

camel.sink.endpoint.parameters

the variables that should be set for various operations

null

false

MEDIUM

camel.sink.endpoint.statuses

The list of status to use when filtering tasks

null

false

MEDIUM

camel.sink.endpoint.password

Password for authentication

null

false

MEDIUM

camel.sink.endpoint.userName

Username for authentication

null

false

MEDIUM

camel.component.jbpm.lazyStartProducer

Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel’s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.

false

false

MEDIUM

camel.component.jbpm.autowiredEnabled

Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.

true

false

MEDIUM

The camel-jbpm sink connector has no converters out of the box.

The camel-jbpm sink connector has no transforms out of the box.

The camel-jbpm sink connector has no aggregation strategies out of the box.