Saltar al contenido principal
EjemploIntermedio1 min de lecturaActualizado el Apr 4, 2026
temporalscheduledweathercampinaswttr

Verificación Diaria de Pronóstico de Campinas

Workflow temporal (programado) que obtiene diariamente el pronóstico del tiempo de Campinas desde wttr.in

Descargar ZIP · 1.4 KB

JSON Completo

Clic para expandir
{
"description": "Temporal (scheduled) workflow that fetches Campinas weather forecast daily from wttr.in",
"tags": [
"temporal",
"scheduled",
"weather",
"campinas",
"wttr"
],
"document": {
"name": "Daily Campinas Forecast Check",
"enabled": true,
"log_level": "info",
"trigger": {
"type": "temporal",
"temporal": {
"dtstart": "2026-03-05T21:00:00-03:00",
"repeats": true,
"rrule": "FREQ=DAILY;INTERVAL=1"
}
},
"steps": [
{
"condition": {
"expr": "true",
"onFailure": "throw",
"resultType": "any"
},
"action": {
"actionType": "actions/network/http/request/send",
"actions/network/http/request/send": {
"method": "GET",
"url": {
"expr": "\"https://wttr.in/Campinas?format=j1\"",
"onFailure": "throw",
"resultType": "any"
},
"headers": [],
"returnBuffer": false,
"cache": false
}
}
}
],
"returnExpression": {
"expr": "step(0).data"
}
}
}
TipoWorkflow
Reglas1
Canalany
Versión1.0.0
Descargar ZIP
workflow-daily-campinas-wttr1.4 KB
En esta página