Skip to content

Instantly share code, notes, and snippets.

@zubairov
Forked from drobiazko/flow.json
Created May 2, 2012 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zubairov/2577033 to your computer and use it in GitHub Desktop.
Save zubairov/2577033 to your computer and use it in GitHub Desktop.
Display customers on GMap
{
"nodes": [
{
"title": "HTTP Request",
"icon": "images/icons/http_64.png",
"top": 129,
"left": 119,
"compID": "http",
"uri": "/leads",
"method": "get",
"id": "step_116"
},
{
"title": "HTTP Response",
"icon": "images/icons/http_64.png",
"top": 130,
"left": 924,
"compID": "http_response",
"id": "step_125"
},
{
"title": "Dropbox Get",
"icon": "images/icons/dropbox_64.png",
"top": 130,
"left": 319,
"compID": "dropbox_get",
"path": "/demo.csv",
"id": "step_128"
},
{
"compID": "subflow",
"id": "subflow_125",
"width": 343,
"height": 144,
"left": 618,
"top": 131,
"nodes": [
{
"title": "CSV Read",
"icon": "images/icons/csv_64.png",
"top": 131,
"left": 518,
"compID": "csv_read",
"delimiter": ",",
"id": "step_134"
},
{
"title": "Geocoding",
"icon": "images/icons/geocoding_64.png",
"top": 131,
"left": 717,
"compID": "geocoding",
"id": "step_140"
}
],
"connections": [
{
"from": "step_134",
"to": "step_140"
}
]
}
],
"connections": [
{
"from": "step_116",
"to": "step_128"
},
{
"from": "step_128",
"to": "subflow_125"
},
{
"from": "subflow_125",
"to": "step_125"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment