Skip to content

Instantly share code, notes, and snippets.

@drobiazko
Created August 10, 2012 08:16
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 drobiazko/3312571 to your computer and use it in GitHub Desktop.
Save drobiazko/3312571 to your computer and use it in GitHub Desktop.
Code to Log
{
"nodes": [
{
"title": "Code",
"icon": "images/icons/code_64.png",
"top": 109,
"left": 247,
"compID": "code",
"code": "next(null, { message : \"Hello world!\" });",
"id": "step_132"
},
{
"title": "Log",
"icon": "images/icons/log_64.png",
"top": 110,
"left": 514,
"compID": "log",
"level": "debug",
"id": "step_134"
},
{
"title": "Dropbox",
"icon": "images/icons/dropbox_64.png",
"top": 111,
"left": 777,
"compID": "dropbox",
"path": "elastic_shared/wufoo",
"id": "step_155"
}
],
"connections": [
{
"from": "step_132",
"to": "step_134"
},
{
"from": "step_134",
"to": "step_155"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment