ERRORHandle.flow.copy 18 KB

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