1. CamelSQLConnector Workitem Handler
Name Display Name Category Description Handler
CamelSQLConnector CamelSQLConnector mvel: new org.jbpm.process.workitem.camel.SQLCamelWorkitemHandler()

Parameters
Name Type Required
payload new StringDataType() false
query new StringDataType() true

Results
Name Type
response new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib camel-workitem 7.15.0-SNAPSHOT

2. CamelGenericConnector Workitem Handler
Name Display Name Category Description Handler
CamelGenericConnector CamelGenericConnector mvel: new org.jbpm.process.workitem.camel.GenericCamelWorkitemHandler()

Parameters
Name Type Required
path new StringDataType() false
payload new StringDataType() false

Results
Name Type
response new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib camel-workitem 7.15.0-SNAPSHOT

3. CamelFileConnector Workitem Handler
Name Display Name Category Description Handler
CamelFileConnector CamelFileConnector mvel: new org.jbpm.process.workitem.camel.FileCamelWorkitemHandler()

Parameters
Name Type Required
path new StringDataType() true
fileName new StringDataType() false
payload new StringDataType() true

Results
Name Type
response new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib camel-workitem 7.15.0-SNAPSHOT

4. CamelFTPConnector Workitem Handler
Name Display Name Category Description Handler
CamelFTPConnector CamelFTPConnector mvel: new org.jbpm.process.workitem.camel.FTPCamelWorkitemHandler()

Parameters
Name Type Required
hostname new StringDataType() true
password new StringDataType() true
payload new StringDataType() false
port new StringDataType() false
directoryname new StringDataType() false
CamelFileName new StringDataType() false
username new StringDataType() true

Results
Name Type
response new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib camel-workitem 7.15.0-SNAPSHOT

5. CamelJMSConnector Workitem Handler
Name Display Name Category Description Handler
CamelJMSConnector CamelJMSConnector mvel: new org.jbpm.process.workitem.camel.JMSCamelWorkitemHandler()

Parameters
Name Type Required
payload new StringDataType() true
destinationName new StringDataType() true

Results
Name Type
response new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib camel-workitem 7.15.0-SNAPSHOT

6. CamelFTPSConnector Workitem Handler
Name Display Name Category Description Handler
CamelFTPSConnector CamelFTPSConnector mvel: new org.jbpm.process.workitem.camel.FTPSCamelWorkitemHandler()

Parameters
Name Type Required
hostName new StringDataType() false
password new StringDataType() false
payload new StringDataType() false
port new StringDataType() false
userName new StringDataType() false
directoryName new StringDataType() false

Results
Name Type
response new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib camel-workitem 7.15.0-SNAPSHOT

7. CamelXSLTConnector Workitem Handler
Name Display Name Category Description Handler
CamelXSLTConnector CamelXSLTConnector mvel: new org.jbpm.process.workitem.camel.XSLTCamelWorkitemHandler()

Parameters
Name Type Required
payload new StringDataType() true
templateName new StringDataType() true

Results
Name Type
response new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib camel-workitem 7.15.0-SNAPSHOT

8. CamelCXFConnector Workitem Handler
Name Display Name Category Description Handler
CamelCXFConnector CamelCXFConnector mvel: new org.jbpm.process.workitem.camel.CXFCamelWorkitemHandler()

Parameters
Name Type Required
address new StringDataType() true
serviceClass new StringDataType() false
payload new StringDataType() true
portName new StringDataType() false
serviceName new StringDataType() false

Results
Name Type
response new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib camel-workitem 7.15.0-SNAPSHOT