x_processplatform_assemble_surface.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "Work": [
  3. {
  4. "name": "creatorPersonDn",
  5. "relative": "creatorPerson",
  6. "type": "string",
  7. "value": "张三@zhangsan@P",
  8. "description": "创建人全称,如果由系统创建可能为空,脚本独有"
  9. },
  10. {
  11. "name": "creatorIdentityDn",
  12. "relative": "creatorIdentity",
  13. "type": "string",
  14. "value": "张三@kfb_zhangsan@I",
  15. "description": "创建人Identity全称,如果由系统创建可能为空,脚本独有"
  16. },
  17. {
  18. "name": "creatorUnitDn",
  19. "relative": "creatorUnit",
  20. "type": "string",
  21. "value": "开发部@kfb@U",
  22. "description": "创建人组织全称,如果由系统创建可能为空,脚本独有"
  23. },
  24. {
  25. "name": "creatorDepartment",
  26. "relative": "creatorUnit",
  27. "type": "string",
  28. "value": "开发部",
  29. "description": "创建人组织名称,同creatorUnit,脚本独有"
  30. },
  31. {
  32. "name": "creatorCompany",
  33. "relative": "creatorUnit",
  34. "type": "string",
  35. "value": "浙江兰德纵横网络技术股份有限公司" ,
  36. "description": "创建人组织公司名称,creatorUnitLevel的第一段,脚本独有"
  37. }
  38. ],
  39. "Task": [
  40. {
  41. "name": "personDn",
  42. "relative": "person",
  43. "type": "string",
  44. "value": "张三@zhangsan@P",
  45. "description": "当前处理人全称,脚本独有"
  46. },
  47. {
  48. "name": "identityDn",
  49. "relative": "identity",
  50. "type": "string",
  51. "value": "张三@kfb_zhangsan@I",
  52. "description": "当前处理人Identity全称,脚本独有"
  53. },
  54. {
  55. "name": "unitDn",
  56. "relative": "unit",
  57. "type": "string",
  58. "value": "开发部@kfb@U",
  59. "description": "当前处理人组织全称,脚本独有"
  60. },
  61. {
  62. "name": "department",
  63. "relative": "unit",
  64. "type": "string",
  65. "value": "开发部",
  66. "description": "当前处理人组织全称,同unit,脚本独有"
  67. }
  68. ]
  69. }