All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rib.openweathermap-workitem.7.58.0.Final.source-code.openweathermap-workitem.wid Maven / Gradle / Ivy

There is a newer version: 7.74.1.Final
Show newest version
[
        [
            "name" : "DailyForecast",
            "displayName" : "DailyForecast",
            "category" : "openweathermap-workitem",
            "description" : "",
            "defaultHandler" : "mvel: new org.jbpm.process.workitem.owm.DailyForecastWorkitemHandler(\"apiKey\")",
            "documentation" : "openweathermap-workitem/index.html",

            "parameters" : [
                                "CityName" : new StringDataType()
                ,"CountryCode" : new StringDataType()

            ],
            "results" : [
                                "DailyForecastData" : new StringDataType()

            ],
            "mavenDependencies" : [
                                 "org.jbpm.contrib:openweathermap-workitem:7.58.0.Final"

            ],
            "icon" : "DailyForecast.png"

        ]
    ,[
            "name" : "CurrentWeather",
            "displayName" : "CurrentWeather",
            "category" : "openweathermap-workitem",
            "description" : "",
            "defaultHandler" : "mvel: new org.jbpm.process.workitem.owm.CurrentWeatherWorkitemHandler(\"apiKey\")",
            "documentation" : "openweathermap-workitem/index.html",

            "parameters" : [
                                "CityName" : new StringDataType()
                ,"CountryCode" : new StringDataType()

            ],
            "results" : [
                                "CurrentWeatherData" : new StringDataType()

            ],
            "mavenDependencies" : [
                                 "org.jbpm.contrib:openweathermap-workitem:7.58.0.Final"

            ],
            "icon" : "CurrentWeather.png"

        ]

]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy