@camunda/connectors-element-templates 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -1,4 +1,956 @@
1
1
  [
2
+ {
3
+ "let": "try",
4
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
5
+ "name": "ServiceNow Outbound Connector",
6
+ "id": "io.camunda.connectors.ServiceNow.v1",
7
+ "version": 2,
8
+ "description": "Execute CRUD operations on any ServiceNow table",
9
+ "keywords": [
10
+ "create record",
11
+ "read record",
12
+ "update record",
13
+ "delete record",
14
+ "create ticket",
15
+ "get ticket",
16
+ "update ticket",
17
+ "delete ticket",
18
+ "incident",
19
+ "change request",
20
+ "service request",
21
+ "ITSM",
22
+ "IT service management",
23
+ "catalog item",
24
+ "change management",
25
+ "change task",
26
+ "service catalog"
27
+ ],
28
+ "documentationRef": "https://docs.camunda.io/docs/components/camunda-integrations/servicenow/connectors/outbound-connector/",
29
+ "category": {
30
+ "id": "connectors",
31
+ "name": "Connectors"
32
+ },
33
+ "appliesTo": ["bpmn:Task"],
34
+ "elementType": {
35
+ "value": "bpmn:ServiceTask"
36
+ },
37
+ "groups": [
38
+ {
39
+ "id": "sn",
40
+ "label": "ServiceNow"
41
+ },
42
+ {
43
+ "id": "input",
44
+ "label": "Input"
45
+ },
46
+ {
47
+ "id": "authentication",
48
+ "label": "Authentication"
49
+ },
50
+ {
51
+ "id": "endpoint",
52
+ "label": "HTTP endpoint"
53
+ },
54
+ {
55
+ "id": "timeout",
56
+ "label": "Connection timeout"
57
+ },
58
+ {
59
+ "id": "output",
60
+ "label": "Output mapping"
61
+ },
62
+ {
63
+ "id": "error",
64
+ "label": "Error handling"
65
+ },
66
+ {
67
+ "id": "retries",
68
+ "label": "Retries"
69
+ }
70
+ ],
71
+ "properties": [
72
+ {
73
+ "value": "io.camunda:http-json:1",
74
+ "binding": {
75
+ "property": "type",
76
+ "type": "zeebe:taskDefinition"
77
+ },
78
+ "type": "Hidden"
79
+ },
80
+ {
81
+ "id": "snInstance",
82
+ "label": "Instance name",
83
+ "description": "Enter only the instance name from your ServiceNow URL",
84
+ "optional": false,
85
+ "feel": "optional",
86
+ "group": "sn",
87
+ "binding": {
88
+ "name": "snInstance",
89
+ "type": "zeebe:input"
90
+ },
91
+ "constraints": {
92
+ "notEmpty": true
93
+ },
94
+ "type": "String"
95
+ },
96
+ {
97
+ "id": "operationGroup",
98
+ "label": "Operation",
99
+ "group": "sn",
100
+ "description": "Choose operation type",
101
+ "type": "Dropdown",
102
+ "value": "read",
103
+ "choices": [
104
+ { "name": "Create", "value": "create" },
105
+ { "name": "Read", "value": "read" },
106
+ { "name": "Update", "value": "update" },
107
+ { "name": "Delete", "value": "delete" }
108
+ ],
109
+ "binding": {
110
+ "type": "zeebe:input",
111
+ "name": "operationGroup"
112
+ }
113
+ },
114
+ {
115
+ "id": "targetTable",
116
+ "label": "Target table",
117
+ "description": "Choose a table for the record operation",
118
+ "group": "sn",
119
+ "type": "Dropdown",
120
+ "value": "change_task",
121
+ "choices": [
122
+ { "name": "Requested Item [sc_req_item]", "value": "sc_req_item" },
123
+ {
124
+ "name": "Change Request [change_request]",
125
+ "value": "change_request"
126
+ },
127
+ { "name": "Change Task [change_task]", "value": "change_task" },
128
+ {
129
+ "name": "Service Catalog Request [sc_request]",
130
+ "value": "sc_request"
131
+ },
132
+ { "name": "Service Catalog Task [sc_task]", "value": "sc_task" },
133
+ { "name": "Incident [incident]", "value": "incident" },
134
+ { "name": "Other - type a table name", "value": "__custom" }
135
+ ],
136
+ "binding": {
137
+ "type": "zeebe:input",
138
+ "name": "targetTable"
139
+ }
140
+ },
141
+ {
142
+ "//": "used for all operation types",
143
+ "id": "customRequestTarget",
144
+ "label": "Enter table name",
145
+ "description": "Type the exact ServiceNow table name (case-sensitive)",
146
+ "type": "String",
147
+ "group": "sn",
148
+ "binding": {
149
+ "name": "customRequestTarget",
150
+ "type": "zeebe:input"
151
+ },
152
+ "condition": {
153
+ "property": "targetTable",
154
+ "equals": "__custom"
155
+ }
156
+ },
157
+ {
158
+ "id": "sysparm_query",
159
+ "label": "Query parameters (sysparm_query)",
160
+ "description": "Separate multiple conditions with '^' (Ex: active=true^priority=1)",
161
+ "optional": true,
162
+ "feel": "optional",
163
+ "group": "input",
164
+ "binding": {
165
+ "name": "sysparm_query",
166
+ "type": "zeebe:input"
167
+ },
168
+ "type": "String",
169
+ "constraints": {
170
+ "notEmpty": false,
171
+ "pattern": {
172
+ "value": "^(?!.*&).*$",
173
+ "message": "invalid: use '^' instead of '&'"
174
+ }
175
+ },
176
+ "condition": {
177
+ "property": "operationGroup",
178
+ "oneOf": ["read"]
179
+ }
180
+ },
181
+ {
182
+ "id": "sysparm_fields",
183
+ "label": "Fields to return (sysparm_fields)",
184
+ "description": "Comma-separated field names (Ex: sys_id, number, short_description)",
185
+ "optional": true,
186
+ "feel": "optional",
187
+ "group": "input",
188
+ "binding": {
189
+ "name": "sysparm_fields",
190
+ "type": "zeebe:input"
191
+ },
192
+ "type": "String",
193
+ "condition": {
194
+ "property": "operationGroup",
195
+ "oneOf": ["read"]
196
+ }
197
+ },
198
+ {
199
+ "id": "sysparm_limit",
200
+ "label": "Result limit (sysparm_limit)",
201
+ "description": "The maximum number of records to return (Ex: 10)",
202
+ "optional": true,
203
+ "feel": "optional",
204
+ "group": "input",
205
+ "binding": {
206
+ "name": "sysparm_limit",
207
+ "type": "zeebe:input"
208
+ },
209
+ "type": "String",
210
+ "condition": {
211
+ "property": "operationGroup",
212
+ "oneOf": ["read"]
213
+ }
214
+ },
215
+
216
+ {
217
+ "id": "updateTarget",
218
+ "label": "Sys ID of the record to update",
219
+ "description": "Enter the unique record identifier (sys_id) to update",
220
+ "type": "String",
221
+ "feel": "optional",
222
+ "group": "sn",
223
+ "binding": {
224
+ "name": "updateTarget",
225
+ "type": "zeebe:input"
226
+ },
227
+ "condition": {
228
+ "property": "operationGroup",
229
+ "equals": "update"
230
+ }
231
+ },
232
+
233
+ {
234
+ "id": "deleteTarget",
235
+ "label": "Sys ID of the record to delete",
236
+ "description": "Enter the unique record identifier (sys_id) to delete",
237
+ "type": "String",
238
+ "feel": "optional",
239
+ "group": "sn",
240
+ "binding": {
241
+ "name": "deleteTarget",
242
+ "type": "zeebe:input"
243
+ },
244
+ "condition": {
245
+ "property": "operationGroup",
246
+ "equals": "delete"
247
+ }
248
+ },
249
+
250
+ {
251
+ "//": "create or update sc_req_item",
252
+ "id": "payload_sc_req_item",
253
+ "group": "input",
254
+ "label": "Payload",
255
+ "type": "Text",
256
+ "feel": "required",
257
+ "value": "={\n // Example payload fields\n // Replace or remove as needed\n \n \"active\": true,\n\"activity_due\": \"1970-04-02 18:26:17\",\n\"additional_assignee_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"approval\": \"40 chars\",\n\"approval_history\": null,\n\"approval_set\": \"2014-11-12 04:51:19\",\n\"assigned_to\": \"9666e0c3c611227c017f673bcebef646\",\n\"assignment_group\": \"9666e0c3c611227c017f673bcebef646\",\n\"backordered\": true,\n\"billable\": true,\n\"business_duration\": \"1970-04-02 18:26:17\",\n\"business_service\": \"9666e0c3c611227c017f673bcebef646\",\n\"calendar_duration\": \"1970-04-02 18:26:17\",\n\"cat_item\": \"9666e0c3c611227c017f673bcebef646\",\n\"close_notes\": \"4000 chars\",\n\"closed_at\": \"2014-11-12 04:51:19\",\n\"closed_by\": \"9666e0c3c611227c017f673bcebef646\",\n\"cmdb_ci\": \"9666e0c3c611227c017f673bcebef646\",\n\"comments\": null,\n\"comments_and_work_notes\": null,\n\"company\": \"9666e0c3c611227c017f673bcebef646\",\n\"configuration_item\": \"9666e0c3c611227c017f673bcebef646\",\n\"contact_type\": \"40 chars\",\n\"context\": \"9666e0c3c611227c017f673bcebef646\",\n\"contract\": \"9666e0c3c611227c017f673bcebef646\",\n\"correlation_display\": \"100 chars\",\n\"correlation_id\": \"100 chars\",\n\"delivery_plan\": \"9666e0c3c611227c017f673bcebef646\",\n\"delivery_task\": \"9666e0c3c611227c017f673bcebef646\",\n\"description\": \"4000 chars\",\n\"due_date\": \"2014-11-12 04:51:19\",\n\"escalation\": 9999999999999999999999999999999999999999,\n\"estimated_delivery\": \"2014-11-12 04:51:19\",\n\"expected_start\": \"2014-11-12 04:51:19\",\n\"flow_context\": \"9666e0c3c611227c017f673bcebef646\",\n\"follow_up\": \"2014-11-12 04:51:19\",\n\"group_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"impact\": 9999999999999999999999999999999999999999,\n\"knowledge\": true,\n\"location\": \"9666e0c3c611227c017f673bcebef646\",\n\"made_sla\": true,\n\"number\": \"40 chars\",\n\"opened_at\": \"2014-11-12 04:51:19\",\n\"opened_by\": \"9666e0c3c611227c017f673bcebef646\",\n\"order\": 9999999999999999999999999999999999999999,\n\"order_guide\": \"9666e0c3c611227c017f673bcebef646\",\n\"parent\": \"9666e0c3c611227c017f673bcebef646\",\n\"price\": 0.00,\n\"priority\": 9999999999999999999999999999999999999999,\n\"quantity\": 9999999999999999999999999999999999999999,\n\"reassignment_count\": 9999999999999999999999999999999999999999,\n\"recurring_frequency\": null,\n\"recurring_price\": 0.00,\n\"rejection_goto\": \"ref_id\",\n\"request\": \"9666e0c3c611227c017f673bcebef646\",\n\"requested_for\": \"9666e0c3c611227c017f673bcebef646\",\n\"route_reason\": 9999999999999999999999999999999999999999,\n\"sc_catalog\": \"9666e0c3c611227c017f673bcebef646\",\n\"service_offering\": \"9666e0c3c611227c017f673bcebef646\",\n\"short_description\": \"160 chars\",\n\"sla_due\": \"1970-04-02 18:26:17\",\n\"stage\": null,\n\"state\": 9999999999999999999999999999999999999999,\n\"sys_class_name\": null,\n\"sys_created_by\": \"40 chars\",\n\"sys_created_on\": \"2014-11-12 04:51:19\",\n\"sys_domain\": \"global\",\n\"sys_domain_path\": null,\n\"sys_id\": null,\n\"sys_mod_count\": 9999999999999999999999999999999999999999,\n\"sys_updated_by\": \"40 chars\",\n\"sys_updated_on\": \"2014-11-12 04:51:19\",\n\"task_effective_number\": \"40 chars\",\n\"time_worked\": null,\n\"universal_request\": \"9666e0c3c611227c017f673bcebef646\",\n\"upon_approval\": \"40 chars\",\n\"upon_reject\": \"40 chars\",\n\"urgency\": 9999999999999999999999999999999999999999,\n\"user_input\": null,\n\"variables\": null,\n\"watch_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"wf_activity\": \"ref_id\",\n\"work_end\": \"2014-11-12 04:51:19\",\n\"work_notes\": null,\n\"work_notes_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"work_start\": \"2014-11-12 04:51:19\"\n}",
258
+ "binding": {
259
+ "type": "zeebe:input",
260
+ "name": "body_sc_req_item"
261
+ },
262
+ "condition": {
263
+ "allMatch": [
264
+ {
265
+ "property": "operationGroup",
266
+ "oneOf": ["create", "update"]
267
+ },
268
+ {
269
+ "property": "targetTable",
270
+ "equals": "sc_req_item"
271
+ }
272
+ ]
273
+ },
274
+ "optional": true
275
+ },
276
+
277
+ {
278
+ "//": "create or update change_request",
279
+ "id": "payload_change_request",
280
+ "group": "input",
281
+ "label": "Payload",
282
+ "type": "Text",
283
+ "feel": "required",
284
+ "value": "={\n // Example payload fields\n // Replace or remove as needed\n \n \"active\": true,\n\"activity_due\": \"1970-04-02 18:26:17\",\n\"additional_assignee_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"approval\": \"40 chars\",\n\"approval_history\": null,\n\"approval_set\": \"2014-11-12 04:51:19\",\n\"assigned_to\": \"9666e0c3c611227c017f673bcebef646\",\n\"assignment_group\": \"9666e0c3c611227c017f673bcebef646\",\n\"backordered\": true,\n\"billable\": true,\n\"business_duration\": \"1970-04-02 18:26:17\",\n\"business_service\": \"9666e0c3c611227c017f673bcebef646\",\n\"calendar_duration\": \"1970-04-02 18:26:17\",\n\"cat_item\": \"9666e0c3c611227c017f673bcebef646\",\n\"close_notes\": \"4000 chars\",\n\"closed_at\": \"2014-11-12 04:51:19\",\n\"closed_by\": \"9666e0c3c611227c017f673bcebef646\",\n\"cmdb_ci\": \"9666e0c3c611227c017f673bcebef646\",\n\"comments\": null,\n\"comments_and_work_notes\": null,\n\"company\": \"9666e0c3c611227c017f673bcebef646\",\n\"configuration_item\": \"9666e0c3c611227c017f673bcebef646\",\n\"contact_type\": \"40 chars\",\n\"context\": \"9666e0c3c611227c017f673bcebef646\",\n\"contract\": \"9666e0c3c611227c017f673bcebef646\",\n\"correlation_display\": \"100 chars\",\n\"correlation_id\": \"100 chars\",\n\"delivery_plan\": \"9666e0c3c611227c017f673bcebef646\",\n\"delivery_task\": \"9666e0c3c611227c017f673bcebef646\",\n\"description\": \"4000 chars\",\n\"due_date\": \"2014-11-12 04:51:19\",\n\"escalation\": 9999999999999999999999999999999999999999,\n\"estimated_delivery\": \"2014-11-12 04:51:19\",\n\"expected_start\": \"2014-11-12 04:51:19\",\n\"flow_context\": \"9666e0c3c611227c017f673bcebef646\",\n\"follow_up\": \"2014-11-12 04:51:19\",\n\"group_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"impact\": 9999999999999999999999999999999999999999,\n\"knowledge\": true,\n\"location\": \"9666e0c3c611227c017f673bcebef646\",\n\"made_sla\": true,\n\"number\": \"40 chars\",\n\"opened_at\": \"2014-11-12 04:51:19\",\n\"opened_by\": \"9666e0c3c611227c017f673bcebef646\",\n\"order\": 9999999999999999999999999999999999999999,\n\"order_guide\": \"9666e0c3c611227c017f673bcebef646\",\n\"parent\": \"9666e0c3c611227c017f673bcebef646\",\n\"price\": 0.00,\n\"priority\": 9999999999999999999999999999999999999999,\n\"quantity\": 9999999999999999999999999999999999999999,\n\"reassignment_count\": 9999999999999999999999999999999999999999,\n\"recurring_frequency\": null,\n\"recurring_price\": 0.00,\n\"rejection_goto\": \"ref_id\",\n\"request\": \"9666e0c3c611227c017f673bcebef646\",\n\"requested_for\": \"9666e0c3c611227c017f673bcebef646\",\n\"route_reason\": 9999999999999999999999999999999999999999,\n\"sc_catalog\": \"9666e0c3c611227c017f673bcebef646\",\n\"service_offering\": \"9666e0c3c611227c017f673bcebef646\",\n\"short_description\": \"160 chars\",\n\"sla_due\": \"1970-04-02 18:26:17\",\n\"stage\": null,\n\"state\": 9999999999999999999999999999999999999999,\n\"sys_class_name\": null,\n\"sys_created_by\": \"40 chars\",\n\"sys_created_on\": \"2014-11-12 04:51:19\",\n\"sys_domain\": \"global\",\n\"sys_domain_path\": null,\n\"sys_id\": null,\n\"sys_mod_count\": 9999999999999999999999999999999999999999,\n\"sys_updated_by\": \"40 chars\",\n\"sys_updated_on\": \"2014-11-12 04:51:19\",\n\"task_effective_number\": \"40 chars\",\n\"time_worked\": null,\n\"universal_request\": \"9666e0c3c611227c017f673bcebef646\",\n\"upon_approval\": \"40 chars\",\n\"upon_reject\": \"40 chars\",\n\"urgency\": 9999999999999999999999999999999999999999,\n\"user_input\": null,\n\"variables\": null,\n\"watch_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"wf_activity\": \"ref_id\",\n\"work_end\": \"2014-11-12 04:51:19\",\n\"work_notes\": null,\n\"work_notes_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"work_start\": \"2014-11-12 04:51:19\"\n}",
285
+ "binding": {
286
+ "type": "zeebe:input",
287
+ "name": "body_change_request"
288
+ },
289
+ "condition": {
290
+ "allMatch": [
291
+ {
292
+ "property": "operationGroup",
293
+ "oneOf": ["create", "update"]
294
+ },
295
+ {
296
+ "property": "targetTable",
297
+ "equals": "change_request"
298
+ }
299
+ ]
300
+ },
301
+ "optional": true
302
+ },
303
+
304
+ {
305
+ "//": "create or update change_task",
306
+ "id": "payload_change_task",
307
+ "group": "input",
308
+ "label": "Payload",
309
+ "type": "Text",
310
+ "feel": "required",
311
+ "value": "={\n // Example payload fields\n // Replace or remove as needed\n \n \"active\": true,\n\"activity_due\": \"1970-04-02 18:26:17\",\n\"additional_assignee_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"approval\": \"40 chars\",\n\"approval_history\": null,\n\"approval_set\": \"2014-11-12 04:51:19\",\n\"assigned_to\": \"9666e0c3c611227c017f673bcebef646\",\n\"assignment_group\": \"9666e0c3c611227c017f673bcebef646\",\n\"backordered\": true,\n\"billable\": true,\n\"business_duration\": \"1970-04-02 18:26:17\",\n\"business_service\": \"9666e0c3c611227c017f673bcebef646\",\n\"calendar_duration\": \"1970-04-02 18:26:17\",\n\"cat_item\": \"9666e0c3c611227c017f673bcebef646\",\n\"close_notes\": \"4000 chars\",\n\"closed_at\": \"2014-11-12 04:51:19\",\n\"closed_by\": \"9666e0c3c611227c017f673bcebef646\",\n\"cmdb_ci\": \"9666e0c3c611227c017f673bcebef646\",\n\"comments\": null,\n\"comments_and_work_notes\": null,\n\"company\": \"9666e0c3c611227c017f673bcebef646\",\n\"configuration_item\": \"9666e0c3c611227c017f673bcebef646\",\n\"contact_type\": \"40 chars\",\n\"context\": \"9666e0c3c611227c017f673bcebef646\",\n\"contract\": \"9666e0c3c611227c017f673bcebef646\",\n\"correlation_display\": \"100 chars\",\n\"correlation_id\": \"100 chars\",\n\"delivery_plan\": \"9666e0c3c611227c017f673bcebef646\",\n\"delivery_task\": \"9666e0c3c611227c017f673bcebef646\",\n\"description\": \"4000 chars\",\n\"due_date\": \"2014-11-12 04:51:19\",\n\"escalation\": 9999999999999999999999999999999999999999,\n\"estimated_delivery\": \"2014-11-12 04:51:19\",\n\"expected_start\": \"2014-11-12 04:51:19\",\n\"flow_context\": \"9666e0c3c611227c017f673bcebef646\",\n\"follow_up\": \"2014-11-12 04:51:19\",\n\"group_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"impact\": 9999999999999999999999999999999999999999,\n\"knowledge\": true,\n\"location\": \"9666e0c3c611227c017f673bcebef646\",\n\"made_sla\": true,\n\"number\": \"40 chars\",\n\"opened_at\": \"2014-11-12 04:51:19\",\n\"opened_by\": \"9666e0c3c611227c017f673bcebef646\",\n\"order\": 9999999999999999999999999999999999999999,\n\"order_guide\": \"9666e0c3c611227c017f673bcebef646\",\n\"parent\": \"9666e0c3c611227c017f673bcebef646\",\n\"price\": 0.00,\n\"priority\": 9999999999999999999999999999999999999999,\n\"quantity\": 9999999999999999999999999999999999999999,\n\"reassignment_count\": 9999999999999999999999999999999999999999,\n\"recurring_frequency\": null,\n\"recurring_price\": 0.00,\n\"rejection_goto\": \"ref_id\",\n\"request\": \"9666e0c3c611227c017f673bcebef646\",\n\"requested_for\": \"9666e0c3c611227c017f673bcebef646\",\n\"route_reason\": 9999999999999999999999999999999999999999,\n\"sc_catalog\": \"9666e0c3c611227c017f673bcebef646\",\n\"service_offering\": \"9666e0c3c611227c017f673bcebef646\",\n\"short_description\": \"160 chars\",\n\"sla_due\": \"1970-04-02 18:26:17\",\n\"stage\": null,\n\"state\": 9999999999999999999999999999999999999999,\n\"sys_class_name\": null,\n\"sys_created_by\": \"40 chars\",\n\"sys_created_on\": \"2014-11-12 04:51:19\",\n\"sys_domain\": \"global\",\n\"sys_domain_path\": null,\n\"sys_id\": null,\n\"sys_mod_count\": 9999999999999999999999999999999999999999,\n\"sys_updated_by\": \"40 chars\",\n\"sys_updated_on\": \"2014-11-12 04:51:19\",\n\"task_effective_number\": \"40 chars\",\n\"time_worked\": null,\n\"universal_request\": \"9666e0c3c611227c017f673bcebef646\",\n\"upon_approval\": \"40 chars\",\n\"upon_reject\": \"40 chars\",\n\"urgency\": 9999999999999999999999999999999999999999,\n\"user_input\": null,\n\"variables\": null,\n\"watch_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"wf_activity\": \"ref_id\",\n\"work_end\": \"2014-11-12 04:51:19\",\n\"work_notes\": null,\n\"work_notes_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"work_start\": \"2014-11-12 04:51:19\"\n}",
312
+ "binding": {
313
+ "type": "zeebe:input",
314
+ "name": "body_change_task"
315
+ },
316
+ "condition": {
317
+ "allMatch": [
318
+ {
319
+ "property": "operationGroup",
320
+ "oneOf": ["create", "update"]
321
+ },
322
+ {
323
+ "property": "targetTable",
324
+ "equals": "change_task"
325
+ }
326
+ ]
327
+ },
328
+ "optional": true
329
+ },
330
+
331
+ {
332
+ "//": "create or update sc_request",
333
+ "id": "payload_sc_request",
334
+ "group": "input",
335
+ "label": "Payload",
336
+ "type": "Text",
337
+ "feel": "required",
338
+ "value": "={\n // Example payload fields\n // Replace or remove as needed\n \n \"active\": true,\n\"activity_due\": \"1970-04-02 18:26:17\",\n\"additional_assignee_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"approval\": \"40 chars\",\n\"approval_history\": null,\n\"approval_set\": \"2014-11-12 04:51:19\",\n\"assigned_to\": \"9666e0c3c611227c017f673bcebef646\",\n\"assignment_group\": \"9666e0c3c611227c017f673bcebef646\",\n\"backordered\": true,\n\"billable\": true,\n\"business_duration\": \"1970-04-02 18:26:17\",\n\"business_service\": \"9666e0c3c611227c017f673bcebef646\",\n\"calendar_duration\": \"1970-04-02 18:26:17\",\n\"cat_item\": \"9666e0c3c611227c017f673bcebef646\",\n\"close_notes\": \"4000 chars\",\n\"closed_at\": \"2014-11-12 04:51:19\",\n\"closed_by\": \"9666e0c3c611227c017f673bcebef646\",\n\"cmdb_ci\": \"9666e0c3c611227c017f673bcebef646\",\n\"comments\": null,\n\"comments_and_work_notes\": null,\n\"company\": \"9666e0c3c611227c017f673bcebef646\",\n\"configuration_item\": \"9666e0c3c611227c017f673bcebef646\",\n\"contact_type\": \"40 chars\",\n\"context\": \"9666e0c3c611227c017f673bcebef646\",\n\"contract\": \"9666e0c3c611227c017f673bcebef646\",\n\"correlation_display\": \"100 chars\",\n\"correlation_id\": \"100 chars\",\n\"delivery_plan\": \"9666e0c3c611227c017f673bcebef646\",\n\"delivery_task\": \"9666e0c3c611227c017f673bcebef646\",\n\"description\": \"4000 chars\",\n\"due_date\": \"2014-11-12 04:51:19\",\n\"escalation\": 9999999999999999999999999999999999999999,\n\"estimated_delivery\": \"2014-11-12 04:51:19\",\n\"expected_start\": \"2014-11-12 04:51:19\",\n\"flow_context\": \"9666e0c3c611227c017f673bcebef646\",\n\"follow_up\": \"2014-11-12 04:51:19\",\n\"group_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"impact\": 9999999999999999999999999999999999999999,\n\"knowledge\": true,\n\"location\": \"9666e0c3c611227c017f673bcebef646\",\n\"made_sla\": true,\n\"number\": \"40 chars\",\n\"opened_at\": \"2014-11-12 04:51:19\",\n\"opened_by\": \"9666e0c3c611227c017f673bcebef646\",\n\"order\": 9999999999999999999999999999999999999999,\n\"order_guide\": \"9666e0c3c611227c017f673bcebef646\",\n\"parent\": \"9666e0c3c611227c017f673bcebef646\",\n\"price\": 0.00,\n\"priority\": 9999999999999999999999999999999999999999,\n\"quantity\": 9999999999999999999999999999999999999999,\n\"reassignment_count\": 9999999999999999999999999999999999999999,\n\"recurring_frequency\": null,\n\"recurring_price\": 0.00,\n\"rejection_goto\": \"ref_id\",\n\"request\": \"9666e0c3c611227c017f673bcebef646\",\n\"requested_for\": \"9666e0c3c611227c017f673bcebef646\",\n\"route_reason\": 9999999999999999999999999999999999999999,\n\"sc_catalog\": \"9666e0c3c611227c017f673bcebef646\",\n\"service_offering\": \"9666e0c3c611227c017f673bcebef646\",\n\"short_description\": \"160 chars\",\n\"sla_due\": \"1970-04-02 18:26:17\",\n\"stage\": null,\n\"state\": 9999999999999999999999999999999999999999,\n\"sys_class_name\": null,\n\"sys_created_by\": \"40 chars\",\n\"sys_created_on\": \"2014-11-12 04:51:19\",\n\"sys_domain\": \"global\",\n\"sys_domain_path\": null,\n\"sys_id\": null,\n\"sys_mod_count\": 9999999999999999999999999999999999999999,\n\"sys_updated_by\": \"40 chars\",\n\"sys_updated_on\": \"2014-11-12 04:51:19\",\n\"task_effective_number\": \"40 chars\",\n\"time_worked\": null,\n\"universal_request\": \"9666e0c3c611227c017f673bcebef646\",\n\"upon_approval\": \"40 chars\",\n\"upon_reject\": \"40 chars\",\n\"urgency\": 9999999999999999999999999999999999999999,\n\"user_input\": null,\n\"variables\": null,\n\"watch_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"wf_activity\": \"ref_id\",\n\"work_end\": \"2014-11-12 04:51:19\",\n\"work_notes\": null,\n\"work_notes_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"work_start\": \"2014-11-12 04:51:19\"\n}",
339
+ "binding": {
340
+ "type": "zeebe:input",
341
+ "name": "body_sc_request"
342
+ },
343
+ "condition": {
344
+ "allMatch": [
345
+ {
346
+ "property": "operationGroup",
347
+ "oneOf": ["create", "update"]
348
+ },
349
+ {
350
+ "property": "targetTable",
351
+ "equals": "sc_request"
352
+ }
353
+ ]
354
+ },
355
+ "optional": true
356
+ },
357
+
358
+ {
359
+ "//": "create or update sc_task",
360
+ "id": "payload_sc_task",
361
+ "group": "input",
362
+ "label": "Payload",
363
+ "type": "Text",
364
+ "feel": "required",
365
+ "value": "={\n // Example payload fields\n // Replace or remove as needed\n \n \"active\": true,\n\"activity_due\": \"1970-04-02 18:26:17\",\n\"additional_assignee_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"approval\": \"40 chars\",\n\"approval_history\": null,\n\"approval_set\": \"2014-11-12 04:51:19\",\n\"assigned_to\": \"9666e0c3c611227c017f673bcebef646\",\n\"assignment_group\": \"9666e0c3c611227c017f673bcebef646\",\n\"backordered\": true,\n\"billable\": true,\n\"business_duration\": \"1970-04-02 18:26:17\",\n\"business_service\": \"9666e0c3c611227c017f673bcebef646\",\n\"calendar_duration\": \"1970-04-02 18:26:17\",\n\"cat_item\": \"9666e0c3c611227c017f673bcebef646\",\n\"close_notes\": \"4000 chars\",\n\"closed_at\": \"2014-11-12 04:51:19\",\n\"closed_by\": \"9666e0c3c611227c017f673bcebef646\",\n\"cmdb_ci\": \"9666e0c3c611227c017f673bcebef646\",\n\"comments\": null,\n\"comments_and_work_notes\": null,\n\"company\": \"9666e0c3c611227c017f673bcebef646\",\n\"configuration_item\": \"9666e0c3c611227c017f673bcebef646\",\n\"contact_type\": \"40 chars\",\n\"context\": \"9666e0c3c611227c017f673bcebef646\",\n\"contract\": \"9666e0c3c611227c017f673bcebef646\",\n\"correlation_display\": \"100 chars\",\n\"correlation_id\": \"100 chars\",\n\"delivery_plan\": \"9666e0c3c611227c017f673bcebef646\",\n\"delivery_task\": \"9666e0c3c611227c017f673bcebef646\",\n\"description\": \"4000 chars\",\n\"due_date\": \"2014-11-12 04:51:19\",\n\"escalation\": 9999999999999999999999999999999999999999,\n\"estimated_delivery\": \"2014-11-12 04:51:19\",\n\"expected_start\": \"2014-11-12 04:51:19\",\n\"flow_context\": \"9666e0c3c611227c017f673bcebef646\",\n\"follow_up\": \"2014-11-12 04:51:19\",\n\"group_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"impact\": 9999999999999999999999999999999999999999,\n\"knowledge\": true,\n\"location\": \"9666e0c3c611227c017f673bcebef646\",\n\"made_sla\": true,\n\"number\": \"40 chars\",\n\"opened_at\": \"2014-11-12 04:51:19\",\n\"opened_by\": \"9666e0c3c611227c017f673bcebef646\",\n\"order\": 9999999999999999999999999999999999999999,\n\"order_guide\": \"9666e0c3c611227c017f673bcebef646\",\n\"parent\": \"9666e0c3c611227c017f673bcebef646\",\n\"price\": 0.00,\n\"priority\": 9999999999999999999999999999999999999999,\n\"quantity\": 9999999999999999999999999999999999999999,\n\"reassignment_count\": 9999999999999999999999999999999999999999,\n\"recurring_frequency\": null,\n\"recurring_price\": 0.00,\n\"rejection_goto\": \"ref_id\",\n\"request\": \"9666e0c3c611227c017f673bcebef646\",\n\"requested_for\": \"9666e0c3c611227c017f673bcebef646\",\n\"route_reason\": 9999999999999999999999999999999999999999,\n\"sc_catalog\": \"9666e0c3c611227c017f673bcebef646\",\n\"service_offering\": \"9666e0c3c611227c017f673bcebef646\",\n\"short_description\": \"160 chars\",\n\"sla_due\": \"1970-04-02 18:26:17\",\n\"stage\": null,\n\"state\": 9999999999999999999999999999999999999999,\n\"sys_class_name\": null,\n\"sys_created_by\": \"40 chars\",\n\"sys_created_on\": \"2014-11-12 04:51:19\",\n\"sys_domain\": \"global\",\n\"sys_domain_path\": null,\n\"sys_id\": null,\n\"sys_mod_count\": 9999999999999999999999999999999999999999,\n\"sys_updated_by\": \"40 chars\",\n\"sys_updated_on\": \"2014-11-12 04:51:19\",\n\"task_effective_number\": \"40 chars\",\n\"time_worked\": null,\n\"universal_request\": \"9666e0c3c611227c017f673bcebef646\",\n\"upon_approval\": \"40 chars\",\n\"upon_reject\": \"40 chars\",\n\"urgency\": 9999999999999999999999999999999999999999,\n\"user_input\": null,\n\"variables\": null,\n\"watch_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"wf_activity\": \"ref_id\",\n\"work_end\": \"2014-11-12 04:51:19\",\n\"work_notes\": null,\n\"work_notes_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"work_start\": \"2014-11-12 04:51:19\"\n}",
366
+ "binding": {
367
+ "type": "zeebe:input",
368
+ "name": "body_sc_task"
369
+ },
370
+ "condition": {
371
+ "allMatch": [
372
+ {
373
+ "property": "operationGroup",
374
+ "oneOf": ["create", "update"]
375
+ },
376
+ {
377
+ "property": "targetTable",
378
+ "equals": "sc_task"
379
+ }
380
+ ]
381
+ },
382
+ "optional": true
383
+ },
384
+
385
+ {
386
+ "//": "create or update incident",
387
+ "id": "payload_incident",
388
+ "group": "input",
389
+ "label": "Payload",
390
+ "type": "Text",
391
+ "feel": "required",
392
+ "value": "={\n // Example payload fields\n // Replace or remove as needed\n \n \"active\": true,\n\"activity_due\": \"1970-04-02 18:26:17\",\n\"additional_assignee_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"approval\": \"40 chars\",\n\"approval_history\": null,\n\"approval_set\": \"2014-11-12 04:51:19\",\n\"assigned_to\": \"9666e0c3c611227c017f673bcebef646\",\n\"assignment_group\": \"9666e0c3c611227c017f673bcebef646\",\n\"backordered\": true,\n\"billable\": true,\n\"business_duration\": \"1970-04-02 18:26:17\",\n\"business_service\": \"9666e0c3c611227c017f673bcebef646\",\n\"calendar_duration\": \"1970-04-02 18:26:17\",\n\"cat_item\": \"9666e0c3c611227c017f673bcebef646\",\n\"close_notes\": \"4000 chars\",\n\"closed_at\": \"2014-11-12 04:51:19\",\n\"closed_by\": \"9666e0c3c611227c017f673bcebef646\",\n\"cmdb_ci\": \"9666e0c3c611227c017f673bcebef646\",\n\"comments\": null,\n\"comments_and_work_notes\": null,\n\"company\": \"9666e0c3c611227c017f673bcebef646\",\n\"configuration_item\": \"9666e0c3c611227c017f673bcebef646\",\n\"contact_type\": \"40 chars\",\n\"context\": \"9666e0c3c611227c017f673bcebef646\",\n\"contract\": \"9666e0c3c611227c017f673bcebef646\",\n\"correlation_display\": \"100 chars\",\n\"correlation_id\": \"100 chars\",\n\"delivery_plan\": \"9666e0c3c611227c017f673bcebef646\",\n\"delivery_task\": \"9666e0c3c611227c017f673bcebef646\",\n\"description\": \"4000 chars\",\n\"due_date\": \"2014-11-12 04:51:19\",\n\"escalation\": 9999999999999999999999999999999999999999,\n\"estimated_delivery\": \"2014-11-12 04:51:19\",\n\"expected_start\": \"2014-11-12 04:51:19\",\n\"flow_context\": \"9666e0c3c611227c017f673bcebef646\",\n\"follow_up\": \"2014-11-12 04:51:19\",\n\"group_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"impact\": 9999999999999999999999999999999999999999,\n\"knowledge\": true,\n\"location\": \"9666e0c3c611227c017f673bcebef646\",\n\"made_sla\": true,\n\"number\": \"40 chars\",\n\"opened_at\": \"2014-11-12 04:51:19\",\n\"opened_by\": \"9666e0c3c611227c017f673bcebef646\",\n\"order\": 9999999999999999999999999999999999999999,\n\"order_guide\": \"9666e0c3c611227c017f673bcebef646\",\n\"parent\": \"9666e0c3c611227c017f673bcebef646\",\n\"price\": 0.00,\n\"priority\": 9999999999999999999999999999999999999999,\n\"quantity\": 9999999999999999999999999999999999999999,\n\"reassignment_count\": 9999999999999999999999999999999999999999,\n\"recurring_frequency\": null,\n\"recurring_price\": 0.00,\n\"rejection_goto\": \"ref_id\",\n\"request\": \"9666e0c3c611227c017f673bcebef646\",\n\"requested_for\": \"9666e0c3c611227c017f673bcebef646\",\n\"route_reason\": 9999999999999999999999999999999999999999,\n\"sc_catalog\": \"9666e0c3c611227c017f673bcebef646\",\n\"service_offering\": \"9666e0c3c611227c017f673bcebef646\",\n\"short_description\": \"160 chars\",\n\"sla_due\": \"1970-04-02 18:26:17\",\n\"stage\": null,\n\"state\": 9999999999999999999999999999999999999999,\n\"sys_class_name\": null,\n\"sys_created_by\": \"40 chars\",\n\"sys_created_on\": \"2014-11-12 04:51:19\",\n\"sys_domain\": \"global\",\n\"sys_domain_path\": null,\n\"sys_id\": null,\n\"sys_mod_count\": 9999999999999999999999999999999999999999,\n\"sys_updated_by\": \"40 chars\",\n\"sys_updated_on\": \"2014-11-12 04:51:19\",\n\"task_effective_number\": \"40 chars\",\n\"time_worked\": null,\n\"universal_request\": \"9666e0c3c611227c017f673bcebef646\",\n\"upon_approval\": \"40 chars\",\n\"upon_reject\": \"40 chars\",\n\"urgency\": 9999999999999999999999999999999999999999,\n\"user_input\": null,\n\"variables\": null,\n\"watch_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"wf_activity\": \"ref_id\",\n\"work_end\": \"2014-11-12 04:51:19\",\n\"work_notes\": null,\n\"work_notes_list\": \"6816f79cc0a8016401c5a33be04be441\",\n\"work_start\": \"2014-11-12 04:51:19\"\n}",
393
+ "binding": {
394
+ "type": "zeebe:input",
395
+ "name": "body_incident"
396
+ },
397
+ "condition": {
398
+ "allMatch": [
399
+ {
400
+ "property": "operationGroup",
401
+ "oneOf": ["create", "update"]
402
+ },
403
+ {
404
+ "property": "targetTable",
405
+ "equals": "incident"
406
+ }
407
+ ]
408
+ },
409
+ "optional": true
410
+ },
411
+
412
+ {
413
+ "//": "create or update __custom",
414
+ "id": "payload___custom",
415
+ "group": "input",
416
+ "label": "Payload",
417
+ "type": "Text",
418
+ "feel": "required",
419
+ "value": "={ }",
420
+ "binding": {
421
+ "type": "zeebe:input",
422
+ "name": "body__custom"
423
+ },
424
+ "condition": {
425
+ "allMatch": [
426
+ {
427
+ "property": "operationGroup",
428
+ "oneOf": ["create", "update"]
429
+ },
430
+ {
431
+ "property": "targetTable",
432
+ "equals": "__custom"
433
+ }
434
+ ]
435
+ },
436
+ "optional": true
437
+ },
438
+
439
+ {
440
+ "//": "this sets the actual request body for a write request to the ServiceNow API",
441
+ "group": "input",
442
+ "type": "Hidden",
443
+ "value": "={\n \"variables\": [body_sc_req_item, body_change_request, body_change_task, body_sc_request, body_sc_task, body_incident, body__custom],\n \"result\": variables[item != null][1]\n}.result",
444
+ "binding": {
445
+ "type": "zeebe:input",
446
+ "name": "body"
447
+ },
448
+ "condition": {
449
+ "property": "operationGroup",
450
+ "oneOf": ["create", "update"]
451
+ },
452
+ "optional": true
453
+ },
454
+
455
+ {
456
+ "id": "authentication.type",
457
+ "label": "Type",
458
+ "description": "Choose the authentication type. Select 'None' if no authentication is necessary",
459
+ "value": "basic",
460
+ "group": "authentication",
461
+ "binding": {
462
+ "name": "authentication.type",
463
+ "type": "zeebe:input"
464
+ },
465
+ "type": "Hidden",
466
+ "choices": [
467
+ {
468
+ "name": "API key",
469
+ "value": "apiKey"
470
+ },
471
+ {
472
+ "name": "Basic",
473
+ "value": "basic"
474
+ },
475
+ {
476
+ "name": "Bearer token",
477
+ "value": "bearer"
478
+ },
479
+ {
480
+ "name": "None",
481
+ "value": "noAuth"
482
+ },
483
+ {
484
+ "name": "OAuth 2.0",
485
+ "value": "oauth-client-credentials-flow"
486
+ }
487
+ ]
488
+ },
489
+ {
490
+ "id": "authentication.apiKeyLocation",
491
+ "label": "Api key location",
492
+ "description": "Choose type: Send API key in header or as query parameter.",
493
+ "optional": false,
494
+ "value": "headers",
495
+ "constraints": {
496
+ "notEmpty": true
497
+ },
498
+ "group": "authentication",
499
+ "binding": {
500
+ "name": "authentication.apiKeyLocation",
501
+ "type": "zeebe:input"
502
+ },
503
+ "condition": {
504
+ "property": "authentication.type",
505
+ "equals": "apiKey",
506
+ "type": "simple"
507
+ },
508
+ "type": "Dropdown",
509
+ "choices": [
510
+ {
511
+ "name": "Headers",
512
+ "value": "headers"
513
+ },
514
+ {
515
+ "name": "Query parameters",
516
+ "value": "query"
517
+ }
518
+ ]
519
+ },
520
+ {
521
+ "id": "authentication.name",
522
+ "label": "API key name",
523
+ "optional": false,
524
+ "constraints": {
525
+ "notEmpty": true
526
+ },
527
+ "feel": "optional",
528
+ "group": "authentication",
529
+ "binding": {
530
+ "name": "authentication.name",
531
+ "type": "zeebe:input"
532
+ },
533
+ "condition": {
534
+ "property": "authentication.type",
535
+ "equals": "apiKey",
536
+ "type": "simple"
537
+ },
538
+ "type": "String"
539
+ },
540
+ {
541
+ "id": "authentication.value",
542
+ "label": "API key value",
543
+ "optional": false,
544
+ "constraints": {
545
+ "notEmpty": true
546
+ },
547
+ "feel": "optional",
548
+ "group": "authentication",
549
+ "binding": {
550
+ "name": "authentication.value",
551
+ "type": "zeebe:input"
552
+ },
553
+ "condition": {
554
+ "property": "authentication.type",
555
+ "equals": "apiKey",
556
+ "type": "simple"
557
+ },
558
+ "type": "String"
559
+ },
560
+ {
561
+ "id": "authentication.username",
562
+ "label": "Username",
563
+ "optional": false,
564
+ "constraints": {
565
+ "notEmpty": true
566
+ },
567
+ "feel": "optional",
568
+ "group": "authentication",
569
+ "binding": {
570
+ "name": "authentication.username",
571
+ "type": "zeebe:input"
572
+ },
573
+ "condition": {
574
+ "property": "authentication.type",
575
+ "equals": "basic",
576
+ "type": "simple"
577
+ },
578
+ "type": "String"
579
+ },
580
+ {
581
+ "id": "authentication.password",
582
+ "label": "Password",
583
+ "optional": false,
584
+ "constraints": {
585
+ "notEmpty": true
586
+ },
587
+ "feel": "optional",
588
+ "group": "authentication",
589
+ "binding": {
590
+ "name": "authentication.password",
591
+ "type": "zeebe:input"
592
+ },
593
+ "condition": {
594
+ "property": "authentication.type",
595
+ "equals": "basic",
596
+ "type": "simple"
597
+ },
598
+ "type": "String"
599
+ },
600
+ {
601
+ "id": "authentication.token",
602
+ "label": "Bearer token",
603
+ "optional": false,
604
+ "constraints": {
605
+ "notEmpty": true
606
+ },
607
+ "feel": "optional",
608
+ "group": "authentication",
609
+ "binding": {
610
+ "name": "authentication.token",
611
+ "type": "zeebe:input"
612
+ },
613
+ "condition": {
614
+ "property": "authentication.type",
615
+ "equals": "bearer",
616
+ "type": "simple"
617
+ },
618
+ "type": "String"
619
+ },
620
+ {
621
+ "id": "authentication.oauthTokenEndpoint",
622
+ "label": "OAuth 2.0 token endpoint",
623
+ "description": "The OAuth token endpoint",
624
+ "optional": false,
625
+ "constraints": {
626
+ "notEmpty": true,
627
+ "pattern": {
628
+ "value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
629
+ "message": "Must be a http(s) URL"
630
+ }
631
+ },
632
+ "feel": "optional",
633
+ "group": "authentication",
634
+ "binding": {
635
+ "name": "authentication.oauthTokenEndpoint",
636
+ "type": "zeebe:input"
637
+ },
638
+ "condition": {
639
+ "property": "authentication.type",
640
+ "equals": "oauth-client-credentials-flow",
641
+ "type": "simple"
642
+ },
643
+ "type": "String"
644
+ },
645
+ {
646
+ "id": "authentication.clientId",
647
+ "label": "Client ID",
648
+ "description": "Your application's client ID from the OAuth client",
649
+ "optional": false,
650
+ "constraints": {
651
+ "notEmpty": true
652
+ },
653
+ "feel": "optional",
654
+ "group": "authentication",
655
+ "binding": {
656
+ "name": "authentication.clientId",
657
+ "type": "zeebe:input"
658
+ },
659
+ "condition": {
660
+ "property": "authentication.type",
661
+ "equals": "oauth-client-credentials-flow",
662
+ "type": "simple"
663
+ },
664
+ "type": "String"
665
+ },
666
+ {
667
+ "id": "authentication.clientSecret",
668
+ "label": "Client secret",
669
+ "description": "Your application's client secret from the OAuth client",
670
+ "optional": false,
671
+ "constraints": {
672
+ "notEmpty": true
673
+ },
674
+ "feel": "optional",
675
+ "group": "authentication",
676
+ "binding": {
677
+ "name": "authentication.clientSecret",
678
+ "type": "zeebe:input"
679
+ },
680
+ "condition": {
681
+ "property": "authentication.type",
682
+ "equals": "oauth-client-credentials-flow",
683
+ "type": "simple"
684
+ },
685
+ "type": "String"
686
+ },
687
+ {
688
+ "id": "authentication.audience",
689
+ "label": "Audience",
690
+ "description": "The unique identifier of the target API you want to access",
691
+ "optional": true,
692
+ "feel": "optional",
693
+ "group": "authentication",
694
+ "binding": {
695
+ "name": "authentication.audience",
696
+ "type": "zeebe:input"
697
+ },
698
+ "condition": {
699
+ "property": "authentication.type",
700
+ "equals": "oauth-client-credentials-flow",
701
+ "type": "simple"
702
+ },
703
+ "type": "String"
704
+ },
705
+ {
706
+ "id": "authentication.clientAuthentication",
707
+ "label": "Client authentication",
708
+ "description": "Send client ID and client secret as Basic Auth request in the header, or as client credentials in the request body",
709
+ "optional": false,
710
+ "constraints": {
711
+ "notEmpty": true
712
+ },
713
+ "group": "authentication",
714
+ "binding": {
715
+ "name": "authentication.clientAuthentication",
716
+ "type": "zeebe:input"
717
+ },
718
+ "condition": {
719
+ "property": "authentication.type",
720
+ "equals": "oauth-client-credentials-flow",
721
+ "type": "simple"
722
+ },
723
+ "type": "Dropdown",
724
+ "choices": [
725
+ {
726
+ "name": "Send client credentials in body",
727
+ "value": "credentialsBody"
728
+ },
729
+ {
730
+ "name": "Send as Basic Auth header",
731
+ "value": "basicAuthHeader"
732
+ }
733
+ ]
734
+ },
735
+ {
736
+ "id": "authentication.scopes",
737
+ "label": "Scopes",
738
+ "description": "The scopes which you want to request authorization for (e.g.read:contacts)",
739
+ "optional": true,
740
+ "feel": "optional",
741
+ "group": "authentication",
742
+ "binding": {
743
+ "name": "authentication.scopes",
744
+ "type": "zeebe:input"
745
+ },
746
+ "condition": {
747
+ "property": "authentication.type",
748
+ "equals": "oauth-client-credentials-flow",
749
+ "type": "simple"
750
+ },
751
+ "type": "String"
752
+ },
753
+
754
+ {
755
+ "id": "method",
756
+ "label": "Method",
757
+ "optional": false,
758
+ "value": "={\n \"operationMap\": [\n {\n \"value\":\"read\",\n \"mapsTo\": \"GET\"\n },\n {\n \"value\":\"update\",\n \"mapsTo\": \"PATCH\"\n },\n {\n \"value\":\"create\",\n \"mapsTo\": \"POST\"\n },\n {\n \"value\":\"delete\",\n \"mapsTo\": \"DELETE\"\n }\n ],\n \"result\": operationMap[value = operationGroup].mapsTo[1]\n}.result",
759
+ "constraints": {
760
+ "notEmpty": true
761
+ },
762
+ "group": "endpoint",
763
+ "binding": {
764
+ "name": "method",
765
+ "type": "zeebe:input"
766
+ },
767
+ "type": "Hidden"
768
+ },
769
+ {
770
+ "id": "url",
771
+ "label": "URL",
772
+ "optional": false,
773
+ "constraints": {
774
+ "notEmpty": true,
775
+ "pattern": {
776
+ "value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
777
+ "message": "Must be a http(s) URL"
778
+ }
779
+ },
780
+ "group": "endpoint",
781
+ "binding": {
782
+ "name": "url",
783
+ "type": "zeebe:input"
784
+ },
785
+ "type": "Hidden",
786
+ "value": "={\n \"baseUrl\": \"https://\" + snInstance + \".service-now.com/api/now/table/\",\n \"table\": if targetTable = \"__custom\" then customRequestTarget else targetTable ,\n \"updateOrDeleteSysId\": if updateTarget != null then updateTarget else (if deleteTarget != null then deleteTarget else null) ,\n \"fullUrl\": baseUrl + table + (if updateOrDeleteSysId != null then \"/\" + updateOrDeleteSysId else \"\")\n}.fullUrl"
787
+ },
788
+
789
+ {
790
+ "id": "headers",
791
+ "label": "Headers",
792
+ "description": "Map of HTTP headers to add to the request",
793
+ "optional": true,
794
+ "group": "endpoint",
795
+ "binding": {
796
+ "name": "headers",
797
+ "type": "zeebe:input"
798
+ },
799
+ "type": "Hidden"
800
+ },
801
+ {
802
+ "id": "queryParameters",
803
+ "label": "Query parameters",
804
+ "description": "Map of query parameters to add to the request URL",
805
+ "optional": true,
806
+ "group": "endpoint",
807
+ "binding": {
808
+ "name": "queryParameters",
809
+ "type": "zeebe:input"
810
+ },
811
+ "type": "Hidden",
812
+ "value": "={ \"sysparm_query\": if sysparm_query != null then replace(sysparm_query, \" \", \"\") else null , \"sysparm_fields\": if sysparm_fields != null then replace(sysparm_fields, \" \", \"\") else null , \"sysparm_limit\": if sysparm_limit != null then sysparm_limit else null }",
813
+ "condition": {
814
+ "property": "operationGroup",
815
+ "equals": "read"
816
+ }
817
+ },
818
+
819
+ {
820
+ "id": "storeResponse",
821
+ "label": "Store response",
822
+ "description": "Store the response as a document in the document store",
823
+ "optional": false,
824
+ "value": "=false",
825
+ "group": "endpoint",
826
+ "binding": {
827
+ "name": "storeResponse",
828
+ "type": "zeebe:input"
829
+ },
830
+ "type": "Hidden"
831
+ },
832
+ {
833
+ "id": "skipEncoding",
834
+ "label": "Skip URL encoding",
835
+ "description": "Skip the default URL decoding and encoding behavior",
836
+ "optional": true,
837
+ "value": "=true",
838
+ "group": "endpoint",
839
+ "binding": {
840
+ "name": "skipEncoding",
841
+ "type": "zeebe:input"
842
+ },
843
+ "type": "Hidden"
844
+ },
845
+ {
846
+ "id": "connectionTimeoutInSeconds",
847
+ "label": "Connection timeout in seconds",
848
+ "description": "Defines the connection timeout in seconds, or 0 for an infinite timeout",
849
+ "optional": false,
850
+ "value": "=20",
851
+ "constraints": {
852
+ "notEmpty": true,
853
+ "pattern": {
854
+ "value": "^\\d+$",
855
+ "message": "Must be a number"
856
+ }
857
+ },
858
+ "feel": "static",
859
+ "group": "timeout",
860
+ "binding": {
861
+ "name": "connectionTimeoutInSeconds",
862
+ "type": "zeebe:input"
863
+ },
864
+ "type": "Number"
865
+ },
866
+ {
867
+ "id": "readTimeoutInSeconds",
868
+ "label": "Read timeout in seconds",
869
+ "description": "Timeout in seconds to read data from an established connection or 0 for an infinite timeout",
870
+ "optional": false,
871
+ "value": "=20",
872
+ "constraints": {
873
+ "notEmpty": true,
874
+ "pattern": {
875
+ "value": "^\\d+$",
876
+ "message": "Must be a number"
877
+ }
878
+ },
879
+ "feel": "static",
880
+ "group": "timeout",
881
+ "binding": {
882
+ "name": "readTimeoutInSeconds",
883
+ "type": "zeebe:input"
884
+ },
885
+ "type": "Number"
886
+ },
887
+
888
+ {
889
+ "id": "resultVariable",
890
+ "label": "Result variable",
891
+ "description": "Name of variable to store the response in",
892
+ "group": "output",
893
+ "binding": {
894
+ "key": "resultVariable",
895
+ "type": "zeebe:taskHeader"
896
+ },
897
+ "type": "String",
898
+ "value": "snQueryResult"
899
+ },
900
+ {
901
+ "id": "resultExpression",
902
+ "label": "Result expression",
903
+ "description": "Expression to map the response into process variables",
904
+ "feel": "required",
905
+ "group": "output",
906
+ "binding": {
907
+ "key": "resultExpression",
908
+ "type": "zeebe:taskHeader"
909
+ },
910
+ "type": "Text"
911
+ },
912
+ {
913
+ "id": "errorExpression",
914
+ "label": "Error expression",
915
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
916
+ "feel": "required",
917
+ "group": "error",
918
+ "binding": {
919
+ "key": "errorExpression",
920
+ "type": "zeebe:taskHeader"
921
+ },
922
+ "type": "Text"
923
+ },
924
+ {
925
+ "id": "retryCount",
926
+ "label": "Retries",
927
+ "description": "Number of retries",
928
+ "value": "3",
929
+ "feel": "optional",
930
+ "group": "retries",
931
+ "binding": {
932
+ "property": "retries",
933
+ "type": "zeebe:taskDefinition"
934
+ },
935
+ "type": "String"
936
+ },
937
+ {
938
+ "id": "retryBackoff",
939
+ "label": "Retry backoff",
940
+ "description": "ISO-8601 duration to wait between retries",
941
+ "value": "PT0S",
942
+ "group": "retries",
943
+ "binding": {
944
+ "key": "retryBackoff",
945
+ "type": "zeebe:taskHeader"
946
+ },
947
+ "type": "String"
948
+ }
949
+ ],
950
+ "icon": {
951
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjAxIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bXVsdGlwbHkiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNTUuOTkzIDQwOS4zODhDMTgxLjU4OCA0MDkuMzg4IDEzMC42NTQgMzUzLjI5MiAxMzAuNjU0IDI4My45MDhDMTMwLjY1NCAyMTQuNDkxIDE4MS41ODggMTU3LjQ1NSAyNTUuOTkzIDE1Ny40NTVDMzMwLjQ0IDE1Ny40NTUgMzgxLjMzMyAyMTQuNDkxIDM4MS4zMzMgMjgzLjkwOEMzODEuMzMzIDM1My4yOTIgMzMwLjQ0IDQwOS4zODggMjU1Ljk5MyA0MDkuMzg4Wk0yNTcuNDU5IDMxLjQ5NjdDMTIwLjA4OSAzMC43MDE5IDYuNDc1NDUgMTQzLjI0NCA1LjMxNTA5IDI4MS4yOTZDNC43MjQ3NCAzNTQuMzc0IDM1LjA5NzggNDIwLjM1MSA4NC4wNTY4IDQ2Ni43NDJDMTAxLjg2OSA0ODMuNjA1IDEyOS4zOTIgNDg1LjI0NSAxNDguNjkxIDQ3MC4xNjZDMTc3LjIzMiA0NDcuODU4IDIxMy44NzQgNDM0LjU3IDI1NS45OTMgNDM0LjU3QzI5OC4xMTIgNDM0LjU3IDMzNC43NTUgNDQ3Ljg2NiAzNjMuMjk2IDQ3MC4xNjZDMzgyLjc3OCA0ODUuMzcyIDQxMC40MDMgNDgzLjQyMiA0MjguMzE3IDQ2Ni4zNzZDNDc2LjU2NCA0MjAuNDYzIDUwNi42OTIgMzU1LjQ1NyA1MDYuNjkyIDI4My40MjJDNTA2LjY5MiAxNDQuNzg4IDM5NS4yMTYgMzIuMjkzNiAyNTcuNDU5IDMxLjQ5NjdaIiBmaWxsPSIjNkFDNjNGIi8+Cjwvc3ZnPgo="
952
+ }
953
+ },
2
954
  {
3
955
  "let": "try",
4
956
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
@@ -6,9 +958,25 @@
6
958
  "id": "io.camunda.connectors.ServiceNow.v1",
7
959
  "version": 1,
8
960
  "description": "Execute CRUD operations on any ServiceNow table",
9
- "metadata": {
10
- "keywords": []
11
- },
961
+ "keywords": [
962
+ "create record",
963
+ "read record",
964
+ "update record",
965
+ "delete record",
966
+ "create ticket",
967
+ "get ticket",
968
+ "update ticket",
969
+ "delete ticket",
970
+ "incident",
971
+ "change request",
972
+ "service request",
973
+ "ITSM",
974
+ "IT service management",
975
+ "catalog item",
976
+ "change management",
977
+ "change task",
978
+ "service catalog"
979
+ ],
12
980
  "documentationRef": "https://docs.camunda.io/docs/components/camunda-integrations/servicenow/connectors/outbound-connector/",
13
981
  "category": {
14
982
  "id": "connectors",