WorkDefinitions.wid 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. [
  2. [
  3. "name" : "BusinessRuleTask",
  4. "displayName" : "BusinessRuleTask",
  5. "category" : "jbpm-workitems-bpmn2",
  6. "description" : "",
  7. "defaultHandler" : "mvel: new org.jbpm.process.workitem.bpmn2.BusinessRuleTaskHandler()",
  8. "documentation" : "jbpm-workitems-bpmn2/index.html",
  9. "icon" : "defaultbusinessruletaskicon.png",
  10. "parameters" : [
  11. "KieSessionName" : new StringDataType(),
  12. "KieSessionType" : new StringDataType()
  13. ]
  14. ],
  15. [
  16. "name" : "DecisionTask",
  17. "displayName" : "Decision Task",
  18. "category" : "jbpm-workitems-bpmn2",
  19. "description" : "",
  20. "defaultHandler" : "mvel: new org.jbpm.process.workitem.bpmn2.DecisionTaskHandler()",
  21. "documentation" : "jbpm-workitems-bpmn2/index.html",
  22. "icon" : "defaultdecisiontaskicon.png",
  23. "parameters" : [
  24. "Model" : new StringDataType(),
  25. "Namespace" : new StringDataType(),
  26. "Decision" : new StringDataType()
  27. ]
  28. ],
  29. [
  30. "name" : "Email",
  31. "displayName" : "Email",
  32. "category" : "jbpm-workitems-email",
  33. "description" : "",
  34. "defaultHandler" : "mvel: new org.jbpm.process.workitem.email.EmailWorkItemHandler()",
  35. "documentation" : "jbpm-workitems-email/index.html",
  36. "icon" : "defaultemailicon.png",
  37. "parameters" : [
  38. "Reply-To" : new StringDataType(),
  39. "Cc" : new StringDataType(),
  40. "Bcc" : new StringDataType(),
  41. "From" : new StringDataType(),
  42. "To" : new StringDataType(),
  43. "Body" : new StringDataType(),
  44. "Attachments" : new StringDataType(),
  45. "Subject" : new StringDataType(),
  46. "Debug" : new StringDataType(),
  47. "Template" : new StringDataType()
  48. ]
  49. ],
  50. [
  51. "name" : "Rest",
  52. "displayName" : "Rest",
  53. "category" : "jbpm-workitems-rest",
  54. "description" : "",
  55. "defaultHandler" : "mvel: new org.jbpm.process.workitem.rest.RESTWorkItemHandler()",
  56. "documentation" : "jbpm-workitems-rest/index.html",
  57. "icon" : "defaultresticon.png",
  58. "parameters" : [
  59. "ConnectTimeout" : new StringDataType(),
  60. "ResultClass" : new StringDataType(),
  61. "ContentType" : new StringDataType(),
  62. "AcceptCharset" : new StringDataType(),
  63. "Headers" : new StringDataType(),
  64. "AuthUrl" : new StringDataType(),
  65. "Method" : new StringDataType(),
  66. "ReadTimeout" : new StringDataType(),
  67. "Url" : new StringDataType(),
  68. "ContentTypeCharset" : new StringDataType(),
  69. "HandleResponseErrors" : new StringDataType(),
  70. "ContentData" : new StringDataType(),
  71. "Username" : new StringDataType(),
  72. "Content" : new StringDataType(),
  73. "AcceptHeader" : new StringDataType(),
  74. "AuthType" : new StringDataType(),
  75. "Password" : new StringDataType()
  76. ],
  77. "results" : [
  78. "Result" : new StringDataType()
  79. ]
  80. ],
  81. [
  82. "name" : "WebService",
  83. "displayName" : "WebService",
  84. "category" : "jbpm-workitems-webservice",
  85. "description" : "",
  86. "defaultHandler" : "mvel: new org.jbpm.process.workitem.webservice.WebServiceWorkItemHandler()",
  87. "documentation" : "jbpm-workitems-webservice/index.html",
  88. "icon" : "defaultwebserviceicon.png",
  89. "parameters" : [
  90. "Endpoint" : new StringDataType(),
  91. "Mode" : new StringDataType(),
  92. "Parameter" : new StringDataType(),
  93. "Operation" : new StringDataType(),
  94. "Url" : new StringDataType(),
  95. "Namespace" : new StringDataType(),
  96. "Interface" : new StringDataType()
  97. ],
  98. "results" : [
  99. "Result" : new StringDataType()
  100. ]
  101. ],
  102. [
  103. "name" : "Log",
  104. "displayName" : "Log",
  105. "icon" : "defaultlogicon.png",
  106. "parameters" : [
  107. "Message" : new StringDataType()
  108. ]
  109. ],
  110. [
  111. "name" : "Milestone",
  112. "displayName" : "Milestone",
  113. "category" : "Milestone",
  114. "icon" : "defaultmilestoneicon.png",
  115. "parameters" : [
  116. "Condition" : new StringDataType()
  117. ]
  118. ]
  119. ]