-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsuper_weather_v2.json
41 lines (41 loc) · 1.04 KB
/
super_weather_v2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[{
"name": "super_weather",
"description": "the super weather API v2",
"version": 2,
"tasks": [
{
"name": "Get_weather",
"taskReferenceName": "get_weather_ref",
"inputParameters": {
"http_request": {
"uri": "https://weatherdbi.herokuapp.com/data/weather/${workflow.input.zip}",
"method": "GET",
"connectionTimeOut": 2500,
"readTimeOut": 2500
}
},
"type": "HTTP",
"decisionCases": {},
"defaultCase": [],
"forkTasks": [],
"startDelay": 0,
"joinOn": [],
"optional": false,
"defaultExclusiveJoinTask": [],
"asyncComplete": false,
"loopOver": []
}
],
"inputParameters": [],
"outputParameters": {
"forecast": "${get_weather_ref.output.response.body.currentConditions.comment}"
},
"schemaVersion": 2,
"restartable": true,
"workflowStatusListenerEnabled": false,
"ownerEmail": "[email protected]",
"timeoutPolicy": "ALERT_ONLY",
"timeoutSeconds": 0,
"variables": {},
"inputTemplate": {}
}]