1. UploadVimeo Workitem Handler
Name Display Name Category Description Handler
UploadVimeo UploadVimeo vimeo-workitem mvel: new org.jbpm.process.workitem.vimeo.UploadVideoWorkitemHandler("accessToken")

Parameters
Name Type Required
VideoFile new StringDataType() true

Results
Name Type
VideoEndpoint new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib vimeo-workitem 7.74.1.Final

Authentication Information
Auth Required Params Params Description Reference Site
true accessToken
Vimeo access token
https://developer.vimeo.com/api/authentication

2. DeleteVimeo Workitem Handler
Name Display Name Category Description Handler
DeleteVimeo DeleteVimeo vimeo-workitem mvel: new org.jbpm.process.workitem.vimeo.DeleteVideoWorkitemHandler("accessToken")

Parameters
Name Type Required
VideoEndpoint new StringDataType() true

Results
Name Type
ResponseStatusCode new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib vimeo-workitem 7.74.1.Final

Authentication Information
Auth Required Params Params Description Reference Site
true accessToken
Vimeo access token
https://developer.vimeo.com/api/authentication

3. UpdateVimeo Workitem Handler
Name Display Name Category Description Handler
UpdateVimeo UpdateVimeo vimeo-workitem mvel: new org.jbpm.process.workitem.vimeo.UpdateVideoMetadataWorkitemHandler("accessToken")

Parameters
Name Type Required
Description new StringDataType() false
License new StringDataType() false
PrivacyView new StringDataType() false
PrivacyEmbed new StringDataType() false
ReviewLink new StringDataType() false
VideoEndpoint new StringDataType() true
Name new StringDataType() false

Results
Name Type
ResponseStatusCode new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib vimeo-workitem 7.74.1.Final

Authentication Information
Auth Required Params Params Description Reference Site
true accessToken
Vimeo access token
https://developer.vimeo.com/api/authentication

4. GetInfoVimeo Workitem Handler
Name Display Name Category Description Handler
GetInfoVimeo GetInfoVimeo vimeo-workitem mvel: new org.jbpm.process.workitem.vimeo.GetVideoInfoWorkitemHandler("accessToken")

Parameters
Name Type Required
VideoEndpoint new StringDataType() true

Results
Name Type
VideoInfo new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib vimeo-workitem 7.74.1.Final

Authentication Information
Auth Required Params Params Description Reference Site
true accessToken
Vimeo access token
https://developer.vimeo.com/api/authentication