- All Implemented Interfaces:
- org.kie.api.runtime.process.WorkItemHandler
@Wid(widfile="CurrentWeatherDefinitions.wid",name="CurrentWeather",displayName="CurrentWeather",defaultHandler="mvel: new org.jbpm.process.workitem.owm.CurrentWeatherWorkitemHandler(\"apiKey\")",documentation="openweathermap-workitem/index.html",category="openweathermap-workitem",icon="CurrentWeather.png",parameters={@WidParameter(name="CityName",required=true),@WidParameter(name="CountryCode")},results=@WidResult(name="CurrentWeatherData",runtimeType="org.jbpm.process.workitem.owm.CurrentWeatherData"),mavenDepends=@WidMavenDepends(group="org.jbpm.contrib",artifact="openweathermap-workitem",version="7.23.0.Final"),serviceInfo=@WidService(category="Weather Info",description="Retrieve weather info using OpenWeatherMap",keywords="openweathermap,weather,current",action=@WidAction(title="Get current weather information for a location"),authinfo=@WidAuth(required=true,params="apiKey",paramsdescription="OpenWeatherMap api key",referencesite="https://openweathermap.org/appid")))
public class CurrentWeatherWorkitemHandler
extends org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler