action.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "default": [
  3. {
  4. "icon": "router.png",
  5. "text": "创建路由",
  6. "action": "quickCreateRouter"
  7. },
  8. {
  9. "icon": "copy.png",
  10. "text": "拷贝活动",
  11. "action": "quickCopyActivity"
  12. },
  13. {
  14. "icon": "delete.png",
  15. "text": "删除活动",
  16. "action": "quickDeletActivity"
  17. },
  18. {
  19. "icon": "parallel.png",
  20. "text": "创建并行活动",
  21. "action": "quickParallelActivity"
  22. },
  23. {
  24. "icon": "series.png",
  25. "text": "创建串行活动",
  26. "action": "quickSeriesActivity"
  27. }
  28. ],
  29. "manual": [
  30. {
  31. "icon": "form.png",
  32. "text": "设置表单",
  33. "action": "quickSetForm"
  34. },
  35. {
  36. "icon": "target.png",
  37. "text": "设置处理人",
  38. "action": "quickSetTask"
  39. }
  40. ],
  41. "begin": [],
  42. "end": [],
  43. "cancel": [],
  44. "condition": [],
  45. "choice": [],
  46. "split": [],
  47. "parallel": [],
  48. "merge": [],
  49. "embed": [],
  50. "publish": [],
  51. "delay": [],
  52. "invoke": [],
  53. "service": [],
  54. "agent": [],
  55. "message": []
  56. }