JBPM

JBPM

Description: Camel JBPM support
Scheme: jbpm
Syntax: jbpm:host
Maven: org.apache.camel/camel-jbpm/2.16.1
Name Kind Group Required Default Type Enum Description
connectionURL path producer true java.net.URL Specifies the connection url to the jBPM system
deploymentId parameter producer true java.lang.String Specifies the deploymentId to use
key parameter producer java.lang.String Specifies the key to use
operation parameter producer startProcess java.lang.String Specifies the operation to perform
processInstanceId parameter producer true java.lang.Long Specifies the process instance to interact with
value parameter producer java.util.Objects Specifies the value to use
exchangePattern parameter advanced InOnly org.apache.camel.ExchangePattern InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter advanced false boolean Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).