Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
GoogleDownloadFromDrive | GoogleDownloadFromDrive | google-drive-workitem | mvel: new org.jbpm.process.workitem.google.drive.MediaDownloadWorkitemHandler("appName", "clentSecret") |
Name | Type | Required |
---|---|---|
DocumentPath | new StringDataType() | true |
Name | Type |
---|---|
Document | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | google-drive-workitem | 7.44.0-SNAPSHOT |
Auth Required | Params | Params Description | Reference Site |
---|---|---|---|
true |
appName clentSecret |
Google app name Google client secret |
https://developers.google.com/drive/api/v3/about-auth |
Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
GoogleUploadToDrive | GoogleUploadToDrive | google-drive-workitem | mvel: new org.jbpm.process.workitem.google.drive.MediaUploadWorkitemHandler("appName", "clentSecret") |
Name | Type | Required |
---|---|---|
UploadPath | new StringDataType() | true |
DocMimeType | new StringDataType() | true |
DocToUpload | new StringDataType() | true |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | google-drive-workitem | 7.44.0-SNAPSHOT |
Auth Required | Params | Params Description | Reference Site |
---|---|---|---|
true |
appName clentSecret |
Google app name Google client secret |
https://developers.google.com/drive/api/v3/about-auth |