A Camunda 8 Connector to retrieve data from the OpenWeather API.
mvn clean package
{
"latitude": ".....",
"longitude": ".....",
"units": "....",
"apiKey":"...."
}
{
"weather": {
"forecast": "....",
"code": "...."
}
}
Run unit tests
mvn clean verify
Use the Camunda Connector Runtime to run your function as a local Job Worker.
The element template can be found in the element-templates/template-connector.json file.