rib.openweathermap-workitem.7.58.0.Final.source-code.index.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openweathermap-workitem Show documentation
Show all versions of openweathermap-workitem Show documentation
Retrieve weather info using OpenWeatherMap
1. DailyForecast Workitem Handler
Name
Display Name
Category
Description
Handler
DailyForecast
DailyForecast
openweathermap-workitem
mvel: new org.jbpm.process.workitem.owm.DailyForecastWorkitemHandler("apiKey")
Parameters
Name
Type
Required
CityName
new StringDataType()
true
CountryCode
new StringDataType()
false
Results
Name
Type
DailyForecastData
new StringDataType()
Maven Dependencies
Group
Artifact
Version
org.jbpm.contrib
openweathermap-workitem
7.58.0.Final
Authentication Information
Auth Required
Params
Params Description
Reference Site
true
apiKey
OpenWeatherMap api key
https://openweathermap.org/appid
2. CurrentWeather Workitem Handler
Name
Display Name
Category
Description
Handler
CurrentWeather
CurrentWeather
openweathermap-workitem
mvel: new org.jbpm.process.workitem.owm.CurrentWeatherWorkitemHandler("apiKey")
Parameters
Name
Type
Required
CityName
new StringDataType()
true
CountryCode
new StringDataType()
false
Results
Name
Type
CurrentWeatherData
new StringDataType()
Maven Dependencies
Group
Artifact
Version
org.jbpm.contrib
openweathermap-workitem
7.58.0.Final
Authentication Information
Auth Required
Params
Params Description
Reference Site
true
apiKey
OpenWeatherMap api key
https://openweathermap.org/appid
© 2015 - 2024 Weber Informatics LLC | Privacy Policy