Guest User

Untitled

a guest
Oct 16th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. {
  2. "nodes": [
  3. {
  4. "title": "Postmark Outbound",
  5. "icon": "images/icons/postmark_64.png",
  6. "top": 93,
  7. "left": 357,
  8. "compID": "postmark_send",
  9. "from": "no-reply@elastic.io",
  10. "id": "step_129"
  11. },
  12. {
  13. "title": "Code",
  14. "icon": "images/icons/code_64.png",
  15. "top": 92,
  16. "left": 707,
  17. "compID": "code",
  18. "code": "next(null, { message : \"Hello world!\" });",
  19. "id": "step_131"
  20. }
  21. ],
  22. "connections": [
  23. {
  24. "from": "step_129",
  25. "to": "step_131"
  26. }
  27. ]
  28. }
Add Comment
Please, Sign In to add comment