Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
GoogleDetectLanguage | GoogleDetectLanguage | google-translate-workitem | mvel: new org.jbpm.process.workitem.google.translate.DetectLanguageWorkitemHandler("apiKey") |
Name | Type | Required |
---|---|---|
ToDetectText | new StringDataType() | true |
Name | Type |
---|---|
DetectedLanguage | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | google-translate-workitem | 7.74.1.Final |
Auth Required | Params | Params Description | Reference Site |
---|---|---|---|
true |
apiKey |
Google cloud api key |
https://cloud.google.com/translate/docs/quickstart |
Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
GoogleTranslate | GoogleTranslate | google-translate-workitem | mvel: new org.jbpm.process.workitem.google.translate.TranslateWorkitemHandler("apiKey") |
Name | Type | Required |
---|---|---|
TargetLang | new StringDataType() | true |
ToTranslate | new StringDataType() | true |
SourceLang | new StringDataType() | true |
Name | Type |
---|---|
Translation | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | google-translate-workitem | 7.74.1.Final |
Auth Required | Params | Params Description | Reference Site |
---|---|---|---|
true |
apiKey |
Google cloud api key |
https://cloud.google.com/translate/docs/quickstart |