Archive |
|
Archive a list of files |
|
| # |
Name |
Handler |
Docs |
| 1 |
Archive |
mvel: new org.jbpm.process.workitem.archive.ArchiveWorkItemHandler() |
View |
|
|
Camel |
|
Use Apache Camel connectors in your processes |
|
| # |
Name |
Handler |
Docs |
| 1 |
CamelGenericConnector |
mvel: new org.jbpm.process.workitem.camel.GenericCamelWorkitemHandler() |
View |
| 2 |
CamelSQLConnector |
mvel: new org.jbpm.process.workitem.camel.SQLCamelWorkitemHandler() |
View |
| 3 |
CamelFileConnector |
mvel: new org.jbpm.process.workitem.camel.FileCamelWorkitemHandler() |
View |
| 4 |
CamelFTPConnector |
mvel: new org.jbpm.process.workitem.camel.FTPCamelWorkitemHandler() |
View |
| 5 |
CamelJMSConnector |
mvel: new org.jbpm.process.workitem.camel.JMSCamelWorkitemHandler() |
View |
| 6 |
CamelFTPSConnector |
mvel: new org.jbpm.process.workitem.camel.FTPSCamelWorkitemHandler() |
View |
| 7 |
CamelXSLTConnector |
mvel: new org.jbpm.process.workitem.camel.XSLTCamelWorkitemHandler() |
View |
| 8 |
CamelCXFConnector |
mvel: new org.jbpm.process.workitem.camel.CXFCamelWorkitemHandler() |
View |
|
|
Dropbox |
|
Upload and download files from Dropbox |
|
| # |
Name |
Handler |
Docs |
| 1 |
DropboxUploadFile |
mvel: new org.jbpm.process.workitem.dropbox.UploadFileWorkitemHandler() |
View |
| 2 |
DropboxDownloadFile |
mvel: new org.jbpm.process.workitem.dropbox.DownloadFileWorkitemHandler() |
View |
|
|
Ethereum |
|
Integrate with the Ethereum Blockchain app platform |
|
| # |
Name |
Handler |
Docs |
| 1 |
EthereumQueryExistingContract |
mvel: new org.jbpm.process.workitem.ethereum.QueryExistingContractWorkitemHandler() |
View |
| 2 |
EthereumObserveContractEvent |
mvel: new org.jbpm.process.workitem.ethereum.ObserveContractEventWorkitemHandler() |
View |
| 3 |
EthereumTransactExistingContract |
mvel: new org.jbpm.process.workitem.ethereum.TransactExistingContractWorkitemHandler() |
View |
| 4 |
EthereumSendEther |
mvel: new org.jbpm.process.workitem.ethereum.SendEtherWorkitemHandler() |
View |
| 5 |
EthereumDeployContract |
mvel: new org.jbpm.process.workitem.ethereum.DeployContractWorkitemHandler() |
View |
| 6 |
EthereumGetBalance |
mvel: new org.jbpm.process.workitem.ethereum.GetBalanceWorkitemHandler() |
View |
|
|
Exec |
|
Execute a command |
|
| # |
Name |
Handler |
Docs |
| 1 |
Exec |
mvel: new org.jbpm.process.workitem.exec.ExecWorkItemHandler() |
View |
|
|
FTP |
|
Upload a file via FTP |
|
| # |
Name |
Handler |
Docs |
| 1 |
FTP |
mvel: new org.jbpm.process.workitem.ftp.FTPUploadWorkItemHandler() |
View |
|
|
Github |
|
Create Gist or list your repositories in Github |
|
| # |
Name |
Handler |
Docs |
| 1 |
GithubForkRepository |
mvel: new org.jbpm.process.workitem.github.ForkRepositoryWorkitemHandler() |
View |
| 2 |
GithubMergePullRequest |
mvel: new org.jbpm.process.workitem.github.MergePullRequestWorkitemHandler() |
View |
| 3 |
GithubCreateGist |
mvel: new org.jbpm.process.workitem.github.CreateGistWorkitemHandler() |
View |
| 4 |
GithubListRepositories |
mvel: new org.jbpm.process.workitem.github.ListRepositoriesWorkitemHandler() |
View |
| 5 |
GithubFetchIssues |
mvel: new org.jbpm.process.workitem.github.FetchIssuesWorkitemHandler() |
View |
|
|
Google Calendar |
|
Add and retrieve Calendars and Calendar Events from Google |
|
| # |
Name |
Handler |
Docs |
| 1 |
GoogleAddCalendar |
mvel: new org.jbpm.process.workitem.google.calendar.AddCalendarWorkitemHandler() |
View |
| 2 |
GoogleGetCalendars |
mvel: new org.jbpm.process.workitem.google.calendar.GetCalendarsWorkitemHandler() |
View |
| 3 |
GoogleAddEvent |
mvel: new org.jbpm.process.workitem.google.calendar.AddEventWorkitemHandler() |
View |
| 4 |
GoogleGetEvents |
mvel: new org.jbpm.process.workitem.google.calendar.GetEventsWorkitemHandler() |
View |
|
|
Google Drive |
|
Upload and download media to/from Google Drive |
|
| # |
Name |
Handler |
Docs |
| 1 |
GoogleDownloadFromDrive |
mvel: new org.jbpm.process.workitem.google.drive.MediaDownloadWorkitemHandler() |
View |
| 2 |
GoogleUploadToDrive |
mvel: new org.jbpm.process.workitem.google.drive.MediaUploadWorkitemHandler() |
View |
|
|
Google Mail |
|
Send mail via Google |
|
| # |
Name |
Handler |
Docs |
| 1 |
GoogleSendMail |
mvel: new org.jbpm.process.workitem.google.mail.SendMailWorkitemHandler() |
View |
|
|
Google Tasks |
|
Add and retrieve tasks via Google |
|
| # |
Name |
Handler |
Docs |
| 1 |
GoogleAddTask |
mvel: new org.jbpm.process.workitem.google.tasks.AddTaskWorkitemHandler() |
View |
| 2 |
GoogleGetTasks |
mvel: new org.jbpm.process.workitem.google.tasks.GetTasksWorkitemHandler() |
View |
|
|
Google Translate |
|
Translate text from/to different languages, or detect text language |
|
| # |
Name |
Handler |
Docs |
| 1 |
GoogleDetectLanguage |
mvel: new org.jbpm.process.workitem.google.translate.DetectLanguageWorkitemHandler() |
View |
| 2 |
GoogleTranslate |
mvel: new org.jbpm.process.workitem.google.translate.TranslateWorkitemHandler() |
View |
|
|
IBM Watson |
|
Classify image and detect faces in image via IBM Watson |
|
| # |
Name |
Handler |
Docs |
| 1 |
IBMWatsonClassifyImage |
mvel: new org.jbpm.process.workitem.ibm.watson.ClassifyImageWorkitemHandler() |
View |
| 2 |
IBMWatsonDetectFaces |
mvel: new org.jbpm.process.workitem.ibm.watson.DetectFacesWorkitemHandler() |
View |
|
|
IFTTT |
|
Send a trigger message via IFTTT |
|
| # |
Name |
Handler |
Docs |
| 1 |
IFTTTCall |
mvel: new org.jbpm.process.workitem.ifttt.IFTTTWorkitemHandler() |
View |
|
|
Jabber |
|
Send message via Jabber |
|
| # |
Name |
Handler |
Docs |
| 1 |
Jabber |
mvel: new org.jbpm.process.workitem.jabber.JabberWorkItemHandler() |
View |
|
|
Java |
|
Execute Java class |
|
| # |
Name |
Handler |
Docs |
| 1 |
Java |
mvel: new org.jbpm.process.workitem.java.JavaHandlerWorkItemHandler() |
View |
| 2 |
JavaInvocation |
mvel: new org.jbpm.process.workitem.java.JavaInvocationWorkItemHandler() |
View |
|
|
Jira |
|
Create or update Jiras |
|
| # |
Name |
Handler |
Docs |
| 1 |
JiraResolveIssue |
mvel: new org.jbpm.process.workitem.jira.ResolveIssueWorkitemHandler() |
View |
| 2 |
JiraCreateIssue |
mvel: new org.jbpm.process.workitem.jira.CreateIssueWorkitemHandler() |
View |
| 3 |
JiraAddComment |
mvel: new org.jbpm.process.workitem.jira.AddCommentOnIssueWorkitemHandler() |
View |
| 4 |
JiraJqlSearch |
mvel: new org.jbpm.process.workitem.jira.JqlSearchWorkitemHandler() |
View |
|
|
JPA |
|
Perform JPA operation |
|
| # |
Name |
Handler |
Docs |
| 1 |
JPA |
mvel: new org.jbpm.process.workitem.jpa.JPAWorkItemHandler() |
View |
|
|
Maven Embedder |
|
Execute Maven builds |
|
| # |
Name |
Handler |
Docs |
| 1 |
MavenEmbedder |
mvel: new org.jbpm.process.workitem.mavenembedder.MavenEmbedderWorkItemHandler() |
View |
|
|
Weather Info |
|
Retrieve weather info using OpenWeatherMap |
|
| # |
Name |
Handler |
Docs |
| 1 |
DailyForecast |
mvel: new org.jbpm.process.workitem.owm.DailyForecastWorkitemHandler() |
View |
| 2 |
CurrentWeather |
mvel: new org.jbpm.process.workitem.owm.CurrentWeatherWorkitemHandler() |
View |
|
|
Parser |
|
Parse Strings to objects and vice-versa |
|
| # |
Name |
Handler |
Docs |
| 1 |
Parser |
mvel: new org.jbpm.process.workitem.parser.ParserWorkItemHandler() |
View |
|
|
RSS |
|
Create RSS feeds |
|
Transform |
|
Transform Java input objects to output objects |
|
| # |
Name |
Handler |
Docs |
| 1 |
Transform |
mvel: new org.jbpm.process.workitem.transform.TransformWorkItemHandler() |
View |
|
|
Twitter |
|
Update status and send messages using Twitter |
|