@camunda/connectors-element-templates 1.0.17 → 1.0.19

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 +4 -7
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
  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 +736 -739
  14. package/src/element-templates/asana-connector.json +759 -48
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
  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 +747 -10
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
  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 +238 -234
  30. package/src/element-templates/aws-s3-outbound-connector.json +646 -5
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
  32. package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
  34. package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
  37. package/src/element-templates/aws-sns-outbound-connector.json +581 -577
  38. package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
  40. package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
  43. package/src/element-templates/aws-sqs-start-message.json +461 -457
  44. package/src/element-templates/aws-textract-outbound-connector.json +109 -105
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +569 -24
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +13 -5
  50. package/src/element-templates/easy-post-connector.json +1077 -109
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +58 -50
  55. package/src/element-templates/email-outbound-connector.json +2116 -243
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
  57. package/src/element-templates/github-connector.json +15257 -11722
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
  60. package/src/element-templates/github-webhook-connector-message-start.json +11 -13
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +54 -56
  63. package/src/element-templates/gitlab-connector.json +4177 -2545
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
  65. package/src/element-templates/google-drive-outbound-connector.json +1386 -766
  66. package/src/element-templates/google-gemini-outbound-connector.json +13 -5
  67. package/src/element-templates/google-maps-platform-connector.json +1059 -30
  68. package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
  69. package/src/element-templates/graphql-outbound-connector.json +1744 -1735
  70. package/src/element-templates/http-json-connector.json +2982 -2332
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
  72. package/src/element-templates/http-polling-connector.json +1512 -1501
  73. package/src/element-templates/hubspot-outbound-connector.json +2371 -25
  74. package/src/element-templates/hugging-face-connector.json +234 -3
  75. package/src/element-templates/jdbc-outbound-connector.json +20 -6
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +518 -512
  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 +893 -10
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
  87. package/src/element-templates/openai-connector.json +550 -87
  88. package/src/element-templates/operate-connector.json +1198 -46
  89. package/src/element-templates/power-automate-connector.json +601 -9
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
  95. package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +544 -0
  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 +945 -337
  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 +490 -192
  106. package/src/element-templates/slack-inbound-intermediate.json +421 -123
  107. package/src/element-templates/slack-inbound-message-start.json +469 -139
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +216 -211
  110. package/src/element-templates/slack-outbound-connector.json +2451 -753
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1573 -93
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
  114. package/src/element-templates/twilio-webhook-connector.json +243 -13
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
  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 +594 -2
  119. package/src/element-templates/webhook-connector-boundary.json +580 -570
  120. package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
  121. package/src/element-templates/webhook-connector-receive.json +16 -6
  122. package/src/element-templates/webhook-connector-start-event.json +1382 -1375
  123. package/src/element-templates/webhook-connector-start-message.json +1306 -1296
  124. package/src/element-templates/whatsapp-connector.json +343 -9
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -6,9 +6,25 @@
6
6
  "id": "io.camunda.connectors.ServiceNow.v1",
7
7
  "version": 1,
8
8
  "description": "Execute CRUD operations on any ServiceNow table",
9
- "metadata": {
10
- "keywords": []
11
- },
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
+ ],
12
28
  "documentationRef": "https://docs.camunda.io/docs/components/camunda-integrations/servicenow/connectors/outbound-connector/",
13
29
  "category": {
14
30
  "id": "connectors",
@@ -938,5 +954,957 @@
938
954
  "icon": {
939
955
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjAxIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bXVsdGlwbHkiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNTUuOTkzIDQwOS4zODhDMTgxLjU4OCA0MDkuMzg4IDEzMC42NTQgMzUzLjI5MiAxMzAuNjU0IDI4My45MDhDMTMwLjY1NCAyMTQuNDkxIDE4MS41ODggMTU3LjQ1NSAyNTUuOTkzIDE1Ny40NTVDMzMwLjQ0IDE1Ny40NTUgMzgxLjMzMyAyMTQuNDkxIDM4MS4zMzMgMjgzLjkwOEMzODEuMzMzIDM1My4yOTIgMzMwLjQ0IDQwOS4zODggMjU1Ljk5MyA0MDkuMzg4Wk0yNTcuNDU5IDMxLjQ5NjdDMTIwLjA4OSAzMC43MDE5IDYuNDc1NDUgMTQzLjI0NCA1LjMxNTA5IDI4MS4yOTZDNC43MjQ3NCAzNTQuMzc0IDM1LjA5NzggNDIwLjM1MSA4NC4wNTY4IDQ2Ni43NDJDMTAxLjg2OSA0ODMuNjA1IDEyOS4zOTIgNDg1LjI0NSAxNDguNjkxIDQ3MC4xNjZDMTc3LjIzMiA0NDcuODU4IDIxMy44NzQgNDM0LjU3IDI1NS45OTMgNDM0LjU3QzI5OC4xMTIgNDM0LjU3IDMzNC43NTUgNDQ3Ljg2NiAzNjMuMjk2IDQ3MC4xNjZDMzgyLjc3OCA0ODUuMzcyIDQxMC40MDMgNDgzLjQyMiA0MjguMzE3IDQ2Ni4zNzZDNDc2LjU2NCA0MjAuNDYzIDUwNi42OTIgMzU1LjQ1NyA1MDYuNjkyIDI4My40MjJDNTA2LjY5MiAxNDQuNzg4IDM5NS4yMTYgMzIuMjkzNiAyNTcuNDU5IDMxLjQ5NjdaIiBmaWxsPSIjNkFDNjNGIi8+Cjwvc3ZnPgo="
940
956
  }
957
+ },
958
+ {
959
+ "let": "try",
960
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
961
+ "name": "ServiceNow Outbound Connector",
962
+ "id": "io.camunda.connectors.ServiceNow.v1",
963
+ "version": 2,
964
+ "description": "Execute CRUD operations on any ServiceNow table",
965
+ "keywords": [
966
+ "create record",
967
+ "read record",
968
+ "update record",
969
+ "delete record",
970
+ "create ticket",
971
+ "get ticket",
972
+ "update ticket",
973
+ "delete ticket",
974
+ "incident",
975
+ "change request",
976
+ "service request",
977
+ "ITSM",
978
+ "IT service management",
979
+ "catalog item",
980
+ "change management",
981
+ "change task",
982
+ "service catalog"
983
+ ],
984
+ "documentationRef": "https://docs.camunda.io/docs/components/camunda-integrations/servicenow/connectors/outbound-connector/",
985
+ "category": {
986
+ "id": "connectors",
987
+ "name": "Connectors"
988
+ },
989
+ "appliesTo": ["bpmn:Task"],
990
+ "elementType": {
991
+ "value": "bpmn:ServiceTask"
992
+ },
993
+ "groups": [
994
+ {
995
+ "id": "sn",
996
+ "label": "ServiceNow"
997
+ },
998
+ {
999
+ "id": "input",
1000
+ "label": "Input"
1001
+ },
1002
+ {
1003
+ "id": "authentication",
1004
+ "label": "Authentication"
1005
+ },
1006
+ {
1007
+ "id": "endpoint",
1008
+ "label": "HTTP endpoint"
1009
+ },
1010
+ {
1011
+ "id": "timeout",
1012
+ "label": "Connection timeout"
1013
+ },
1014
+ {
1015
+ "id": "output",
1016
+ "label": "Output mapping"
1017
+ },
1018
+ {
1019
+ "id": "error",
1020
+ "label": "Error handling"
1021
+ },
1022
+ {
1023
+ "id": "retries",
1024
+ "label": "Retries"
1025
+ }
1026
+ ],
1027
+ "properties": [
1028
+ {
1029
+ "value": "io.camunda:http-json:1",
1030
+ "binding": {
1031
+ "property": "type",
1032
+ "type": "zeebe:taskDefinition"
1033
+ },
1034
+ "type": "Hidden"
1035
+ },
1036
+ {
1037
+ "id": "snInstance",
1038
+ "label": "Instance name",
1039
+ "description": "Enter only the instance name from your ServiceNow URL",
1040
+ "optional": false,
1041
+ "feel": "optional",
1042
+ "group": "sn",
1043
+ "binding": {
1044
+ "name": "snInstance",
1045
+ "type": "zeebe:input"
1046
+ },
1047
+ "constraints": {
1048
+ "notEmpty": true
1049
+ },
1050
+ "type": "String"
1051
+ },
1052
+ {
1053
+ "id": "operationGroup",
1054
+ "label": "Operation",
1055
+ "group": "sn",
1056
+ "description": "Choose operation type",
1057
+ "type": "Dropdown",
1058
+ "value": "read",
1059
+ "choices": [
1060
+ { "name": "Create", "value": "create" },
1061
+ { "name": "Read", "value": "read" },
1062
+ { "name": "Update", "value": "update" },
1063
+ { "name": "Delete", "value": "delete" }
1064
+ ],
1065
+ "binding": {
1066
+ "type": "zeebe:input",
1067
+ "name": "operationGroup"
1068
+ }
1069
+ },
1070
+ {
1071
+ "id": "targetTable",
1072
+ "label": "Target table",
1073
+ "description": "Choose a table for the record operation",
1074
+ "group": "sn",
1075
+ "type": "Dropdown",
1076
+ "value": "change_task",
1077
+ "choices": [
1078
+ { "name": "Requested Item [sc_req_item]", "value": "sc_req_item" },
1079
+ {
1080
+ "name": "Change Request [change_request]",
1081
+ "value": "change_request"
1082
+ },
1083
+ { "name": "Change Task [change_task]", "value": "change_task" },
1084
+ {
1085
+ "name": "Service Catalog Request [sc_request]",
1086
+ "value": "sc_request"
1087
+ },
1088
+ { "name": "Service Catalog Task [sc_task]", "value": "sc_task" },
1089
+ { "name": "Incident [incident]", "value": "incident" },
1090
+ { "name": "Other - type a table name", "value": "__custom" }
1091
+ ],
1092
+ "binding": {
1093
+ "type": "zeebe:input",
1094
+ "name": "targetTable"
1095
+ }
1096
+ },
1097
+ {
1098
+ "//": "used for all operation types",
1099
+ "id": "customRequestTarget",
1100
+ "label": "Enter table name",
1101
+ "description": "Type the exact ServiceNow table name (case-sensitive)",
1102
+ "type": "String",
1103
+ "group": "sn",
1104
+ "binding": {
1105
+ "name": "customRequestTarget",
1106
+ "type": "zeebe:input"
1107
+ },
1108
+ "condition": {
1109
+ "property": "targetTable",
1110
+ "equals": "__custom"
1111
+ }
1112
+ },
1113
+ {
1114
+ "id": "sysparm_query",
1115
+ "label": "Query parameters (sysparm_query)",
1116
+ "description": "Separate multiple conditions with '^' (Ex: active=true^priority=1)",
1117
+ "optional": true,
1118
+ "feel": "optional",
1119
+ "group": "input",
1120
+ "binding": {
1121
+ "name": "sysparm_query",
1122
+ "type": "zeebe:input"
1123
+ },
1124
+ "type": "String",
1125
+ "constraints": {
1126
+ "notEmpty": false,
1127
+ "pattern": {
1128
+ "value": "^(?!.*&).*$",
1129
+ "message": "invalid: use '^' instead of '&'"
1130
+ }
1131
+ },
1132
+ "condition": {
1133
+ "property": "operationGroup",
1134
+ "oneOf": ["read"]
1135
+ }
1136
+ },
1137
+ {
1138
+ "id": "sysparm_fields",
1139
+ "label": "Fields to return (sysparm_fields)",
1140
+ "description": "Comma-separated field names (Ex: sys_id, number, short_description)",
1141
+ "optional": true,
1142
+ "feel": "optional",
1143
+ "group": "input",
1144
+ "binding": {
1145
+ "name": "sysparm_fields",
1146
+ "type": "zeebe:input"
1147
+ },
1148
+ "type": "String",
1149
+ "condition": {
1150
+ "property": "operationGroup",
1151
+ "oneOf": ["read"]
1152
+ }
1153
+ },
1154
+ {
1155
+ "id": "sysparm_limit",
1156
+ "label": "Result limit (sysparm_limit)",
1157
+ "description": "The maximum number of records to return (Ex: 10)",
1158
+ "optional": true,
1159
+ "feel": "optional",
1160
+ "group": "input",
1161
+ "binding": {
1162
+ "name": "sysparm_limit",
1163
+ "type": "zeebe:input"
1164
+ },
1165
+ "type": "String",
1166
+ "condition": {
1167
+ "property": "operationGroup",
1168
+ "oneOf": ["read"]
1169
+ }
1170
+ },
1171
+
1172
+ {
1173
+ "id": "updateTarget",
1174
+ "label": "Sys ID of the record to update",
1175
+ "description": "Enter the unique record identifier (sys_id) to update",
1176
+ "type": "String",
1177
+ "feel": "optional",
1178
+ "group": "sn",
1179
+ "binding": {
1180
+ "name": "updateTarget",
1181
+ "type": "zeebe:input"
1182
+ },
1183
+ "condition": {
1184
+ "property": "operationGroup",
1185
+ "equals": "update"
1186
+ }
1187
+ },
1188
+
1189
+ {
1190
+ "id": "deleteTarget",
1191
+ "label": "Sys ID of the record to delete",
1192
+ "description": "Enter the unique record identifier (sys_id) to delete",
1193
+ "type": "String",
1194
+ "feel": "optional",
1195
+ "group": "sn",
1196
+ "binding": {
1197
+ "name": "deleteTarget",
1198
+ "type": "zeebe:input"
1199
+ },
1200
+ "condition": {
1201
+ "property": "operationGroup",
1202
+ "equals": "delete"
1203
+ }
1204
+ },
1205
+
1206
+ {
1207
+ "//": "create or update sc_req_item",
1208
+ "id": "payload_sc_req_item",
1209
+ "group": "input",
1210
+ "label": "Payload",
1211
+ "type": "Text",
1212
+ "feel": "required",
1213
+ "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}",
1214
+ "binding": {
1215
+ "type": "zeebe:input",
1216
+ "name": "body_sc_req_item"
1217
+ },
1218
+ "condition": {
1219
+ "allMatch": [
1220
+ {
1221
+ "property": "operationGroup",
1222
+ "oneOf": ["create", "update"]
1223
+ },
1224
+ {
1225
+ "property": "targetTable",
1226
+ "equals": "sc_req_item"
1227
+ }
1228
+ ]
1229
+ },
1230
+ "optional": true
1231
+ },
1232
+
1233
+ {
1234
+ "//": "create or update change_request",
1235
+ "id": "payload_change_request",
1236
+ "group": "input",
1237
+ "label": "Payload",
1238
+ "type": "Text",
1239
+ "feel": "required",
1240
+ "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}",
1241
+ "binding": {
1242
+ "type": "zeebe:input",
1243
+ "name": "body_change_request"
1244
+ },
1245
+ "condition": {
1246
+ "allMatch": [
1247
+ {
1248
+ "property": "operationGroup",
1249
+ "oneOf": ["create", "update"]
1250
+ },
1251
+ {
1252
+ "property": "targetTable",
1253
+ "equals": "change_request"
1254
+ }
1255
+ ]
1256
+ },
1257
+ "optional": true
1258
+ },
1259
+
1260
+ {
1261
+ "//": "create or update change_task",
1262
+ "id": "payload_change_task",
1263
+ "group": "input",
1264
+ "label": "Payload",
1265
+ "type": "Text",
1266
+ "feel": "required",
1267
+ "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}",
1268
+ "binding": {
1269
+ "type": "zeebe:input",
1270
+ "name": "body_change_task"
1271
+ },
1272
+ "condition": {
1273
+ "allMatch": [
1274
+ {
1275
+ "property": "operationGroup",
1276
+ "oneOf": ["create", "update"]
1277
+ },
1278
+ {
1279
+ "property": "targetTable",
1280
+ "equals": "change_task"
1281
+ }
1282
+ ]
1283
+ },
1284
+ "optional": true
1285
+ },
1286
+
1287
+ {
1288
+ "//": "create or update sc_request",
1289
+ "id": "payload_sc_request",
1290
+ "group": "input",
1291
+ "label": "Payload",
1292
+ "type": "Text",
1293
+ "feel": "required",
1294
+ "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}",
1295
+ "binding": {
1296
+ "type": "zeebe:input",
1297
+ "name": "body_sc_request"
1298
+ },
1299
+ "condition": {
1300
+ "allMatch": [
1301
+ {
1302
+ "property": "operationGroup",
1303
+ "oneOf": ["create", "update"]
1304
+ },
1305
+ {
1306
+ "property": "targetTable",
1307
+ "equals": "sc_request"
1308
+ }
1309
+ ]
1310
+ },
1311
+ "optional": true
1312
+ },
1313
+
1314
+ {
1315
+ "//": "create or update sc_task",
1316
+ "id": "payload_sc_task",
1317
+ "group": "input",
1318
+ "label": "Payload",
1319
+ "type": "Text",
1320
+ "feel": "required",
1321
+ "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}",
1322
+ "binding": {
1323
+ "type": "zeebe:input",
1324
+ "name": "body_sc_task"
1325
+ },
1326
+ "condition": {
1327
+ "allMatch": [
1328
+ {
1329
+ "property": "operationGroup",
1330
+ "oneOf": ["create", "update"]
1331
+ },
1332
+ {
1333
+ "property": "targetTable",
1334
+ "equals": "sc_task"
1335
+ }
1336
+ ]
1337
+ },
1338
+ "optional": true
1339
+ },
1340
+
1341
+ {
1342
+ "//": "create or update incident",
1343
+ "id": "payload_incident",
1344
+ "group": "input",
1345
+ "label": "Payload",
1346
+ "type": "Text",
1347
+ "feel": "required",
1348
+ "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}",
1349
+ "binding": {
1350
+ "type": "zeebe:input",
1351
+ "name": "body_incident"
1352
+ },
1353
+ "condition": {
1354
+ "allMatch": [
1355
+ {
1356
+ "property": "operationGroup",
1357
+ "oneOf": ["create", "update"]
1358
+ },
1359
+ {
1360
+ "property": "targetTable",
1361
+ "equals": "incident"
1362
+ }
1363
+ ]
1364
+ },
1365
+ "optional": true
1366
+ },
1367
+
1368
+ {
1369
+ "//": "create or update __custom",
1370
+ "id": "payload___custom",
1371
+ "group": "input",
1372
+ "label": "Payload",
1373
+ "type": "Text",
1374
+ "feel": "required",
1375
+ "value": "={ }",
1376
+ "binding": {
1377
+ "type": "zeebe:input",
1378
+ "name": "body__custom"
1379
+ },
1380
+ "condition": {
1381
+ "allMatch": [
1382
+ {
1383
+ "property": "operationGroup",
1384
+ "oneOf": ["create", "update"]
1385
+ },
1386
+ {
1387
+ "property": "targetTable",
1388
+ "equals": "__custom"
1389
+ }
1390
+ ]
1391
+ },
1392
+ "optional": true
1393
+ },
1394
+
1395
+ {
1396
+ "//": "this sets the actual request body for a write request to the ServiceNow API",
1397
+ "group": "input",
1398
+ "type": "Hidden",
1399
+ "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",
1400
+ "binding": {
1401
+ "type": "zeebe:input",
1402
+ "name": "body"
1403
+ },
1404
+ "condition": {
1405
+ "property": "operationGroup",
1406
+ "oneOf": ["create", "update"]
1407
+ },
1408
+ "optional": true
1409
+ },
1410
+
1411
+ {
1412
+ "id": "authentication.type",
1413
+ "label": "Type",
1414
+ "description": "Choose the authentication type. Select 'None' if no authentication is necessary",
1415
+ "value": "basic",
1416
+ "group": "authentication",
1417
+ "binding": {
1418
+ "name": "authentication.type",
1419
+ "type": "zeebe:input"
1420
+ },
1421
+ "type": "Hidden",
1422
+ "choices": [
1423
+ {
1424
+ "name": "API key",
1425
+ "value": "apiKey"
1426
+ },
1427
+ {
1428
+ "name": "Basic",
1429
+ "value": "basic"
1430
+ },
1431
+ {
1432
+ "name": "Bearer token",
1433
+ "value": "bearer"
1434
+ },
1435
+ {
1436
+ "name": "None",
1437
+ "value": "noAuth"
1438
+ },
1439
+ {
1440
+ "name": "OAuth 2.0",
1441
+ "value": "oauth-client-credentials-flow"
1442
+ }
1443
+ ]
1444
+ },
1445
+ {
1446
+ "id": "authentication.apiKeyLocation",
1447
+ "label": "Api key location",
1448
+ "description": "Choose type: Send API key in header or as query parameter.",
1449
+ "optional": false,
1450
+ "value": "headers",
1451
+ "constraints": {
1452
+ "notEmpty": true
1453
+ },
1454
+ "group": "authentication",
1455
+ "binding": {
1456
+ "name": "authentication.apiKeyLocation",
1457
+ "type": "zeebe:input"
1458
+ },
1459
+ "condition": {
1460
+ "property": "authentication.type",
1461
+ "equals": "apiKey",
1462
+ "type": "simple"
1463
+ },
1464
+ "type": "Dropdown",
1465
+ "choices": [
1466
+ {
1467
+ "name": "Headers",
1468
+ "value": "headers"
1469
+ },
1470
+ {
1471
+ "name": "Query parameters",
1472
+ "value": "query"
1473
+ }
1474
+ ]
1475
+ },
1476
+ {
1477
+ "id": "authentication.name",
1478
+ "label": "API key name",
1479
+ "optional": false,
1480
+ "constraints": {
1481
+ "notEmpty": true
1482
+ },
1483
+ "feel": "optional",
1484
+ "group": "authentication",
1485
+ "binding": {
1486
+ "name": "authentication.name",
1487
+ "type": "zeebe:input"
1488
+ },
1489
+ "condition": {
1490
+ "property": "authentication.type",
1491
+ "equals": "apiKey",
1492
+ "type": "simple"
1493
+ },
1494
+ "type": "String"
1495
+ },
1496
+ {
1497
+ "id": "authentication.value",
1498
+ "label": "API key value",
1499
+ "optional": false,
1500
+ "constraints": {
1501
+ "notEmpty": true
1502
+ },
1503
+ "feel": "optional",
1504
+ "group": "authentication",
1505
+ "binding": {
1506
+ "name": "authentication.value",
1507
+ "type": "zeebe:input"
1508
+ },
1509
+ "condition": {
1510
+ "property": "authentication.type",
1511
+ "equals": "apiKey",
1512
+ "type": "simple"
1513
+ },
1514
+ "type": "String"
1515
+ },
1516
+ {
1517
+ "id": "authentication.username",
1518
+ "label": "Username",
1519
+ "optional": false,
1520
+ "constraints": {
1521
+ "notEmpty": true
1522
+ },
1523
+ "feel": "optional",
1524
+ "group": "authentication",
1525
+ "binding": {
1526
+ "name": "authentication.username",
1527
+ "type": "zeebe:input"
1528
+ },
1529
+ "condition": {
1530
+ "property": "authentication.type",
1531
+ "equals": "basic",
1532
+ "type": "simple"
1533
+ },
1534
+ "type": "String"
1535
+ },
1536
+ {
1537
+ "id": "authentication.password",
1538
+ "label": "Password",
1539
+ "optional": false,
1540
+ "constraints": {
1541
+ "notEmpty": true
1542
+ },
1543
+ "feel": "optional",
1544
+ "group": "authentication",
1545
+ "binding": {
1546
+ "name": "authentication.password",
1547
+ "type": "zeebe:input"
1548
+ },
1549
+ "condition": {
1550
+ "property": "authentication.type",
1551
+ "equals": "basic",
1552
+ "type": "simple"
1553
+ },
1554
+ "type": "String"
1555
+ },
1556
+ {
1557
+ "id": "authentication.token",
1558
+ "label": "Bearer token",
1559
+ "optional": false,
1560
+ "constraints": {
1561
+ "notEmpty": true
1562
+ },
1563
+ "feel": "optional",
1564
+ "group": "authentication",
1565
+ "binding": {
1566
+ "name": "authentication.token",
1567
+ "type": "zeebe:input"
1568
+ },
1569
+ "condition": {
1570
+ "property": "authentication.type",
1571
+ "equals": "bearer",
1572
+ "type": "simple"
1573
+ },
1574
+ "type": "String"
1575
+ },
1576
+ {
1577
+ "id": "authentication.oauthTokenEndpoint",
1578
+ "label": "OAuth 2.0 token endpoint",
1579
+ "description": "The OAuth token endpoint",
1580
+ "optional": false,
1581
+ "constraints": {
1582
+ "notEmpty": true,
1583
+ "pattern": {
1584
+ "value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
1585
+ "message": "Must be a http(s) URL"
1586
+ }
1587
+ },
1588
+ "feel": "optional",
1589
+ "group": "authentication",
1590
+ "binding": {
1591
+ "name": "authentication.oauthTokenEndpoint",
1592
+ "type": "zeebe:input"
1593
+ },
1594
+ "condition": {
1595
+ "property": "authentication.type",
1596
+ "equals": "oauth-client-credentials-flow",
1597
+ "type": "simple"
1598
+ },
1599
+ "type": "String"
1600
+ },
1601
+ {
1602
+ "id": "authentication.clientId",
1603
+ "label": "Client ID",
1604
+ "description": "Your application's client ID from the OAuth client",
1605
+ "optional": false,
1606
+ "constraints": {
1607
+ "notEmpty": true
1608
+ },
1609
+ "feel": "optional",
1610
+ "group": "authentication",
1611
+ "binding": {
1612
+ "name": "authentication.clientId",
1613
+ "type": "zeebe:input"
1614
+ },
1615
+ "condition": {
1616
+ "property": "authentication.type",
1617
+ "equals": "oauth-client-credentials-flow",
1618
+ "type": "simple"
1619
+ },
1620
+ "type": "String"
1621
+ },
1622
+ {
1623
+ "id": "authentication.clientSecret",
1624
+ "label": "Client secret",
1625
+ "description": "Your application's client secret from the OAuth client",
1626
+ "optional": false,
1627
+ "constraints": {
1628
+ "notEmpty": true
1629
+ },
1630
+ "feel": "optional",
1631
+ "group": "authentication",
1632
+ "binding": {
1633
+ "name": "authentication.clientSecret",
1634
+ "type": "zeebe:input"
1635
+ },
1636
+ "condition": {
1637
+ "property": "authentication.type",
1638
+ "equals": "oauth-client-credentials-flow",
1639
+ "type": "simple"
1640
+ },
1641
+ "type": "String"
1642
+ },
1643
+ {
1644
+ "id": "authentication.audience",
1645
+ "label": "Audience",
1646
+ "description": "The unique identifier of the target API you want to access",
1647
+ "optional": true,
1648
+ "feel": "optional",
1649
+ "group": "authentication",
1650
+ "binding": {
1651
+ "name": "authentication.audience",
1652
+ "type": "zeebe:input"
1653
+ },
1654
+ "condition": {
1655
+ "property": "authentication.type",
1656
+ "equals": "oauth-client-credentials-flow",
1657
+ "type": "simple"
1658
+ },
1659
+ "type": "String"
1660
+ },
1661
+ {
1662
+ "id": "authentication.clientAuthentication",
1663
+ "label": "Client authentication",
1664
+ "description": "Send client ID and client secret as Basic Auth request in the header, or as client credentials in the request body",
1665
+ "optional": false,
1666
+ "constraints": {
1667
+ "notEmpty": true
1668
+ },
1669
+ "group": "authentication",
1670
+ "binding": {
1671
+ "name": "authentication.clientAuthentication",
1672
+ "type": "zeebe:input"
1673
+ },
1674
+ "condition": {
1675
+ "property": "authentication.type",
1676
+ "equals": "oauth-client-credentials-flow",
1677
+ "type": "simple"
1678
+ },
1679
+ "type": "Dropdown",
1680
+ "choices": [
1681
+ {
1682
+ "name": "Send client credentials in body",
1683
+ "value": "credentialsBody"
1684
+ },
1685
+ {
1686
+ "name": "Send as Basic Auth header",
1687
+ "value": "basicAuthHeader"
1688
+ }
1689
+ ]
1690
+ },
1691
+ {
1692
+ "id": "authentication.scopes",
1693
+ "label": "Scopes",
1694
+ "description": "The scopes which you want to request authorization for (e.g.read:contacts)",
1695
+ "optional": true,
1696
+ "feel": "optional",
1697
+ "group": "authentication",
1698
+ "binding": {
1699
+ "name": "authentication.scopes",
1700
+ "type": "zeebe:input"
1701
+ },
1702
+ "condition": {
1703
+ "property": "authentication.type",
1704
+ "equals": "oauth-client-credentials-flow",
1705
+ "type": "simple"
1706
+ },
1707
+ "type": "String"
1708
+ },
1709
+
1710
+ {
1711
+ "id": "method",
1712
+ "label": "Method",
1713
+ "optional": false,
1714
+ "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",
1715
+ "constraints": {
1716
+ "notEmpty": true
1717
+ },
1718
+ "group": "endpoint",
1719
+ "binding": {
1720
+ "name": "method",
1721
+ "type": "zeebe:input"
1722
+ },
1723
+ "type": "Hidden"
1724
+ },
1725
+ {
1726
+ "id": "url",
1727
+ "label": "URL",
1728
+ "optional": false,
1729
+ "constraints": {
1730
+ "notEmpty": true,
1731
+ "pattern": {
1732
+ "value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
1733
+ "message": "Must be a http(s) URL"
1734
+ }
1735
+ },
1736
+ "group": "endpoint",
1737
+ "binding": {
1738
+ "name": "url",
1739
+ "type": "zeebe:input"
1740
+ },
1741
+ "type": "Hidden",
1742
+ "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"
1743
+ },
1744
+
1745
+ {
1746
+ "id": "headers",
1747
+ "label": "Headers",
1748
+ "description": "Map of HTTP headers to add to the request",
1749
+ "optional": true,
1750
+ "group": "endpoint",
1751
+ "binding": {
1752
+ "name": "headers",
1753
+ "type": "zeebe:input"
1754
+ },
1755
+ "type": "Hidden"
1756
+ },
1757
+ {
1758
+ "id": "queryParameters",
1759
+ "label": "Query parameters",
1760
+ "description": "Map of query parameters to add to the request URL",
1761
+ "optional": true,
1762
+ "group": "endpoint",
1763
+ "binding": {
1764
+ "name": "queryParameters",
1765
+ "type": "zeebe:input"
1766
+ },
1767
+ "type": "Hidden",
1768
+ "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 }",
1769
+ "condition": {
1770
+ "property": "operationGroup",
1771
+ "equals": "read"
1772
+ }
1773
+ },
1774
+
1775
+ {
1776
+ "id": "storeResponse",
1777
+ "label": "Store response",
1778
+ "description": "Store the response as a document in the document store",
1779
+ "optional": false,
1780
+ "value": "=false",
1781
+ "group": "endpoint",
1782
+ "binding": {
1783
+ "name": "storeResponse",
1784
+ "type": "zeebe:input"
1785
+ },
1786
+ "type": "Hidden"
1787
+ },
1788
+ {
1789
+ "id": "skipEncoding",
1790
+ "label": "Skip URL encoding",
1791
+ "description": "Skip the default URL decoding and encoding behavior",
1792
+ "optional": true,
1793
+ "value": "=true",
1794
+ "group": "endpoint",
1795
+ "binding": {
1796
+ "name": "skipEncoding",
1797
+ "type": "zeebe:input"
1798
+ },
1799
+ "type": "Hidden"
1800
+ },
1801
+ {
1802
+ "id": "connectionTimeoutInSeconds",
1803
+ "label": "Connection timeout in seconds",
1804
+ "description": "Defines the connection timeout in seconds, or 0 for an infinite timeout",
1805
+ "optional": false,
1806
+ "value": "=20",
1807
+ "constraints": {
1808
+ "notEmpty": true,
1809
+ "pattern": {
1810
+ "value": "^\\d+$",
1811
+ "message": "Must be a number"
1812
+ }
1813
+ },
1814
+ "feel": "static",
1815
+ "group": "timeout",
1816
+ "binding": {
1817
+ "name": "connectionTimeoutInSeconds",
1818
+ "type": "zeebe:input"
1819
+ },
1820
+ "type": "Number"
1821
+ },
1822
+ {
1823
+ "id": "readTimeoutInSeconds",
1824
+ "label": "Read timeout in seconds",
1825
+ "description": "Timeout in seconds to read data from an established connection or 0 for an infinite timeout",
1826
+ "optional": false,
1827
+ "value": "=20",
1828
+ "constraints": {
1829
+ "notEmpty": true,
1830
+ "pattern": {
1831
+ "value": "^\\d+$",
1832
+ "message": "Must be a number"
1833
+ }
1834
+ },
1835
+ "feel": "static",
1836
+ "group": "timeout",
1837
+ "binding": {
1838
+ "name": "readTimeoutInSeconds",
1839
+ "type": "zeebe:input"
1840
+ },
1841
+ "type": "Number"
1842
+ },
1843
+
1844
+ {
1845
+ "id": "resultVariable",
1846
+ "label": "Result variable",
1847
+ "description": "Name of variable to store the response in",
1848
+ "group": "output",
1849
+ "binding": {
1850
+ "key": "resultVariable",
1851
+ "type": "zeebe:taskHeader"
1852
+ },
1853
+ "type": "String",
1854
+ "value": "snQueryResult"
1855
+ },
1856
+ {
1857
+ "id": "resultExpression",
1858
+ "label": "Result expression",
1859
+ "description": "Expression to map the response into process variables",
1860
+ "feel": "required",
1861
+ "group": "output",
1862
+ "binding": {
1863
+ "key": "resultExpression",
1864
+ "type": "zeebe:taskHeader"
1865
+ },
1866
+ "type": "Text"
1867
+ },
1868
+ {
1869
+ "id": "errorExpression",
1870
+ "label": "Error expression",
1871
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1872
+ "feel": "required",
1873
+ "group": "error",
1874
+ "binding": {
1875
+ "key": "errorExpression",
1876
+ "type": "zeebe:taskHeader"
1877
+ },
1878
+ "type": "Text"
1879
+ },
1880
+ {
1881
+ "id": "retryCount",
1882
+ "label": "Retries",
1883
+ "description": "Number of retries",
1884
+ "value": "3",
1885
+ "feel": "optional",
1886
+ "group": "retries",
1887
+ "binding": {
1888
+ "property": "retries",
1889
+ "type": "zeebe:taskDefinition"
1890
+ },
1891
+ "type": "String"
1892
+ },
1893
+ {
1894
+ "id": "retryBackoff",
1895
+ "label": "Retry backoff",
1896
+ "description": "ISO-8601 duration to wait between retries",
1897
+ "value": "PT0S",
1898
+ "group": "retries",
1899
+ "binding": {
1900
+ "key": "retryBackoff",
1901
+ "type": "zeebe:taskHeader"
1902
+ },
1903
+ "type": "String"
1904
+ }
1905
+ ],
1906
+ "icon": {
1907
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjAxIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bXVsdGlwbHkiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNTUuOTkzIDQwOS4zODhDMTgxLjU4OCA0MDkuMzg4IDEzMC42NTQgMzUzLjI5MiAxMzAuNjU0IDI4My45MDhDMTMwLjY1NCAyMTQuNDkxIDE4MS41ODggMTU3LjQ1NSAyNTUuOTkzIDE1Ny40NTVDMzMwLjQ0IDE1Ny40NTUgMzgxLjMzMyAyMTQuNDkxIDM4MS4zMzMgMjgzLjkwOEMzODEuMzMzIDM1My4yOTIgMzMwLjQ0IDQwOS4zODggMjU1Ljk5MyA0MDkuMzg4Wk0yNTcuNDU5IDMxLjQ5NjdDMTIwLjA4OSAzMC43MDE5IDYuNDc1NDUgMTQzLjI0NCA1LjMxNTA5IDI4MS4yOTZDNC43MjQ3NCAzNTQuMzc0IDM1LjA5NzggNDIwLjM1MSA4NC4wNTY4IDQ2Ni43NDJDMTAxLjg2OSA0ODMuNjA1IDEyOS4zOTIgNDg1LjI0NSAxNDguNjkxIDQ3MC4xNjZDMTc3LjIzMiA0NDcuODU4IDIxMy44NzQgNDM0LjU3IDI1NS45OTMgNDM0LjU3QzI5OC4xMTIgNDM0LjU3IDMzNC43NTUgNDQ3Ljg2NiAzNjMuMjk2IDQ3MC4xNjZDMzgyLjc3OCA0ODUuMzcyIDQxMC40MDMgNDgzLjQyMiA0MjguMzE3IDQ2Ni4zNzZDNDc2LjU2NCA0MjAuNDYzIDUwNi42OTIgMzU1LjQ1NyA1MDYuNjkyIDI4My40MjJDNTA2LjY5MiAxNDQuNzg4IDM5NS4yMTYgMzIuMjkzNiAyNTcuNDU5IDMxLjQ5NjdaIiBmaWxsPSIjNkFDNjNGIi8+Cjwvc3ZnPgo="
1908
+ }
941
1909
  }
942
1910
  ]