Skip to content

Instantly share code, notes, and snippets.

@joelvh
Created June 3, 2012 17:12
Show Gist options
  • Save joelvh/2864177 to your computer and use it in GitHub Desktop.
Save joelvh/2864177 to your computer and use it in GitHub Desktop.
Untitled_0
{
"nodes": [
{
"title": "Postmark Outbound",
"icon": "images/icons/postmark_64.png",
"top": 93,
"left": 357,
"compID": "postmark_send",
"from": "no-reply@elastic.io",
"id": "step_129"
},
{
"title": "Code",
"icon": "images/icons/code_64.png",
"top": 92,
"left": 707,
"compID": "code",
"code": "next(null, { message : \"Hello world!\" });",
"id": "step_131"
}
],
"connections": [
{
"from": "step_129",
"to": "step_131"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment