Skip to content

Instantly share code, notes, and snippets.

@zubairov
Forked from drobiazko/flow.json
Created June 4, 2012 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zubairov/2868215 to your computer and use it in GitHub Desktop.
Save zubairov/2868215 to your computer and use it in GitHub Desktop.
Build in Berlin Applications
{
"nodes": [
{
"title": "Wufoo Entry",
"icon": "images/icons/wufoo_64.png",
"top": 44,
"left": 140,
"compID": "wufoo_hook",
"subdomain": "elasticio",
"formID": "q7x3s5",
"id": "step_132"
},
{
"title": "Google Spreadsheet",
"icon": "images/icons/google_spreadsheet_64.png",
"top": 42,
"left": 363,
"compID": "google_spreadsheet",
"id": "step_134"
},
{
"title": "Google Spreadsheet",
"icon": "images/icons/google_spreadsheet_64.png",
"top": 227,
"left": 135,
"compID": "google_spreadsheet",
"id": "step_154"
},
{
"title": "Filter Applications",
"icon": "images/icons/code_64.png",
"top": 228,
"left": 375,
"compID": "code",
"code": "next(null, { message : \"Hello world!\" });",
"id": "step_157"
},
{
"title": "Amiando",
"icon": "images/icons/amiando_64.png",
"top": 132,
"left": 607,
"compID": "amiando",
"id": "step_177"
},
{
"title": "Send Refusal",
"icon": "images/icons/email_64.png",
"top": 241,
"left": 606,
"compID": "postmark_send",
"from": "no-reply@elastic.io",
"id": "step_215"
},
{
"title": "Send Invitation",
"icon": "images/icons/email_64.png",
"top": 132,
"left": 795,
"compID": "postmark_send",
"from": "no-reply@elastic.io",
"id": "step_236"
}
],
"connections": [
{
"from": "step_132",
"to": "step_134"
},
{
"from": "step_154",
"to": "step_157"
},
{
"from": "step_157",
"to": "step_177"
},
{
"from": "step_157",
"to": "step_215"
},
{
"from": "step_177",
"to": "step_236"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment