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

META-INF.cxs.rules.UpdateWeather.json Maven / Gradle / Ivy

There is a newer version: 2.6.1
Show newest version
{
  "metadata": {
    "id": "weatherUpdate",
    "name": "Add weather information to session",
    "description": "Get the weather from a city"
  },
  "raiseEventOnlyOnceForSession": false,
  "condition": {

    "parameterValues": {
      "subConditions": [
        {
          "type": "eventTypeCondition",
          "parameterValues": {
            "eventTypeId": "weatherEvent"
          }
        },
        {
          "type": "eventTypeCondition",
          "parameterValues": {
            "eventTypeId": "login"
          }
        }
      ],
      "operator" : "or"
    },
    "type": "booleanCondition"
  },
  "actions": [
    {
      "type": "weatherUpdateAction",
      "parameterValues": {}
    }
  ]
}









© 2015 - 2025 Weber Informatics LLC | Privacy Policy