Guest User

Untitled

a guest
Jul 20th, 2023
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. {
  2. "actions": [],
  3. "activities": {
  4. "RequestMachine.getUserName.firstName:invocation[0]": {
  5. "type": "xstate.start",
  6. "activity": {
  7. "src": {
  8. "type": "getMessage"
  9. },
  10. "id": "RequestMachine.getUserName.firstName:invocation[0]",
  11. "type": "xstate.invoke"
  12. }
  13. }
  14. },
  15. "meta": {},
  16. "events": [],
  17. "value": {
  18. "getUserName": "firstName"
  19. },
  20. "context": {
  21. "user": {
  22. "phoneNumber": "XXXXXXXXX"
  23. }
  24. },
  25. "_event": {
  26. "name": "TEXT",
  27. "data": {
  28. "type": "TEXT",
  29. "message": {
  30. "from": "XXXXXXXXX",
  31. "name": "XXX",
  32. "id": "XXXXXXXXXXXXXXXXXXXXXXXXX
  33. "timestamp": "1689840441",
  34. "type": "text",
  35. "data": {
  36. "text": "XXX"
  37. }
  38. }
  39. },
  40. "$$type": "scxml",
  41. "type": "external"
  42. },
  43. "_sessionid": "x:3",
  44. "event": {
  45. "type": "TEXT",
  46. "message": {
  47. "from": "XXXXXXXXX",
  48. "name": "XXX",
  49. "id": "XXXXXXXXXXXXXXXXXXXXXXXXX
  50. "timestamp": "1689840441",
  51. "type": "text",
  52. "data": {
  53. "text": "XXX"
  54. }
  55. }
  56. },
  57. "historyValue": {
  58. "current": {
  59. "getUserName": "firstName"
  60. },
  61. "states": {
  62. "getUserName": {
  63. "current": "firstName",
  64. "states": {}
  65. }
  66. }
  67. },
  68. "history": {
  69. "actions": [
  70. {
  71. "type": "xstate.start",
  72. "activity": {
  73. "src": {
  74. "type": "getMessage"
  75. },
  76. "id": "RequestMachine.getUserName.firstName:invocation[0]",
  77. "type": "xstate.invoke"
  78. }
  79. }
  80. ],
  81. "activities": {
  82. "RequestMachine.getUserName.firstName:invocation[0]": {
  83. "type": "xstate.start",
  84. "activity": {
  85. "src": {
  86. "type": "getMessage"
  87. },
  88. "id": "RequestMachine.getUserName.firstName:invocation[0]",
  89. "type": "xstate.invoke"
  90. }
  91. }
  92. },
  93. "meta": {},
  94. "events": [],
  95. "value": {
  96. "getUserName": "firstName"
  97. },
  98. "context": {
  99. "user": {
  100. "phoneNumber": "XXXXXXXXX"
  101. }
  102. },
  103. "_event": {
  104. "name": "TEXT",
  105. "data": {
  106. "type": "TEXT",
  107. "message": {
  108. "from": "XXXXXXXXX",
  109. "name": "XXX",
  110. "id": "XXXXXXXXXXXXXXXXXXXXXXXXX
  111. "timestamp": "1689840149",
  112. "type": "text",
  113. "data": {
  114. "text": "Hi"
  115. }
  116. }
  117. },
  118. "$$type": "scxml",
  119. "type": "external"
  120. },
  121. "_sessionid": "x:3",
  122. "event": {
  123. "type": "TEXT",
  124. "message": {
  125. "from": "XXXXXXXXX",
  126. "name": "XXX",
  127. "id": "XXXXXXXXXXXXXXXXXXXXXXXXX
  128. "timestamp": "1689840149",
  129. "type": "text",
  130. "data": {
  131. "text": "Hi"
  132. }
  133. }
  134. },
  135. "historyValue": {
  136. "current": {
  137. "getUserName": "firstName"
  138. },
  139. "states": {
  140. "getUserName": {
  141. "current": "firstName",
  142. "states": {}
  143. }
  144. }
  145. },
  146. "children": {
  147. "RequestMachine.getUserName.firstName:invocation[0]": {
  148. "id": "RequestMachine.getUserName.firstName:invocation[0]"
  149. }
  150. },
  151. "done": false,
  152. "tags": []
  153. },
  154. "children": {
  155. "RequestMachine.getUserName.firstName:invocation[0]": {
  156. "id": "RequestMachine.getUserName.firstName:invocation[0]"
  157. }
  158. },
  159. "done": false,
  160. "changed": false,
  161. "tags": []
  162. }
  163.  
Advertisement
Add Comment
Please, Sign In to add comment