Created
August 10, 2012 08:16
-
-
Save drobiazko/3312571 to your computer and use it in GitHub Desktop.
Code to Log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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