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

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.74.1.Final

Authentication Information
Auth Required Params Params Description Reference Site
true apiKey
Google maps api key
https://developers.google.com/maps/premium/previous-licenses/clientside/auth

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

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.74.1.Final

Authentication Information
Auth Required Params Params Description Reference Site
true apiKey
Google maps api key
https://developers.google.com/maps/premium/previous-licenses/clientside/auth

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

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.74.1.Final

Authentication Information
Auth Required Params Params Description Reference Site
true apiKey
Google maps api key
https://developers.google.com/maps/premium/previous-licenses/clientside/auth

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

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.74.1.Final

Authentication Information
Auth Required Params Params Description Reference Site
true apiKey
Google maps api key
https://developers.google.com/maps/premium/previous-licenses/clientside/auth

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

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.74.1.Final

Authentication Information
Auth Required Params Params Description Reference Site
true apiKey
Google maps api key
https://developers.google.com/maps/premium/previous-licenses/clientside/auth