1. GoogleAddCalendar Workitem Handler
Name Display Name Category Description Handler
GoogleAddCalendar GoogleAddCalendar mvel: new org.jbpm.process.workitem.google.calendar.AddCalendarWorkitemHandler()

Parameters
Name Type Required
CalendarSummary new StringDataType() true

Results
Name Type
Calendar new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib google-calendar-workitem 7.13.0.Final

2. GoogleGetCalendars Workitem Handler
Name Display Name Category Description Handler
GoogleGetCalendars GoogleGetCalendars mvel: new org.jbpm.process.workitem.google.calendar.GetCalendarsWorkitemHandler()

Results
Name Type
AllCalendars new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib google-calendar-workitem 7.13.0.Final

3. GoogleAddEvent Workitem Handler
Name Display Name Category Description Handler
GoogleAddEvent GoogleAddEvent mvel: new org.jbpm.process.workitem.google.calendar.AddEventWorkitemHandler()

Parameters
Name Type Required
CalendarSummary new StringDataType() true
EventSummary new StringDataType() true
EventStart new StringDataType() false
EventEnd new StringDataType() false
EventCreator new StringDataType() false
EventAttendees new StringDataType() false

Results
Name Type
Event new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib google-calendar-workitem 7.13.0.Final

4. GoogleGetEvents Workitem Handler
Name Display Name Category Description Handler
GoogleGetEvents GoogleGetEvents mvel: new org.jbpm.process.workitem.google.calendar.GetEventsWorkitemHandler()

Parameters
Name Type Required
CalendarSummary new StringDataType() true

Results
Name Type
AllEvents new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib google-calendar-workitem 7.13.0.Final