ERRORHandle.flow.1 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  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. <Property name="destVarId" value="ErrorValue"/>
  179. </ItemProperties>
  180. <ChildItems/>
  181. </FlowItem>
  182. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Next" id="34" version="1.2">
  183. <ItemProperties>
  184. <Property name="Name" value="重新输入"/>
  185. <Property name="LinkedNodeID" value="40"/>
  186. </ItemProperties>
  187. <ChildItems/>
  188. </FlowItem>
  189. </ChildItems>
  190. </FlowItem>
  191. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.ElseIfCondition" id="51" version="1.2">
  192. <ItemProperties>
  193. <Property name="RightConstOperand" value="2"/>
  194. <Property name="Operator" value="EqualsIgnoreCase"/>
  195. <Property name="LeftOperandID" value="ErrorValue"/>
  196. </ItemProperties>
  197. <ChildItems>
  198. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Assignment" id="53" version="1.2">
  199. <ItemProperties>
  200. <Property name="sourceConstant" value="3"/>
  201. <Property name="type" value="assign"/>
  202. <Property name="destVarId" value="ErrorValue"/>
  203. </ItemProperties>
  204. <ChildItems/>
  205. </FlowItem>
  206. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Next" id="52" version="1.2">
  207. <ItemProperties>
  208. <Property name="Name" value="重新输入"/>
  209. <Property name="LinkedNodeID" value="40"/>
  210. </ItemProperties>
  211. <ChildItems/>
  212. </FlowItem>
  213. </ChildItems>
  214. </FlowItem>
  215. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.ElseCondition" id="33" version="1.2">
  216. <ItemProperties/>
  217. <ChildItems>
  218. <FlowItem class="com.avaya.sce.callflow.internal.flowitem.Next" id="30" version="1.2">
  219. <ItemProperties>
  220. <Property name="Name" value="返回人工"/>
  221. <Property name="LinkedNodeID" value="46"/>
  222. </ItemProperties>
  223. <ChildItems/>
  224. </FlowItem>
  225. </ChildItems>
  226. </FlowItem>
  227. </ChildItems>
  228. </FlowItem>
  229. </FlowNode>
  230. <FlowNode class="com.avaya.sce.callflow.internal.appflow.SubReturn" id="46" version="3.1">
  231. <Property name="Name" value="ENDS"/>
  232. <Property name="FlowNodeEditPart.WidgetY" value="182"/>
  233. <Property name="FlowNodeEditPart.WidgetX" value="749"/>
  234. </FlowNode>
  235. <FlowNode class="com.avaya.sce.callflow.internal.appflow.SubReturn" id="47" version="3.1">
  236. <Property name="Name" value="AgainInputS"/>
  237. <Property name="FlowNodeEditPart.WidgetY" value="109"/>
  238. <Property name="FlowNodeEditPart.WidgetX" value="879"/>
  239. </FlowNode>
  240. <NodeConnection id="15" version="1.2">
  241. <SourceNode id="1"/>
  242. <TargetNode id="4"/>
  243. <Property name="Connection.SourceObjectID" value="3"/>
  244. <Property name="Connection.TargetObjectID" value="4"/>
  245. </NodeConnection>
  246. <NodeConnection id="24" version="1.2">
  247. <SourceNode id="4"/>
  248. <TargetNode id="16"/>
  249. <Property name="Connection.SourceObjectID" value="7"/>
  250. <Property name="Connection.TargetObjectID" value="16"/>
  251. </NodeConnection>
  252. <NodeConnection id="25" version="1.2">
  253. <SourceNode id="4"/>
  254. <TargetNode id="20"/>
  255. <Property name="Connection.SourceObjectID" value="13"/>
  256. <Property name="Connection.TargetObjectID" value="20"/>
  257. </NodeConnection>
  258. <NodeConnection id="26" version="1.2">
  259. <SourceNode id="4"/>
  260. <TargetNode id="20"/>
  261. <Property name="Connection.SourceObjectID" value="14"/>
  262. <Property name="Connection.TargetObjectID" value="20"/>
  263. </NodeConnection>
  264. <NodeConnection id="31" version="1.2">
  265. <SourceNode id="16"/>
  266. <TargetNode id="27"/>
  267. <Property name="Connection.SourceObjectID" value="19"/>
  268. <Property name="Connection.TargetObjectID" value="27"/>
  269. </NodeConnection>
  270. <NodeConnection id="35" version="1.2">
  271. <SourceNode id="20"/>
  272. <TargetNode id="27"/>
  273. <Property name="Connection.SourceObjectID" value="23"/>
  274. <Property name="Connection.TargetObjectID" value="27"/>
  275. </NodeConnection>
  276. <NodeConnection id="45" version="1.2">
  277. <SourceNode id="27"/>
  278. <TargetNode id="40"/>
  279. <Property name="Connection.SourceObjectID" value="34"/>
  280. <Property name="Connection.TargetObjectID" value="40"/>
  281. </NodeConnection>
  282. <NodeConnection id="48" version="1.2">
  283. <SourceNode id="27"/>
  284. <TargetNode id="46"/>
  285. <Property name="Connection.SourceObjectID" value="30"/>
  286. <Property name="Connection.TargetObjectID" value="46"/>
  287. <Bendpoint x="723" y="192"/>
  288. </NodeConnection>
  289. <NodeConnection id="49" version="1.2">
  290. <SourceNode id="40"/>
  291. <TargetNode id="47"/>
  292. <Property name="Connection.SourceObjectID" value="43"/>
  293. <Property name="Connection.TargetObjectID" value="47"/>
  294. </NodeConnection>
  295. <NodeConnection id="54" version="1.2">
  296. <SourceNode id="27"/>
  297. <TargetNode id="40"/>
  298. <Property name="Connection.SourceObjectID" value="52"/>
  299. <Property name="Connection.TargetObjectID" value="40"/>
  300. </NodeConnection>
  301. </FlowGraph>
  302. <ProjectEventTypes/>
  303. </ApplicationFlow>
  304. </AppFlowDoc>