ERRORHandle.flow.2 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <AppFlowDoc>
  3. <ApplicationFlow nextObjectId="54" package="flow.subflow.ERRORHandle" version="5.0">
  4. <FlowGraph>
  5. <FlowNode class="com.avaya.sce.callflow.internal.appflow.Form" id="16" version="3.1">
  6. <Property name="Name" value="ERRORInput"/>
  7. <Property name="FlowNodeEditPart.WidgetIcon" value="announce.gif"/>
  8. <Property name="FlowNodeEditPart.WidgetY" value="109"/>
  9. <Property name="FlowNodeEditPart.WidgetX" value="355"/>
  10. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Form" id="17" version="1.2">
  11. <ItemProperties/>
  12. <ChildItems>
  13. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Prompt" id="18" version="1.2">
  14. <ItemProperties>
  15. <Property name="Name" value="ErrorInput"/>
  16. </ItemProperties>
  17. <ChildItems/>
  18. </FlowItem>
  19. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Submit" id="19" version="1.2">
  20. <ItemProperties>
  21. <Property name="LinkedNodeID" value="27"/>
  22. </ItemProperties>
  23. <ChildItems/>
  24. </FlowItem>
  25. </ChildItems>
  26. </FlowItem>
  27. </FlowNode>
  28. <FlowNode class="com.avaya.sce.callflow.internal.appflow.SubEntry" id="1" version="3.1">
  29. <Property name="Name" value="Begin"/>
  30. <Property name="FlowNodeEditPart.WidgetY" value="109"/>
  31. <Property name="FlowNodeEditPart.WidgetX" value="13"/>
  32. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.SubEntry" id="2" version="1.2">
  33. <ItemProperties/>
  34. <ChildItems>
  35. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.GoTo" id="3" version="1.2">
  36. <ItemProperties>
  37. <Property name="Name" value="Start"/>
  38. <Property name="LinkedNodeID" value="4"/>
  39. </ItemProperties>
  40. <ChildItems/>
  41. </FlowItem>
  42. </ChildItems>
  43. </FlowItem>
  44. </FlowNode>
  45. <FlowNode class="com.avaya.sce.callflow.internal.appflow.Data" id="4" version="3.1">
  46. <Property name="Name" value="ERRORType"/>
  47. <Property name="FlowNodeEditPart.WidgetY" value="108"/>
  48. <Property name="FlowNodeEditPart.WidgetX" value="135"/>
  49. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Data" id="5" version="1.2">
  50. <ItemProperties/>
  51. <ChildItems>
  52. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.LocalVariables" id="6" version="1.2">
  53. <ItemProperties>
  54. <Property name="Name" value="LocalVariables"/>
  55. </ItemProperties>
  56. <ChildItems/>
  57. </FlowItem>
  58. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.SwitchItem" id="8" version="1.2">
  59. <ItemProperties>
  60. <Property name="switch.var" value="ErrorType"/>
  61. </ItemProperties>
  62. <ChildItems>
  63. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.SwitchCase" id="9" version="1.2">
  64. <ItemProperties>
  65. <Property name="case.val" value="3"/>
  66. </ItemProperties>
  67. <ChildItems>
  68. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Next" id="7" version="1.2">
  69. <ItemProperties>
  70. <Property name="Name" value="未输入"/>
  71. <Property name="LinkedNodeID" value="16"/>
  72. </ItemProperties>
  73. <ChildItems/>
  74. </FlowItem>
  75. </ChildItems>
  76. </FlowItem>
  77. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.SwitchCase" id="10" version="1.2">
  78. <ItemProperties>
  79. <Property name="case.val" value="2"/>
  80. </ItemProperties>
  81. <ChildItems>
  82. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Next" id="13" version="1.2">
  83. <ItemProperties>
  84. <Property name="Name" value="输入错误"/>
  85. <Property name="LinkedNodeID" value="20"/>
  86. </ItemProperties>
  87. <ChildItems/>
  88. </FlowItem>
  89. </ChildItems>
  90. </FlowItem>
  91. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.SwitchDefault" id="11" version="1.2">
  92. <ItemProperties/>
  93. <ChildItems>
  94. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Next" id="14" version="1.2">
  95. <ItemProperties>
  96. <Property name="Name" value="失败"/>
  97. <Property name="LinkedNodeID" value="20"/>
  98. </ItemProperties>
  99. <ChildItems/>
  100. </FlowItem>
  101. </ChildItems>
  102. </FlowItem>
  103. </ChildItems>
  104. </FlowItem>
  105. </ChildItems>
  106. </FlowItem>
  107. </FlowNode>
  108. <FlowNode class="com.avaya.sce.callflow.internal.appflow.Form" id="20" version="3.1">
  109. <Property name="Name" value="ERRORMatch"/>
  110. <Property name="FlowNodeEditPart.WidgetIcon" value="announce.gif"/>
  111. <Property name="FlowNodeEditPart.WidgetY" value="156"/>
  112. <Property name="FlowNodeEditPart.WidgetX" value="353"/>
  113. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Form" id="21" version="1.2">
  114. <ItemProperties/>
  115. <ChildItems>
  116. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Prompt" id="22" version="1.2">
  117. <ItemProperties>
  118. <Property name="Name" value="ErrorMatch"/>
  119. </ItemProperties>
  120. <ChildItems/>
  121. </FlowItem>
  122. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Submit" id="23" version="1.2">
  123. <ItemProperties>
  124. <Property name="LinkedNodeID" value="27"/>
  125. </ItemProperties>
  126. <ChildItems/>
  127. </FlowItem>
  128. </ChildItems>
  129. </FlowItem>
  130. </FlowNode>
  131. <FlowNode class="com.avaya.sce.callflow.internal.appflow.Form" id="40" version="3.1">
  132. <Property name="Name" value="Again"/>
  133. <Property name="FlowNodeEditPart.WidgetIcon" value="announce.gif"/>
  134. <Property name="FlowNodeEditPart.WidgetY" value="109"/>
  135. <Property name="FlowNodeEditPart.WidgetX" value="736"/>
  136. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Form" id="41" version="1.2">
  137. <ItemProperties/>
  138. <ChildItems>
  139. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Prompt" id="42" version="1.2">
  140. <ItemProperties>
  141. <Property name="Name" value="again"/>
  142. </ItemProperties>
  143. <ChildItems/>
  144. </FlowItem>
  145. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Submit" id="43" version="1.2">
  146. <ItemProperties>
  147. <Property name="LinkedNodeID" value="47"/>
  148. </ItemProperties>
  149. <ChildItems/>
  150. </FlowItem>
  151. </ChildItems>
  152. </FlowItem>
  153. </FlowNode>
  154. <FlowNode class="com.avaya.sce.callflow.internal.appflow.Data" id="27" version="3.1">
  155. <Property name="Name" value="ERRORVALUE"/>
  156. <Property name="FlowNodeEditPart.WidgetY" value="109"/>
  157. <Property name="FlowNodeEditPart.WidgetX" value="529"/>
  158. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Data" id="28" version="1.2">
  159. <ItemProperties/>
  160. <ChildItems>
  161. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.LocalVariables" id="29" version="1.2">
  162. <ItemProperties>
  163. <Property name="Name" value="LocalVariables"/>
  164. </ItemProperties>
  165. <ChildItems/>
  166. </FlowItem>
  167. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.IfCondition" id="32" version="1.2">
  168. <ItemProperties>
  169. <Property name="RightConstOperand" value="1"/>
  170. <Property name="Operator" value="EqualsIgnoreCase"/>
  171. <Property name="LeftOperandID" value="ErrorValue"/>
  172. </ItemProperties>
  173. <ChildItems>
  174. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Assignment" id="50" version="1.2">
  175. <ItemProperties>
  176. <Property name="sourceConstant" value="2"/>
  177. <Property name="type" value="assign"/>
  178. </ItemProperties>
  179. <ChildItems/>
  180. </FlowItem>
  181. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Next" id="34" version="1.2">
  182. <ItemProperties>
  183. <Property name="Name" value="重新输入"/>
  184. <Property name="LinkedNodeID" value="40"/>
  185. </ItemProperties>
  186. <ChildItems/>
  187. </FlowItem>
  188. </ChildItems>
  189. </FlowItem>
  190. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.ElseIfCondition" id="51" version="1.2">
  191. <ItemProperties>
  192. <Property name="RightConstOperand" value="2"/>
  193. <Property name="Operator" value="EqualsIgnoreCase"/>
  194. <Property name="LeftOperandID" value="ErrorValue"/>
  195. </ItemProperties>
  196. <ChildItems>
  197. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Assignment" id="53" version="1.2">
  198. <ItemProperties>
  199. <Property name="sourceConstant" value="3"/>
  200. <Property name="type" value="assign"/>
  201. </ItemProperties>
  202. <ChildItems/>
  203. </FlowItem>
  204. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Next" id="52" version="1.2">
  205. <ItemProperties>
  206. <Property name="Name" value="重新输入"/>
  207. <Property name="LinkedNodeID" value="40"/>
  208. </ItemProperties>
  209. <ChildItems/>
  210. </FlowItem>
  211. </ChildItems>
  212. </FlowItem>
  213. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.ElseCondition" id="33" version="1.2">
  214. <ItemProperties/>
  215. <ChildItems>
  216. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Next" id="30" version="1.2">
  217. <ItemProperties>
  218. <Property name="Name" value="返回人工"/>
  219. <Property name="LinkedNodeID" value="46"/>
  220. </ItemProperties>
  221. <ChildItems/>
  222. </FlowItem>
  223. </ChildItems>
  224. </FlowItem>
  225. </ChildItems>
  226. </FlowItem>
  227. </FlowNode>
  228. <FlowNode class="com.avaya.sce.callflow.internal.appflow.SubReturn" id="46" version="3.1">
  229. <Property name="Name" value="ENDS"/>
  230. <Property name="FlowNodeEditPart.WidgetY" value="182"/>
  231. <Property name="FlowNodeEditPart.WidgetX" value="749"/>
  232. </FlowNode>
  233. <FlowNode class="com.avaya.sce.callflow.internal.appflow.SubReturn" id="47" version="3.1">
  234. <Property name="Name" value="AgainInputS"/>
  235. <Property name="FlowNodeEditPart.WidgetY" value="109"/>
  236. <Property name="FlowNodeEditPart.WidgetX" value="879"/>
  237. </FlowNode>
  238. <NodeConnection id="15" version="1.2">
  239. <SourceNode id="1"/>
  240. <TargetNode id="4"/>
  241. <Property name="Connection.SourceObjectID" value="3"/>
  242. <Property name="Connection.TargetObjectID" value="4"/>
  243. </NodeConnection>
  244. <NodeConnection id="24" version="1.2">
  245. <SourceNode id="4"/>
  246. <TargetNode id="16"/>
  247. <Property name="Connection.SourceObjectID" value="7"/>
  248. <Property name="Connection.TargetObjectID" value="16"/>
  249. </NodeConnection>
  250. <NodeConnection id="25" version="1.2">
  251. <SourceNode id="4"/>
  252. <TargetNode id="20"/>
  253. <Property name="Connection.SourceObjectID" value="13"/>
  254. <Property name="Connection.TargetObjectID" value="20"/>
  255. </NodeConnection>
  256. <NodeConnection id="26" version="1.2">
  257. <SourceNode id="4"/>
  258. <TargetNode id="20"/>
  259. <Property name="Connection.SourceObjectID" value="14"/>
  260. <Property name="Connection.TargetObjectID" value="20"/>
  261. </NodeConnection>
  262. <NodeConnection id="31" version="1.2">
  263. <SourceNode id="16"/>
  264. <TargetNode id="27"/>
  265. <Property name="Connection.SourceObjectID" value="19"/>
  266. <Property name="Connection.TargetObjectID" value="27"/>
  267. </NodeConnection>
  268. <NodeConnection id="35" version="1.2">
  269. <SourceNode id="20"/>
  270. <TargetNode id="27"/>
  271. <Property name="Connection.SourceObjectID" value="23"/>
  272. <Property name="Connection.TargetObjectID" value="27"/>
  273. </NodeConnection>
  274. <NodeConnection id="45" version="1.2">
  275. <SourceNode id="27"/>
  276. <TargetNode id="40"/>
  277. <Property name="Connection.SourceObjectID" value="34"/>
  278. <Property name="Connection.TargetObjectID" value="40"/>
  279. </NodeConnection>
  280. <NodeConnection id="48" version="1.2">
  281. <SourceNode id="27"/>
  282. <TargetNode id="46"/>
  283. <Property name="Connection.SourceObjectID" value="30"/>
  284. <Property name="Connection.TargetObjectID" value="46"/>
  285. <Bendpoint x="723" y="192"/>
  286. </NodeConnection>
  287. <NodeConnection id="49" version="1.2">
  288. <SourceNode id="40"/>
  289. <TargetNode id="47"/>
  290. <Property name="Connection.SourceObjectID" value="43"/>
  291. <Property name="Connection.TargetObjectID" value="47"/>
  292. </NodeConnection>
  293. <NodeConnection id="54" version="1.2">
  294. <SourceNode id="27"/>
  295. <TargetNode id="40"/>
  296. <Property name="Connection.SourceObjectID" value="52"/>
  297. <Property name="Connection.TargetObjectID" value="40"/>
  298. </NodeConnection>
  299. </FlowGraph>
  300. <ProjectEventTypes/>
  301. </ApplicationFlow>
  302. </AppFlowDoc>