1. GoogleMapsSpeedLimits Workitem Handler
Name Display Name Category Description Handler
GoogleMapsSpeedLimits GoogleMapsSpeedLimits mvel: new org.jbpm.process.workitem.google.maps.SpeedLimitsWorkitemHandler()

Parameters
Name Type Required
PlaceIds new StringDataType() true

Results
Name Type
Speedlimits new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib google-maps-workitem 7.15.0.Final

2. GoogleMapsStaticMaps Workitem Handler
Name Display Name Category Description Handler
GoogleMapsStaticMaps GoogleMapsStaticMaps mvel: new org.jbpm.process.workitem.google.maps.StaticMapsWorkitemHandler()

Parameters
Name Type Required
Markers new StringDataType() false
Zoom new StringDataType() false
Height new StringDataType() true
CenterLocation new StringDataType() true
Scale new StringDataType() false
Width new StringDataType() true
MapType new StringDataType() false

Results
Name Type
StaticMap new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib google-maps-workitem 7.15.0.Final

3. GoogleMapsGeocoding Workitem Handler
Name Display Name Category Description Handler
GoogleMapsGeocoding GoogleMapsGeocoding mvel: new org.jbpm.process.workitem.google.maps.GeocodingWorkitemHandler()

Parameters
Name Type Required
SearchLocation new StringDataType() true
Bounds new StringDataType() false
SearchType new StringDataType() true
LocationType new StringDataType() false

Results
Name Type
GeocodingResults new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib google-maps-workitem 7.15.0.Final

4. GoogleMapsTimezone Workitem Handler
Name Display Name Category Description Handler
GoogleMapsTimezone GoogleMapsTimezone mvel: new org.jbpm.process.workitem.google.maps.TimezoneWorkitemHandler()

Parameters
Name Type Required
LatLong new StringDataType() true

Results
Name Type
TimezonResults new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib google-maps-workitem 7.15.0.Final

5. GoogleMapsDirections Workitem Handler
Name Display Name Category Description Handler
GoogleMapsDirections GoogleMapsDirections mvel: new org.jbpm.process.workitem.google.maps.DirectionsWorkitemHandler()

Parameters
Name Type Required
Origin new StringDataType() true
Destination new StringDataType() true
Mode new StringDataType() false
Avoid new StringDataType() false
Units new StringDataType() false

Results
Name Type
Directions new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib google-maps-workitem 7.15.0.Final