Skip to content

Instantly share code, notes, and snippets.

@jtwaleson
Created February 11, 2013 20:32
Show Gist options
  • Save jtwaleson/4757342 to your computer and use it in GitHub Desktop.
Save jtwaleson/4757342 to your computer and use it in GitHub Desktop.
Debugger message B
{
"status": 0,
"result":
{
"session_token": "87a33786-c041-456a-a2c6-d5ef1663dfd3",
"runtime_version": "4.3.0",
"project_id": "12345678-90ab-cdef-1234-567890abcdef",
"paused_microflows":
[
{
"debug_id": "12345678-90ab-cdef-1234-567890abcdef",
"microflow_id": "12345678-90ab-cdef-1234-567890abcdef",
"microflow_name": "Module.MicroflowName",
"object_id": "12345678-90ab-cdef-1234-567890abcdef",
"object_name": "End event",
"variables": [
{
"name": "name"
"type": "mxobjectlist|mxobject|primitive|null",
"size": 3, // for lists
"value": val, // for primitives
"state": state, // for mxobject
"entity": entity, // for mxobject
}
]
}, ...
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment