Advertisement
kromm77

[Plantuml] Swim pool workflow diagram

Apr 23rd, 2015
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. PlantUML Editor : http://sourceforge.net/projects/plantumlqeditor/
  2. or other tools : http://plantuml.sourceforge.net/running.html
  3.  
  4. then put following script.
  5.  
  6. @startuml
  7. |#ccf3cc|S1| Subscription Job Connection
  8. start
  9. if (Patch OK) then (<font color=#009900>yes</font>)
  10. else (<font color=#ff4455><b>no</b></font>)
  11. |#AntiqueWhite|S2| Access Patch WO
  12. :Configuration;
  13. |S1|
  14. endif
  15. :send Email;
  16. if (CPE not installed) then
  17. else
  18. |#ccccf3|S3| Assignment WO
  19. :assign cpe;
  20. endif
  21. |S1|
  22. :dhcp config;
  23. :Axiros Config;
  24. |S1|
  25. :radius;
  26. if (addon_static) then
  27. :static;
  28. endif
  29. if (addon_publicsubnet) then
  30. :subnet;
  31. endif
  32. |#ccc0d3|S21| Port Configuration
  33. :switch port;
  34. |S1|
  35. if (NP) then
  36. if (Not Prewired or No CPE) then
  37. |S3|
  38. :cpe installation;
  39. |S1|
  40. endif
  41. |#eecccc|S4|OLOGATEWAY
  42. :createolorequest;
  43. :NP_DAC;
  44. |S1|
  45. endif
  46. if (NP) then
  47. :wait for DAC-2 at 6:00AM
  48. :ims config CL12;
  49. :wait for DAC at 6:00AM
  50. :ims config NP+CL10;
  51. :wait for DAC at 10:00AM
  52. :ims config NPDR;
  53. else
  54. :wait for DAC at 6:00AM
  55. :ims config CL10;
  56. :ims config step2;
  57. :ims config step3;
  58. endif
  59. |S1|
  60. if (Not Prewired or No CPE) then
  61. |S3|
  62. :cpe installation;
  63. endif
  64. |S1|
  65. if (NP second Intervention) then
  66. |S3|
  67. :NP intervention;
  68. endif
  69. |S1|
  70. stop
  71. @enduml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement