Created
March 31, 2012 09:55
-
-
Save drobiazko/2261394 to your computer and use it in GitHub Desktop.
Untitled_244
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": 129, | |
"left": 209, | |
"compID": "code", | |
"code": "next(null, { });", | |
"id": "step_246" | |
}, | |
{ | |
"title": "CouchDB Find", | |
"icon": "images/icons/couchdb_64.png", | |
"top": 129, | |
"left": 420, | |
"compID": "couchdb_find", | |
"database": "elasticdb", | |
"id": "step_248" | |
}, | |
{ | |
"title": "Log", | |
"icon": "images/icons/log_64.png", | |
"top": 135, | |
"left": 658, | |
"compID": "log", | |
"level": "debug", | |
"id": "step_250" | |
} | |
], | |
"connections": [ | |
{ | |
"from": "step_246", | |
"to": "step_248" | |
}, | |
{ | |
"from": "step_248", | |
"to": "step_250" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment