Created
March 23, 2012 22:54
-
-
Save drobiazko/2176062 to your computer and use it in GitHub Desktop.
Receive Mail Demo
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": "Receive Mail", | |
"icon": "images/icons/mail_64.png", | |
"top": 131, | |
"left": 283, | |
"compID": "mail_receive", | |
"id": "step_106" | |
}, | |
{ | |
"title": "Log", | |
"icon": "images/icons/log_64.png", | |
"top": 134, | |
"left": 542, | |
"compID": "log", | |
"level": "debug", | |
"id": "step_109" | |
} | |
], | |
"connections": [ | |
{ | |
"from": "step_106", | |
"to": "step_109" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment