gadget.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "begin": {
  3. "icon": "begin24.png",
  4. "text": "开始",
  5. "className": "Begin"
  6. },
  7. "end": {
  8. "icon": "end24.png",
  9. "text": "结束",
  10. "className": "End"
  11. },
  12. "cancel": {
  13. "icon": "cancel24.png",
  14. "text": "取消",
  15. "className": "Cancel"
  16. },
  17. "manual": {
  18. "icon": "manual24.png",
  19. "text": "人工活动",
  20. "className": "Manual"
  21. },
  22. "choice": {
  23. "icon": "choice24.png",
  24. "text": "选择活动",
  25. "className": "Choice"
  26. },
  27. // "condition": {
  28. // "icon": "condition24.png",
  29. // "text": "条件活动",
  30. // "className": "Condition"
  31. // },
  32. "split": {
  33. "icon": "split24.png",
  34. "text": "拆分活动",
  35. "className": "Split"
  36. },
  37. "parallel": {
  38. "icon": "parallel24.png",
  39. "text": "并行活动",
  40. "className": "Parallel"
  41. },
  42. "merge": {
  43. "icon": "merge24.png",
  44. "text": "合并活动",
  45. "className": "Merge"
  46. },
  47. "embed": {
  48. "icon": "embed24.png",
  49. "text": "流程调用",
  50. "className": "Embed"
  51. },
  52. "delay": {
  53. "icon": "delay24.png",
  54. "text": "定时活动",
  55. "className": "Delay"
  56. },
  57. "invoke": {
  58. "icon": "invoke24.png",
  59. "text": "服务调用",
  60. "className": "Invoke"
  61. },
  62. "service": {
  63. "icon": "service24.png",
  64. "text": "服务",
  65. "className": "Service"
  66. },
  67. // "message": {
  68. // "icon": "message24.png",
  69. // "text": "消息",
  70. // "className": "Message"
  71. // },
  72. "agent": {
  73. "icon": "agent24.png",
  74. "text": "脚本",
  75. "className": "Agent"
  76. }
  77. }