@camunda/connectors-element-templates 1.0.6 → 1.0.8
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.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +26 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +104 -104
- package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
- package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
- package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
- package/src/element-templates/aws-sns-outbound-connector.json +726 -726
- package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
- package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
- package/src/element-templates/aws-sqs-start-message.json +461 -461
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/csv-outbound-connector.json +412 -0
- package/src/element-templates/easy-post-connector.json +149 -149
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
- package/src/element-templates/github-connector.json +2417 -2417
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +57 -57
- package/src/element-templates/gitlab-connector.json +1103 -1103
- package/src/element-templates/google-drive-outbound-connector.json +846 -846
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +78 -78
- package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
- package/src/element-templates/graphql-outbound-connector.json +1181 -1181
- package/src/element-templates/http-json-connector.json +2471 -1866
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +635 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +43 -43
- package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
- package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-outbound-connector.json +385 -385
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
- package/src/element-templates/openai-connector.json +122 -122
- package/src/element-templates/operate-connector.json +76 -72
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
- package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +470 -470
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +303 -303
- package/src/element-templates/slack-inbound-intermediate.json +277 -277
- package/src/element-templates/slack-inbound-message-start.json +11 -11
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +247 -247
- package/src/element-templates/slack-outbound-connector.json +966 -966
- package/src/element-templates/twilio-connector.json +52 -52
- package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
- package/src/element-templates/twilio-webhook-connector.json +11 -11
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/webhook-connector-boundary.json +1150 -1150
- package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +1495 -1495
- package/src/element-templates/webhook-connector-start-message.json +586 -586
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -4,11 +4,8 @@
|
|
|
4
4
|
"name": "Slack Webhook Intermediate Catch Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
|
|
6
6
|
"description": "Receive events from Slack",
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
},
|
|
10
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
11
|
-
"version": 7,
|
|
7
|
+
"version": 2,
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
12
9
|
"category": {
|
|
13
10
|
"id": "connectors",
|
|
14
11
|
"name": "Connectors"
|
|
@@ -18,8 +15,160 @@
|
|
|
18
15
|
"value": "bpmn:IntermediateCatchEvent",
|
|
19
16
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
20
17
|
},
|
|
18
|
+
"groups": [
|
|
19
|
+
{
|
|
20
|
+
"id": "endpoint",
|
|
21
|
+
"label": "Webhook configuration"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "activation",
|
|
25
|
+
"label": "Activation"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"id": "variable-mapping",
|
|
29
|
+
"label": "Variable mapping"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"properties": [
|
|
33
|
+
{
|
|
34
|
+
"type": "Hidden",
|
|
35
|
+
"value": "io.camunda:slack-webhook:1",
|
|
36
|
+
"binding": {
|
|
37
|
+
"type": "zeebe:property",
|
|
38
|
+
"name": "inbound.type"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"type": "Hidden",
|
|
43
|
+
"value": "SlackEventsWebhook",
|
|
44
|
+
"binding": {
|
|
45
|
+
"type": "zeebe:property",
|
|
46
|
+
"name": "inbound.subtype"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"type": "Hidden",
|
|
51
|
+
"generatedValue": {
|
|
52
|
+
"type": "uuid"
|
|
53
|
+
},
|
|
54
|
+
"binding": {
|
|
55
|
+
"type": "bpmn:Message#property",
|
|
56
|
+
"name": "name"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"label": "Webhook ID",
|
|
61
|
+
"type": "String",
|
|
62
|
+
"group": "endpoint",
|
|
63
|
+
"binding": {
|
|
64
|
+
"type": "zeebe:property",
|
|
65
|
+
"name": "inbound.context"
|
|
66
|
+
},
|
|
67
|
+
"description": "The webhook ID is a part of the URL endpoint",
|
|
68
|
+
"constraints": {
|
|
69
|
+
"notEmpty": true
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"label": "Slack signing secret",
|
|
74
|
+
"description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
|
|
75
|
+
"type": "String",
|
|
76
|
+
"group": "endpoint",
|
|
77
|
+
"feel": "optional",
|
|
78
|
+
"binding": {
|
|
79
|
+
"type": "zeebe:property",
|
|
80
|
+
"name": "inbound.slackSigningSecret"
|
|
81
|
+
},
|
|
82
|
+
"constraints": {
|
|
83
|
+
"notEmpty": true
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"label": "Correlation key (process)",
|
|
88
|
+
"type": "String",
|
|
89
|
+
"group": "activation",
|
|
90
|
+
"feel": "required",
|
|
91
|
+
"description": "Sets up the correlation key from process variables",
|
|
92
|
+
"binding": {
|
|
93
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
94
|
+
"name": "correlationKey"
|
|
95
|
+
},
|
|
96
|
+
"constraints": {
|
|
97
|
+
"notEmpty": true
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"label": "Correlation key (payload)",
|
|
102
|
+
"type": "String",
|
|
103
|
+
"group": "activation",
|
|
104
|
+
"feel": "required",
|
|
105
|
+
"binding": {
|
|
106
|
+
"type": "zeebe:property",
|
|
107
|
+
"name": "correlationKeyExpression"
|
|
108
|
+
},
|
|
109
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
110
|
+
"constraints": {
|
|
111
|
+
"notEmpty": true
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"label": "Condition",
|
|
116
|
+
"type": "String",
|
|
117
|
+
"group": "activation",
|
|
118
|
+
"feel": "required",
|
|
119
|
+
"optional": true,
|
|
120
|
+
"binding": {
|
|
121
|
+
"type": "zeebe:property",
|
|
122
|
+
"name": "activationCondition"
|
|
123
|
+
},
|
|
124
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events."
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"label": "Result variable",
|
|
128
|
+
"type": "String",
|
|
129
|
+
"group": "variable-mapping",
|
|
130
|
+
"optional": true,
|
|
131
|
+
"binding": {
|
|
132
|
+
"type": "zeebe:property",
|
|
133
|
+
"name": "resultVariable"
|
|
134
|
+
},
|
|
135
|
+
"description": "Name of variable to store the result of the connector in"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"label": "Result expression",
|
|
139
|
+
"type": "String",
|
|
140
|
+
"group": "variable-mapping",
|
|
141
|
+
"feel": "required",
|
|
142
|
+
"optional": true,
|
|
143
|
+
"binding": {
|
|
144
|
+
"type": "zeebe:property",
|
|
145
|
+
"name": "resultExpression"
|
|
146
|
+
},
|
|
147
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
148
|
+
}
|
|
149
|
+
],
|
|
150
|
+
"icon": {
|
|
151
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
|
|
152
|
+
},
|
|
21
153
|
"engines": {
|
|
22
|
-
"camunda": "^8.
|
|
154
|
+
"camunda": "^8.2"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
159
|
+
"name": "Slack Webhook Intermediate Catch Event Connector",
|
|
160
|
+
"id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
|
|
161
|
+
"description": "Receive events from Slack",
|
|
162
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
163
|
+
"version": 5,
|
|
164
|
+
"category": {
|
|
165
|
+
"id": "connectors",
|
|
166
|
+
"name": "Connectors"
|
|
167
|
+
},
|
|
168
|
+
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
169
|
+
"elementType": {
|
|
170
|
+
"value": "bpmn:IntermediateCatchEvent",
|
|
171
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
23
172
|
},
|
|
24
173
|
"groups": [
|
|
25
174
|
{
|
|
@@ -35,11 +184,6 @@
|
|
|
35
184
|
"label": "Correlation",
|
|
36
185
|
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
37
186
|
},
|
|
38
|
-
{
|
|
39
|
-
"id": "deduplication",
|
|
40
|
-
"label": "Deduplication",
|
|
41
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
42
|
-
},
|
|
43
187
|
{
|
|
44
188
|
"id": "output",
|
|
45
189
|
"label": "Output mapping"
|
|
@@ -109,18 +253,6 @@
|
|
|
109
253
|
},
|
|
110
254
|
"type": "String"
|
|
111
255
|
},
|
|
112
|
-
{
|
|
113
|
-
"id": "consumeUnmatchedEvents",
|
|
114
|
-
"label": "Consume unmatched events",
|
|
115
|
-
"value": true,
|
|
116
|
-
"group": "activation",
|
|
117
|
-
"binding": {
|
|
118
|
-
"name": "consumeUnmatchedEvents",
|
|
119
|
-
"type": "zeebe:property"
|
|
120
|
-
},
|
|
121
|
-
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
122
|
-
"type": "Boolean"
|
|
123
|
-
},
|
|
124
256
|
{
|
|
125
257
|
"id": "correlationKeyProcess",
|
|
126
258
|
"label": "Correlation key (process)",
|
|
@@ -196,70 +328,6 @@
|
|
|
196
328
|
},
|
|
197
329
|
"type": "Hidden"
|
|
198
330
|
},
|
|
199
|
-
{
|
|
200
|
-
"id": "deduplicationModeManualFlag",
|
|
201
|
-
"label": "Manual mode",
|
|
202
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
203
|
-
"value": false,
|
|
204
|
-
"group": "deduplication",
|
|
205
|
-
"binding": {
|
|
206
|
-
"name": "deduplicationModeManualFlag",
|
|
207
|
-
"type": "zeebe:property"
|
|
208
|
-
},
|
|
209
|
-
"type": "Boolean"
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"id": "deduplicationId",
|
|
213
|
-
"label": "Deduplication ID",
|
|
214
|
-
"constraints": {
|
|
215
|
-
"notEmpty": true,
|
|
216
|
-
"pattern": {
|
|
217
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
218
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
219
|
-
}
|
|
220
|
-
},
|
|
221
|
-
"group": "deduplication",
|
|
222
|
-
"binding": {
|
|
223
|
-
"name": "deduplicationId",
|
|
224
|
-
"type": "zeebe:property"
|
|
225
|
-
},
|
|
226
|
-
"condition": {
|
|
227
|
-
"property": "deduplicationModeManualFlag",
|
|
228
|
-
"equals": true,
|
|
229
|
-
"type": "simple"
|
|
230
|
-
},
|
|
231
|
-
"type": "String"
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"id": "deduplicationModeManual",
|
|
235
|
-
"value": "MANUAL",
|
|
236
|
-
"group": "deduplication",
|
|
237
|
-
"binding": {
|
|
238
|
-
"name": "deduplicationMode",
|
|
239
|
-
"type": "zeebe:property"
|
|
240
|
-
},
|
|
241
|
-
"condition": {
|
|
242
|
-
"property": "deduplicationId",
|
|
243
|
-
"isActive": true,
|
|
244
|
-
"type": "simple"
|
|
245
|
-
},
|
|
246
|
-
"type": "Hidden"
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"id": "deduplicationModeAuto",
|
|
250
|
-
"value": "AUTO",
|
|
251
|
-
"group": "deduplication",
|
|
252
|
-
"binding": {
|
|
253
|
-
"name": "deduplicationMode",
|
|
254
|
-
"type": "zeebe:property"
|
|
255
|
-
},
|
|
256
|
-
"condition": {
|
|
257
|
-
"property": "deduplicationId",
|
|
258
|
-
"isActive": false,
|
|
259
|
-
"type": "simple"
|
|
260
|
-
},
|
|
261
|
-
"type": "Hidden"
|
|
262
|
-
},
|
|
263
331
|
{
|
|
264
332
|
"id": "resultVariable",
|
|
265
333
|
"label": "Result variable",
|
|
@@ -286,6 +354,9 @@
|
|
|
286
354
|
],
|
|
287
355
|
"icon": {
|
|
288
356
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
357
|
+
},
|
|
358
|
+
"engines": {
|
|
359
|
+
"camunda": "^8.5"
|
|
289
360
|
}
|
|
290
361
|
},
|
|
291
362
|
{
|
|
@@ -293,8 +364,8 @@
|
|
|
293
364
|
"name": "Slack Webhook Intermediate Catch Event Connector",
|
|
294
365
|
"id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
|
|
295
366
|
"description": "Receive events from Slack",
|
|
296
|
-
"version":
|
|
297
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack
|
|
367
|
+
"version": 4,
|
|
368
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
298
369
|
"category": {
|
|
299
370
|
"id": "connectors",
|
|
300
371
|
"name": "Connectors"
|
|
@@ -372,6 +443,14 @@
|
|
|
372
443
|
"notEmpty": true
|
|
373
444
|
}
|
|
374
445
|
},
|
|
446
|
+
{
|
|
447
|
+
"type": "Hidden",
|
|
448
|
+
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
449
|
+
"binding": {
|
|
450
|
+
"type": "zeebe:property",
|
|
451
|
+
"name": "inbound.verificationExpression"
|
|
452
|
+
}
|
|
453
|
+
},
|
|
375
454
|
{
|
|
376
455
|
"label": "Correlation key (process)",
|
|
377
456
|
"type": "String",
|
|
@@ -400,6 +479,18 @@
|
|
|
400
479
|
"notEmpty": true
|
|
401
480
|
}
|
|
402
481
|
},
|
|
482
|
+
{
|
|
483
|
+
"label": "Message ID expression",
|
|
484
|
+
"feel": "required",
|
|
485
|
+
"type": "String",
|
|
486
|
+
"optional": true,
|
|
487
|
+
"group": "activation",
|
|
488
|
+
"binding": {
|
|
489
|
+
"type": "zeebe:property",
|
|
490
|
+
"name": "messageIdExpression"
|
|
491
|
+
},
|
|
492
|
+
"description": "Expression to extract unique identifier of a message"
|
|
493
|
+
},
|
|
403
494
|
{
|
|
404
495
|
"label": "Condition",
|
|
405
496
|
"type": "String",
|
|
@@ -440,16 +531,16 @@
|
|
|
440
531
|
"contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
|
|
441
532
|
},
|
|
442
533
|
"engines": {
|
|
443
|
-
"camunda": "^8.
|
|
534
|
+
"camunda": "^8.4"
|
|
444
535
|
}
|
|
445
536
|
},
|
|
446
537
|
{
|
|
447
538
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
448
|
-
"name": "Slack Webhook
|
|
539
|
+
"name": "Slack Webhook",
|
|
449
540
|
"id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
|
|
450
541
|
"description": "Receive events from Slack",
|
|
451
|
-
"version":
|
|
452
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack
|
|
542
|
+
"version": 1,
|
|
543
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
453
544
|
"category": {
|
|
454
545
|
"id": "connectors",
|
|
455
546
|
"name": "Connectors"
|
|
@@ -527,14 +618,6 @@
|
|
|
527
618
|
"notEmpty": true
|
|
528
619
|
}
|
|
529
620
|
},
|
|
530
|
-
{
|
|
531
|
-
"type": "Hidden",
|
|
532
|
-
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
533
|
-
"binding": {
|
|
534
|
-
"type": "zeebe:property",
|
|
535
|
-
"name": "inbound.verificationExpression"
|
|
536
|
-
}
|
|
537
|
-
},
|
|
538
621
|
{
|
|
539
622
|
"label": "Correlation key (process)",
|
|
540
623
|
"type": "String",
|
|
@@ -561,19 +644,7 @@
|
|
|
561
644
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
562
645
|
"constraints": {
|
|
563
646
|
"notEmpty": true
|
|
564
|
-
}
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"label": "Message ID expression",
|
|
568
|
-
"feel": "required",
|
|
569
|
-
"type": "String",
|
|
570
|
-
"optional": true,
|
|
571
|
-
"group": "activation",
|
|
572
|
-
"binding": {
|
|
573
|
-
"type": "zeebe:property",
|
|
574
|
-
"name": "messageIdExpression"
|
|
575
|
-
},
|
|
576
|
-
"description": "Expression to extract unique identifier of a message"
|
|
647
|
+
}
|
|
577
648
|
},
|
|
578
649
|
{
|
|
579
650
|
"label": "Condition",
|
|
@@ -615,7 +686,7 @@
|
|
|
615
686
|
"contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
|
|
616
687
|
},
|
|
617
688
|
"engines": {
|
|
618
|
-
"camunda": "^8.
|
|
689
|
+
"camunda": "^8.2"
|
|
619
690
|
}
|
|
620
691
|
},
|
|
621
692
|
{
|
|
@@ -786,8 +857,11 @@
|
|
|
786
857
|
"name": "Slack Webhook Intermediate Catch Event Connector",
|
|
787
858
|
"id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
|
|
788
859
|
"description": "Receive events from Slack",
|
|
860
|
+
"metadata": {
|
|
861
|
+
"keywords": []
|
|
862
|
+
},
|
|
789
863
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
790
|
-
"version":
|
|
864
|
+
"version": 6,
|
|
791
865
|
"category": {
|
|
792
866
|
"id": "connectors",
|
|
793
867
|
"name": "Connectors"
|
|
@@ -979,166 +1053,11 @@
|
|
|
979
1053
|
"type": "Text"
|
|
980
1054
|
}
|
|
981
1055
|
],
|
|
982
|
-
"icon": {
|
|
983
|
-
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
984
|
-
},
|
|
985
1056
|
"engines": {
|
|
986
|
-
"camunda": "^8.
|
|
987
|
-
}
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
991
|
-
"name": "Slack Webhook",
|
|
992
|
-
"id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
|
|
993
|
-
"description": "Receive events from Slack",
|
|
994
|
-
"version": 1,
|
|
995
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
996
|
-
"category": {
|
|
997
|
-
"id": "connectors",
|
|
998
|
-
"name": "Connectors"
|
|
999
|
-
},
|
|
1000
|
-
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
1001
|
-
"elementType": {
|
|
1002
|
-
"value": "bpmn:IntermediateCatchEvent",
|
|
1003
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1057
|
+
"camunda": "^8.3"
|
|
1004
1058
|
},
|
|
1005
|
-
"groups": [
|
|
1006
|
-
{
|
|
1007
|
-
"id": "endpoint",
|
|
1008
|
-
"label": "Webhook configuration"
|
|
1009
|
-
},
|
|
1010
|
-
{
|
|
1011
|
-
"id": "activation",
|
|
1012
|
-
"label": "Activation"
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
"id": "variable-mapping",
|
|
1016
|
-
"label": "Variable mapping"
|
|
1017
|
-
}
|
|
1018
|
-
],
|
|
1019
|
-
"properties": [
|
|
1020
|
-
{
|
|
1021
|
-
"type": "Hidden",
|
|
1022
|
-
"value": "io.camunda:slack-webhook:1",
|
|
1023
|
-
"binding": {
|
|
1024
|
-
"type": "zeebe:property",
|
|
1025
|
-
"name": "inbound.type"
|
|
1026
|
-
}
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
"type": "Hidden",
|
|
1030
|
-
"value": "SlackEventsWebhook",
|
|
1031
|
-
"binding": {
|
|
1032
|
-
"type": "zeebe:property",
|
|
1033
|
-
"name": "inbound.subtype"
|
|
1034
|
-
}
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"type": "Hidden",
|
|
1038
|
-
"generatedValue": {
|
|
1039
|
-
"type": "uuid"
|
|
1040
|
-
},
|
|
1041
|
-
"binding": {
|
|
1042
|
-
"type": "bpmn:Message#property",
|
|
1043
|
-
"name": "name"
|
|
1044
|
-
}
|
|
1045
|
-
},
|
|
1046
|
-
{
|
|
1047
|
-
"label": "Webhook ID",
|
|
1048
|
-
"type": "String",
|
|
1049
|
-
"group": "endpoint",
|
|
1050
|
-
"binding": {
|
|
1051
|
-
"type": "zeebe:property",
|
|
1052
|
-
"name": "inbound.context"
|
|
1053
|
-
},
|
|
1054
|
-
"description": "The webhook ID is a part of the URL endpoint",
|
|
1055
|
-
"constraints": {
|
|
1056
|
-
"notEmpty": true
|
|
1057
|
-
}
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"label": "Slack signing secret",
|
|
1061
|
-
"description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
|
|
1062
|
-
"type": "String",
|
|
1063
|
-
"group": "endpoint",
|
|
1064
|
-
"feel": "optional",
|
|
1065
|
-
"binding": {
|
|
1066
|
-
"type": "zeebe:property",
|
|
1067
|
-
"name": "inbound.slackSigningSecret"
|
|
1068
|
-
},
|
|
1069
|
-
"constraints": {
|
|
1070
|
-
"notEmpty": true
|
|
1071
|
-
}
|
|
1072
|
-
},
|
|
1073
|
-
{
|
|
1074
|
-
"label": "Correlation key (process)",
|
|
1075
|
-
"type": "String",
|
|
1076
|
-
"group": "activation",
|
|
1077
|
-
"feel": "required",
|
|
1078
|
-
"description": "Sets up the correlation key from process variables",
|
|
1079
|
-
"binding": {
|
|
1080
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1081
|
-
"name": "correlationKey"
|
|
1082
|
-
},
|
|
1083
|
-
"constraints": {
|
|
1084
|
-
"notEmpty": true
|
|
1085
|
-
}
|
|
1086
|
-
},
|
|
1087
|
-
{
|
|
1088
|
-
"label": "Correlation key (payload)",
|
|
1089
|
-
"type": "String",
|
|
1090
|
-
"group": "activation",
|
|
1091
|
-
"feel": "required",
|
|
1092
|
-
"binding": {
|
|
1093
|
-
"type": "zeebe:property",
|
|
1094
|
-
"name": "correlationKeyExpression"
|
|
1095
|
-
},
|
|
1096
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
1097
|
-
"constraints": {
|
|
1098
|
-
"notEmpty": true
|
|
1099
|
-
}
|
|
1100
|
-
},
|
|
1101
|
-
{
|
|
1102
|
-
"label": "Condition",
|
|
1103
|
-
"type": "String",
|
|
1104
|
-
"group": "activation",
|
|
1105
|
-
"feel": "required",
|
|
1106
|
-
"optional": true,
|
|
1107
|
-
"binding": {
|
|
1108
|
-
"type": "zeebe:property",
|
|
1109
|
-
"name": "activationCondition"
|
|
1110
|
-
},
|
|
1111
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events."
|
|
1112
|
-
},
|
|
1113
|
-
{
|
|
1114
|
-
"label": "Result variable",
|
|
1115
|
-
"type": "String",
|
|
1116
|
-
"group": "variable-mapping",
|
|
1117
|
-
"optional": true,
|
|
1118
|
-
"binding": {
|
|
1119
|
-
"type": "zeebe:property",
|
|
1120
|
-
"name": "resultVariable"
|
|
1121
|
-
},
|
|
1122
|
-
"description": "Name of variable to store the result of the connector in"
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
"label": "Result expression",
|
|
1126
|
-
"type": "String",
|
|
1127
|
-
"group": "variable-mapping",
|
|
1128
|
-
"feel": "required",
|
|
1129
|
-
"optional": true,
|
|
1130
|
-
"binding": {
|
|
1131
|
-
"type": "zeebe:property",
|
|
1132
|
-
"name": "resultExpression"
|
|
1133
|
-
},
|
|
1134
|
-
"description": "Expression to map the inbound payload to process variables"
|
|
1135
|
-
}
|
|
1136
|
-
],
|
|
1137
1059
|
"icon": {
|
|
1138
|
-
"contents": "data:image/svg+xml;
|
|
1139
|
-
},
|
|
1140
|
-
"engines": {
|
|
1141
|
-
"camunda": "^8.2"
|
|
1060
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
1142
1061
|
}
|
|
1143
1062
|
},
|
|
1144
1063
|
{
|
|
@@ -1150,7 +1069,7 @@
|
|
|
1150
1069
|
"keywords": []
|
|
1151
1070
|
},
|
|
1152
1071
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
1153
|
-
"version":
|
|
1072
|
+
"version": 7,
|
|
1154
1073
|
"category": {
|
|
1155
1074
|
"id": "connectors",
|
|
1156
1075
|
"name": "Connectors"
|
|
@@ -1160,6 +1079,9 @@
|
|
|
1160
1079
|
"value": "bpmn:IntermediateCatchEvent",
|
|
1161
1080
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1162
1081
|
},
|
|
1082
|
+
"engines": {
|
|
1083
|
+
"camunda": "^8.3"
|
|
1084
|
+
},
|
|
1163
1085
|
"groups": [
|
|
1164
1086
|
{
|
|
1165
1087
|
"id": "endpoint",
|
|
@@ -1174,6 +1096,11 @@
|
|
|
1174
1096
|
"label": "Correlation",
|
|
1175
1097
|
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1176
1098
|
},
|
|
1099
|
+
{
|
|
1100
|
+
"id": "deduplication",
|
|
1101
|
+
"label": "Deduplication",
|
|
1102
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1103
|
+
},
|
|
1177
1104
|
{
|
|
1178
1105
|
"id": "output",
|
|
1179
1106
|
"label": "Output mapping"
|
|
@@ -1243,6 +1170,18 @@
|
|
|
1243
1170
|
},
|
|
1244
1171
|
"type": "String"
|
|
1245
1172
|
},
|
|
1173
|
+
{
|
|
1174
|
+
"id": "consumeUnmatchedEvents",
|
|
1175
|
+
"label": "Consume unmatched events",
|
|
1176
|
+
"value": true,
|
|
1177
|
+
"group": "activation",
|
|
1178
|
+
"binding": {
|
|
1179
|
+
"name": "consumeUnmatchedEvents",
|
|
1180
|
+
"type": "zeebe:property"
|
|
1181
|
+
},
|
|
1182
|
+
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
1183
|
+
"type": "Boolean"
|
|
1184
|
+
},
|
|
1246
1185
|
{
|
|
1247
1186
|
"id": "correlationKeyProcess",
|
|
1248
1187
|
"label": "Correlation key (process)",
|
|
@@ -1318,6 +1257,70 @@
|
|
|
1318
1257
|
},
|
|
1319
1258
|
"type": "Hidden"
|
|
1320
1259
|
},
|
|
1260
|
+
{
|
|
1261
|
+
"id": "deduplicationModeManualFlag",
|
|
1262
|
+
"label": "Manual mode",
|
|
1263
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1264
|
+
"value": false,
|
|
1265
|
+
"group": "deduplication",
|
|
1266
|
+
"binding": {
|
|
1267
|
+
"name": "deduplicationModeManualFlag",
|
|
1268
|
+
"type": "zeebe:property"
|
|
1269
|
+
},
|
|
1270
|
+
"type": "Boolean"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"id": "deduplicationId",
|
|
1274
|
+
"label": "Deduplication ID",
|
|
1275
|
+
"constraints": {
|
|
1276
|
+
"notEmpty": true,
|
|
1277
|
+
"pattern": {
|
|
1278
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1279
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1280
|
+
}
|
|
1281
|
+
},
|
|
1282
|
+
"group": "deduplication",
|
|
1283
|
+
"binding": {
|
|
1284
|
+
"name": "deduplicationId",
|
|
1285
|
+
"type": "zeebe:property"
|
|
1286
|
+
},
|
|
1287
|
+
"condition": {
|
|
1288
|
+
"property": "deduplicationModeManualFlag",
|
|
1289
|
+
"equals": true,
|
|
1290
|
+
"type": "simple"
|
|
1291
|
+
},
|
|
1292
|
+
"type": "String"
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"id": "deduplicationModeManual",
|
|
1296
|
+
"value": "MANUAL",
|
|
1297
|
+
"group": "deduplication",
|
|
1298
|
+
"binding": {
|
|
1299
|
+
"name": "deduplicationMode",
|
|
1300
|
+
"type": "zeebe:property"
|
|
1301
|
+
},
|
|
1302
|
+
"condition": {
|
|
1303
|
+
"property": "deduplicationId",
|
|
1304
|
+
"isActive": true,
|
|
1305
|
+
"type": "simple"
|
|
1306
|
+
},
|
|
1307
|
+
"type": "Hidden"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"id": "deduplicationModeAuto",
|
|
1311
|
+
"value": "AUTO",
|
|
1312
|
+
"group": "deduplication",
|
|
1313
|
+
"binding": {
|
|
1314
|
+
"name": "deduplicationMode",
|
|
1315
|
+
"type": "zeebe:property"
|
|
1316
|
+
},
|
|
1317
|
+
"condition": {
|
|
1318
|
+
"property": "deduplicationId",
|
|
1319
|
+
"isActive": false,
|
|
1320
|
+
"type": "simple"
|
|
1321
|
+
},
|
|
1322
|
+
"type": "Hidden"
|
|
1323
|
+
},
|
|
1321
1324
|
{
|
|
1322
1325
|
"id": "resultVariable",
|
|
1323
1326
|
"label": "Result variable",
|
|
@@ -1342,9 +1345,6 @@
|
|
|
1342
1345
|
"type": "Text"
|
|
1343
1346
|
}
|
|
1344
1347
|
],
|
|
1345
|
-
"engines": {
|
|
1346
|
-
"camunda": "^8.3"
|
|
1347
|
-
},
|
|
1348
1348
|
"icon": {
|
|
1349
1349
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
1350
1350
|
}
|