@camunda/connectors-element-templates 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -3,9 +3,16 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "SNS HTTPS Intermediate Catch Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.AWSSNS.IntermediateCatchEvent.v1",
|
|
6
|
-
"description": "Receive
|
|
7
|
-
"
|
|
6
|
+
"description": "Receive messages from AWS SNS via HTTPS.",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"receive event",
|
|
9
|
+
"receive message",
|
|
10
|
+
"notification",
|
|
11
|
+
"subscribe to topic",
|
|
12
|
+
"event driven"
|
|
13
|
+
],
|
|
8
14
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
|
|
15
|
+
"version": 6,
|
|
9
16
|
"category": {
|
|
10
17
|
"id": "connectors",
|
|
11
18
|
"name": "Connectors"
|
|
@@ -15,198 +22,8 @@
|
|
|
15
22
|
"value": "bpmn:IntermediateCatchEvent",
|
|
16
23
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
17
24
|
},
|
|
18
|
-
"groups": [
|
|
19
|
-
{
|
|
20
|
-
"id": "subscription",
|
|
21
|
-
"label": "Subscription 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:aws-sns-webhook:1",
|
|
36
|
-
"binding": {
|
|
37
|
-
"type": "zeebe:property",
|
|
38
|
-
"name": "inbound.type"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"type": "Hidden",
|
|
43
|
-
"generatedValue": {
|
|
44
|
-
"type": "uuid"
|
|
45
|
-
},
|
|
46
|
-
"binding": {
|
|
47
|
-
"type": "bpmn:Message#property",
|
|
48
|
-
"name": "name"
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"type": "Hidden",
|
|
53
|
-
"value": "SnsHttpsSubscription",
|
|
54
|
-
"binding": {
|
|
55
|
-
"type": "zeebe:property",
|
|
56
|
-
"name": "inbound.subtype"
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"label": "Subscription ID",
|
|
61
|
-
"type": "String",
|
|
62
|
-
"group": "subscription",
|
|
63
|
-
"binding": {
|
|
64
|
-
"type": "zeebe:property",
|
|
65
|
-
"name": "inbound.context"
|
|
66
|
-
},
|
|
67
|
-
"description": "The subscription ID is a part of the URL endpoint",
|
|
68
|
-
"constraints": {
|
|
69
|
-
"notEmpty": true
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"id": "securitySubscriptionAllowedFor",
|
|
74
|
-
"label": "Allow to receive messages from topic(s)",
|
|
75
|
-
"group": "subscription",
|
|
76
|
-
"description": "Control which topic(s) is allowed to start a process",
|
|
77
|
-
"value": "any",
|
|
78
|
-
"type": "Dropdown",
|
|
79
|
-
"choices": [
|
|
80
|
-
{
|
|
81
|
-
"name": "Any",
|
|
82
|
-
"value": "any"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"name": "Specific topic(s)",
|
|
86
|
-
"value": "specific"
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
"binding": {
|
|
90
|
-
"type": "zeebe:property",
|
|
91
|
-
"name": "inbound.securitySubscriptionAllowedFor"
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"label": "Topic ARN(s)",
|
|
96
|
-
"description": "Topics that allow to publish messages",
|
|
97
|
-
"type": "String",
|
|
98
|
-
"group": "subscription",
|
|
99
|
-
"feel": "optional",
|
|
100
|
-
"binding": {
|
|
101
|
-
"type": "zeebe:property",
|
|
102
|
-
"name": "inbound.topicsAllowList"
|
|
103
|
-
},
|
|
104
|
-
"constraints": {
|
|
105
|
-
"notEmpty": true
|
|
106
|
-
},
|
|
107
|
-
"condition": {
|
|
108
|
-
"property": "securitySubscriptionAllowedFor",
|
|
109
|
-
"equals": "specific"
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"label": "Correlation key (process)",
|
|
114
|
-
"type": "String",
|
|
115
|
-
"group": "activation",
|
|
116
|
-
"feel": "required",
|
|
117
|
-
"description": "Sets up the correlation key from process variables",
|
|
118
|
-
"binding": {
|
|
119
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
120
|
-
"name": "correlationKey"
|
|
121
|
-
},
|
|
122
|
-
"constraints": {
|
|
123
|
-
"notEmpty": true
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"label": "Correlation key (payload)",
|
|
128
|
-
"type": "String",
|
|
129
|
-
"group": "activation",
|
|
130
|
-
"feel": "required",
|
|
131
|
-
"binding": {
|
|
132
|
-
"type": "zeebe:property",
|
|
133
|
-
"name": "correlationKeyExpression"
|
|
134
|
-
},
|
|
135
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
136
|
-
"constraints": {
|
|
137
|
-
"notEmpty": true
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"label": "Message ID expression",
|
|
142
|
-
"feel": "required",
|
|
143
|
-
"type": "String",
|
|
144
|
-
"optional": true,
|
|
145
|
-
"group": "activation",
|
|
146
|
-
"binding": {
|
|
147
|
-
"type": "zeebe:property",
|
|
148
|
-
"name": "messageIdExpression"
|
|
149
|
-
},
|
|
150
|
-
"description": "Expression to extract unique identifier of a message"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"label": "Condition",
|
|
154
|
-
"type": "String",
|
|
155
|
-
"group": "activation",
|
|
156
|
-
"feel": "required",
|
|
157
|
-
"optional": true,
|
|
158
|
-
"binding": {
|
|
159
|
-
"type": "zeebe:property",
|
|
160
|
-
"name": "activationCondition"
|
|
161
|
-
},
|
|
162
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"label": "Result variable",
|
|
166
|
-
"type": "String",
|
|
167
|
-
"group": "variable-mapping",
|
|
168
|
-
"optional": true,
|
|
169
|
-
"binding": {
|
|
170
|
-
"type": "zeebe:property",
|
|
171
|
-
"name": "resultVariable"
|
|
172
|
-
},
|
|
173
|
-
"description": "Name of variable to store the result of the Connector in"
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"label": "Result expression",
|
|
177
|
-
"type": "String",
|
|
178
|
-
"group": "variable-mapping",
|
|
179
|
-
"feel": "required",
|
|
180
|
-
"optional": true,
|
|
181
|
-
"binding": {
|
|
182
|
-
"type": "zeebe:property",
|
|
183
|
-
"name": "resultExpression"
|
|
184
|
-
},
|
|
185
|
-
"description": "Expression to map the inbound payload to process variables"
|
|
186
|
-
}
|
|
187
|
-
],
|
|
188
|
-
"icon": {
|
|
189
|
-
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 80 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/64/Arch_AWS-Simple-Notification-Service_64%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/64/Arch_AWS-Simple-Notification-Service_64' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/64/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='80' height='80'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M17,38 C18.103,38 19,38.897 19,40 C19,41.103 18.103,42 17,42 C15.897,42 15,41.103 15,40 C15,38.897 15.897,38 17,38 L17,38 Z M41,64 C29.314,64 19.289,55.466 17.194,43.98 C18.965,43.894 20.427,42.659 20.857,41 L27,41 L27,39 L20.857,39 C20.427,37.342 18.966,36.107 17.195,36.02 C19.285,24.71 29.511,16 41,16 C45.313,16 49.832,17.622 54.429,20.821 L55.571,19.179 C50.633,15.743 45.73,14 41,14 C28.27,14 16.949,23.865 15.063,36.521 C13.839,37.207 13,38.5 13,40 C13,41.5 13.839,42.793 15.063,43.478 C16.97,56.341 28.056,66 41,66 C46.407,66 51.942,64.157 56.585,60.811 L55.415,59.189 C51.11,62.292 45.991,64 41,64 L41,64 Z M30.101,36.442 C31.955,36.895 34.275,37 36,37 C37.642,37 39.823,36.905 41.629,36.506 L37.105,45.553 C37.036,45.691 37,45.845 37,46 L37,50.453 C36.199,50.964 34.833,51.812 34,51.986 L34,46 C34,45.868 33.974,45.737 33.923,45.615 L30.101,36.442 Z M36,33 C40.025,33 42.174,33.604 42.841,34 C42.174,34.396 40.025,35 36,35 C31.975,35 29.826,34.396 29.159,34 C29.826,33.604 31.975,33 36,33 L36,33 Z M33,54 L34,54 C34.043,54 34.086,53.997 34.128,53.992 C35.352,53.833 36.909,52.887 38.272,52.013 L38.535,51.845 C38.824,51.661 39,51.342 39,51 L39,46.236 L44.559,35.12 C44.833,34.801 45,34.434 45,34 C45,31.39 39.361,31 36,31 C32.639,31 27,31.39 27,34 C27,34.366 27.12,34.684 27.32,34.967 L32,46.2 L32,53 C32,53.552 32.447,54 33,54 L33,54 Z M62,53 C63.103,53 64,53.897 64,55 C64,56.103 63.103,57 62,57 C60.897,57 60,56.103 60,55 C60,53.897 60.897,53 62,53 L62,53 Z M62,23 C63.103,23 64,23.897 64,25 C64,26.103 63.103,27 62,27 C60.897,27 60,26.103 60,25 C60,23.897 60.897,23 62,23 L62,23 Z M64,38 C65.103,38 66,38.897 66,40 C66,41.103 65.103,42 64,42 C62.897,42 62,41.103 62,40 C62,38.897 62.897,38 64,38 L64,38 Z M54,41 L60.143,41 C60.589,42.72 62.142,44 64,44 C66.206,44 68,42.206 68,40 C68,37.794 66.206,36 64,36 C62.142,36 60.589,37.28 60.143,39 L54,39 L54,26 L58.143,26 C58.589,27.72 60.142,29 62,29 C64.206,29 66,27.206 66,25 C66,22.794 64.206,21 62,21 C60.142,21 58.589,22.28 58.143,24 L53,24 C52.447,24 52,24.448 52,25 L52,39 L45,39 L45,41 L52,41 L52,55 C52,55.552 52.447,56 53,56 L58.143,56 C58.589,57.72 60.142,59 62,59 C64.206,59 66,57.206 66,55 C66,52.794 64.206,51 62,51 C60.142,51 58.589,52.28 58.143,54 L54,54 L54,41 Z' id='AWS-Simple-Notification-Service_Icon_64_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
190
|
-
},
|
|
191
25
|
"engines": {
|
|
192
|
-
"camunda": "^8.
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
197
|
-
"name": "SNS HTTPS Intermediate Catch Event Connector",
|
|
198
|
-
"id": "io.camunda.connectors.inbound.AWSSNS.IntermediateCatchEvent.v1",
|
|
199
|
-
"description": "Receive events from AWS SNS",
|
|
200
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
|
|
201
|
-
"version": 4,
|
|
202
|
-
"category": {
|
|
203
|
-
"id": "connectors",
|
|
204
|
-
"name": "Connectors"
|
|
205
|
-
},
|
|
206
|
-
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
207
|
-
"elementType": {
|
|
208
|
-
"value": "bpmn:IntermediateCatchEvent",
|
|
209
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
26
|
+
"camunda": "^8.3"
|
|
210
27
|
},
|
|
211
28
|
"groups": [
|
|
212
29
|
{
|
|
@@ -222,6 +39,11 @@
|
|
|
222
39
|
"label": "Correlation",
|
|
223
40
|
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
224
41
|
},
|
|
42
|
+
{
|
|
43
|
+
"id": "deduplication",
|
|
44
|
+
"label": "Deduplication",
|
|
45
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
46
|
+
},
|
|
225
47
|
{
|
|
226
48
|
"id": "output",
|
|
227
49
|
"label": "Output mapping"
|
|
@@ -305,6 +127,18 @@
|
|
|
305
127
|
},
|
|
306
128
|
"type": "String"
|
|
307
129
|
},
|
|
130
|
+
{
|
|
131
|
+
"id": "consumeUnmatchedEvents",
|
|
132
|
+
"label": "Consume unmatched events",
|
|
133
|
+
"value": true,
|
|
134
|
+
"group": "activation",
|
|
135
|
+
"binding": {
|
|
136
|
+
"name": "consumeUnmatchedEvents",
|
|
137
|
+
"type": "zeebe:property"
|
|
138
|
+
},
|
|
139
|
+
"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",
|
|
140
|
+
"type": "Boolean"
|
|
141
|
+
},
|
|
308
142
|
{
|
|
309
143
|
"id": "correlationKeyProcess",
|
|
310
144
|
"label": "Correlation key (process)",
|
|
@@ -370,57 +204,118 @@
|
|
|
370
204
|
},
|
|
371
205
|
{
|
|
372
206
|
"id": "messageNameUuid",
|
|
207
|
+
"label": "Message name",
|
|
373
208
|
"generatedValue": {
|
|
374
209
|
"type": "uuid"
|
|
375
210
|
},
|
|
211
|
+
"feel": "optional",
|
|
376
212
|
"group": "correlation",
|
|
377
213
|
"binding": {
|
|
378
214
|
"name": "name",
|
|
379
215
|
"type": "bpmn:Message#property"
|
|
380
216
|
},
|
|
381
|
-
"
|
|
217
|
+
"tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
|
|
218
|
+
"type": "String"
|
|
382
219
|
},
|
|
383
220
|
{
|
|
384
|
-
"id": "
|
|
385
|
-
"label": "
|
|
386
|
-
"description": "
|
|
387
|
-
"
|
|
221
|
+
"id": "deduplicationModeManualFlag",
|
|
222
|
+
"label": "Manual mode",
|
|
223
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
224
|
+
"value": false,
|
|
225
|
+
"group": "deduplication",
|
|
388
226
|
"binding": {
|
|
389
|
-
"name": "
|
|
227
|
+
"name": "deduplicationModeManualFlag",
|
|
390
228
|
"type": "zeebe:property"
|
|
391
229
|
},
|
|
392
|
-
"type": "
|
|
230
|
+
"type": "Boolean"
|
|
393
231
|
},
|
|
394
232
|
{
|
|
395
|
-
"id": "
|
|
396
|
-
"label": "
|
|
397
|
-
"
|
|
398
|
-
|
|
399
|
-
|
|
233
|
+
"id": "deduplicationId",
|
|
234
|
+
"label": "Deduplication ID",
|
|
235
|
+
"constraints": {
|
|
236
|
+
"notEmpty": true,
|
|
237
|
+
"pattern": {
|
|
238
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
239
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
"group": "deduplication",
|
|
400
243
|
"binding": {
|
|
401
|
-
"name": "
|
|
244
|
+
"name": "deduplicationId",
|
|
402
245
|
"type": "zeebe:property"
|
|
403
246
|
},
|
|
404
|
-
"
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
247
|
+
"condition": {
|
|
248
|
+
"property": "deduplicationModeManualFlag",
|
|
249
|
+
"equals": true,
|
|
250
|
+
"type": "simple"
|
|
251
|
+
},
|
|
252
|
+
"type": "String"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"id": "deduplicationModeManual",
|
|
256
|
+
"value": "MANUAL",
|
|
257
|
+
"group": "deduplication",
|
|
258
|
+
"binding": {
|
|
259
|
+
"name": "deduplicationMode",
|
|
260
|
+
"type": "zeebe:property"
|
|
261
|
+
},
|
|
262
|
+
"condition": {
|
|
263
|
+
"property": "deduplicationId",
|
|
264
|
+
"isActive": true,
|
|
265
|
+
"type": "simple"
|
|
266
|
+
},
|
|
267
|
+
"type": "Hidden"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"id": "deduplicationModeAuto",
|
|
271
|
+
"value": "AUTO",
|
|
272
|
+
"group": "deduplication",
|
|
273
|
+
"binding": {
|
|
274
|
+
"name": "deduplicationMode",
|
|
275
|
+
"type": "zeebe:property"
|
|
276
|
+
},
|
|
277
|
+
"condition": {
|
|
278
|
+
"property": "deduplicationId",
|
|
279
|
+
"isActive": false,
|
|
280
|
+
"type": "simple"
|
|
281
|
+
},
|
|
282
|
+
"type": "Hidden"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"id": "resultVariable",
|
|
286
|
+
"label": "Result variable",
|
|
287
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
|
|
288
|
+
"group": "output",
|
|
289
|
+
"binding": {
|
|
290
|
+
"name": "resultVariable",
|
|
291
|
+
"type": "zeebe:property"
|
|
292
|
+
},
|
|
293
|
+
"type": "String"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"id": "resultExpression",
|
|
297
|
+
"label": "Result expression",
|
|
298
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
|
|
299
|
+
"feel": "required",
|
|
300
|
+
"group": "output",
|
|
301
|
+
"binding": {
|
|
302
|
+
"name": "resultExpression",
|
|
303
|
+
"type": "zeebe:property"
|
|
304
|
+
},
|
|
305
|
+
"type": "Text"
|
|
306
|
+
}
|
|
307
|
+
],
|
|
308
|
+
"icon": {
|
|
309
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
310
|
+
}
|
|
413
311
|
},
|
|
414
312
|
{
|
|
415
313
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
416
314
|
"name": "SNS HTTPS Intermediate Catch Event Connector",
|
|
417
315
|
"id": "io.camunda.connectors.inbound.AWSSNS.IntermediateCatchEvent.v1",
|
|
418
|
-
"description": "Receive
|
|
419
|
-
"
|
|
420
|
-
"keywords": ["receive event", "receive message"]
|
|
421
|
-
},
|
|
316
|
+
"description": "Receive events from AWS SNS",
|
|
317
|
+
"version": 3,
|
|
422
318
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
|
|
423
|
-
"version": 5,
|
|
424
319
|
"category": {
|
|
425
320
|
"id": "connectors",
|
|
426
321
|
"name": "Connectors"
|
|
@@ -440,50 +335,56 @@
|
|
|
440
335
|
"label": "Activation"
|
|
441
336
|
},
|
|
442
337
|
{
|
|
443
|
-
"id": "
|
|
444
|
-
"label": "
|
|
445
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"id": "output",
|
|
449
|
-
"label": "Output mapping"
|
|
338
|
+
"id": "variable-mapping",
|
|
339
|
+
"label": "Variable Mapping"
|
|
450
340
|
}
|
|
451
341
|
],
|
|
452
342
|
"properties": [
|
|
453
343
|
{
|
|
344
|
+
"type": "Hidden",
|
|
454
345
|
"value": "io.camunda:aws-sns-webhook:1",
|
|
455
346
|
"binding": {
|
|
456
|
-
"
|
|
457
|
-
"
|
|
347
|
+
"type": "zeebe:property",
|
|
348
|
+
"name": "inbound.type"
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"type": "Hidden",
|
|
353
|
+
"generatedValue": {
|
|
354
|
+
"type": "uuid"
|
|
458
355
|
},
|
|
459
|
-
"
|
|
356
|
+
"binding": {
|
|
357
|
+
"type": "bpmn:Message#property",
|
|
358
|
+
"name": "name"
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"type": "Hidden",
|
|
363
|
+
"value": "SnsHttpsSubscription",
|
|
364
|
+
"binding": {
|
|
365
|
+
"type": "zeebe:property",
|
|
366
|
+
"name": "inbound.subtype"
|
|
367
|
+
}
|
|
460
368
|
},
|
|
461
369
|
{
|
|
462
|
-
"id": "inbound.context",
|
|
463
370
|
"label": "Subscription ID",
|
|
464
|
-
"
|
|
465
|
-
"optional": false,
|
|
466
|
-
"constraints": {
|
|
467
|
-
"notEmpty": true
|
|
468
|
-
},
|
|
371
|
+
"type": "String",
|
|
469
372
|
"group": "subscription",
|
|
470
373
|
"binding": {
|
|
471
|
-
"
|
|
472
|
-
"
|
|
374
|
+
"type": "zeebe:property",
|
|
375
|
+
"name": "inbound.context"
|
|
473
376
|
},
|
|
474
|
-
"
|
|
377
|
+
"description": "The subscription ID is a part of the URL endpoint",
|
|
378
|
+
"constraints": {
|
|
379
|
+
"notEmpty": true
|
|
380
|
+
}
|
|
475
381
|
},
|
|
476
382
|
{
|
|
477
|
-
"id": "
|
|
383
|
+
"id": "securitySubscriptionAllowedFor",
|
|
478
384
|
"label": "Allow to receive messages from topic(s)",
|
|
385
|
+
"group": "subscription",
|
|
479
386
|
"description": "Control which topic(s) is allowed to start a process",
|
|
480
|
-
"optional": false,
|
|
481
387
|
"value": "any",
|
|
482
|
-
"group": "subscription",
|
|
483
|
-
"binding": {
|
|
484
|
-
"name": "inbound.securitySubscriptionAllowedFor",
|
|
485
|
-
"type": "zeebe:property"
|
|
486
|
-
},
|
|
487
388
|
"type": "Dropdown",
|
|
488
389
|
"choices": [
|
|
489
390
|
{
|
|
@@ -494,151 +395,119 @@
|
|
|
494
395
|
"name": "Specific topic(s)",
|
|
495
396
|
"value": "specific"
|
|
496
397
|
}
|
|
497
|
-
]
|
|
398
|
+
],
|
|
399
|
+
"binding": {
|
|
400
|
+
"type": "zeebe:property",
|
|
401
|
+
"name": "inbound.securitySubscriptionAllowedFor"
|
|
402
|
+
}
|
|
498
403
|
},
|
|
499
404
|
{
|
|
500
|
-
"id": "inbound.topicsAllowList",
|
|
501
405
|
"label": "Topic ARN(s)",
|
|
502
406
|
"description": "Topics that allow to publish messages",
|
|
503
|
-
"
|
|
504
|
-
"feel": "optional",
|
|
407
|
+
"type": "String",
|
|
505
408
|
"group": "subscription",
|
|
409
|
+
"feel": "optional",
|
|
506
410
|
"binding": {
|
|
507
|
-
"
|
|
508
|
-
"
|
|
411
|
+
"type": "zeebe:property",
|
|
412
|
+
"name": "inbound.topicsAllowList"
|
|
509
413
|
},
|
|
510
|
-
"
|
|
511
|
-
"
|
|
512
|
-
"equals": "specific",
|
|
513
|
-
"type": "simple"
|
|
414
|
+
"constraints": {
|
|
415
|
+
"notEmpty": true
|
|
514
416
|
},
|
|
515
|
-
"
|
|
417
|
+
"condition": {
|
|
418
|
+
"property": "securitySubscriptionAllowedFor",
|
|
419
|
+
"equals": "specific"
|
|
420
|
+
}
|
|
516
421
|
},
|
|
517
422
|
{
|
|
518
|
-
"
|
|
519
|
-
"
|
|
520
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
521
|
-
"optional": true,
|
|
522
|
-
"feel": "required",
|
|
423
|
+
"label": "Correlation key (process)",
|
|
424
|
+
"type": "String",
|
|
523
425
|
"group": "activation",
|
|
426
|
+
"feel": "required",
|
|
427
|
+
"description": "Sets up the correlation key from process variables",
|
|
524
428
|
"binding": {
|
|
525
|
-
"
|
|
526
|
-
"
|
|
429
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
430
|
+
"name": "correlationKey"
|
|
527
431
|
},
|
|
528
|
-
"type": "String"
|
|
529
|
-
},
|
|
530
|
-
{
|
|
531
|
-
"id": "correlationKeyProcess",
|
|
532
|
-
"label": "Correlation key (process)",
|
|
533
|
-
"description": "Sets up the correlation key from process variables",
|
|
534
432
|
"constraints": {
|
|
535
433
|
"notEmpty": true
|
|
536
|
-
}
|
|
537
|
-
"feel": "required",
|
|
538
|
-
"group": "correlation",
|
|
539
|
-
"binding": {
|
|
540
|
-
"name": "correlationKey",
|
|
541
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
542
|
-
},
|
|
543
|
-
"type": "String"
|
|
434
|
+
}
|
|
544
435
|
},
|
|
545
436
|
{
|
|
546
|
-
"id": "correlationKeyPayload",
|
|
547
437
|
"label": "Correlation key (payload)",
|
|
548
|
-
"
|
|
549
|
-
"
|
|
550
|
-
"notEmpty": true
|
|
551
|
-
},
|
|
438
|
+
"type": "String",
|
|
439
|
+
"group": "activation",
|
|
552
440
|
"feel": "required",
|
|
553
|
-
"group": "correlation",
|
|
554
441
|
"binding": {
|
|
555
|
-
"
|
|
556
|
-
"
|
|
442
|
+
"type": "zeebe:property",
|
|
443
|
+
"name": "correlationKeyExpression"
|
|
557
444
|
},
|
|
558
|
-
"
|
|
445
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
446
|
+
"constraints": {
|
|
447
|
+
"notEmpty": true
|
|
448
|
+
}
|
|
559
449
|
},
|
|
560
450
|
{
|
|
561
|
-
"id": "messageIdExpression",
|
|
562
451
|
"label": "Message ID expression",
|
|
563
|
-
"description": "Expression to extract unique identifier of a message",
|
|
564
|
-
"optional": true,
|
|
565
452
|
"feel": "required",
|
|
566
|
-
"
|
|
567
|
-
"binding": {
|
|
568
|
-
"name": "messageIdExpression",
|
|
569
|
-
"type": "zeebe:property"
|
|
570
|
-
},
|
|
571
|
-
"type": "String"
|
|
572
|
-
},
|
|
573
|
-
{
|
|
574
|
-
"id": "messageTtl",
|
|
575
|
-
"label": "Message TTL",
|
|
576
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
453
|
+
"type": "String",
|
|
577
454
|
"optional": true,
|
|
578
|
-
"
|
|
579
|
-
"notEmpty": false,
|
|
580
|
-
"pattern": {
|
|
581
|
-
"value": "^(PT.*|)$",
|
|
582
|
-
"message": "must be an ISO-8601 duration"
|
|
583
|
-
}
|
|
584
|
-
},
|
|
585
|
-
"feel": "optional",
|
|
586
|
-
"group": "correlation",
|
|
455
|
+
"group": "activation",
|
|
587
456
|
"binding": {
|
|
588
|
-
"
|
|
589
|
-
"
|
|
457
|
+
"type": "zeebe:property",
|
|
458
|
+
"name": "messageIdExpression"
|
|
590
459
|
},
|
|
591
|
-
"
|
|
460
|
+
"description": "Expression to extract unique identifier of a message"
|
|
592
461
|
},
|
|
593
462
|
{
|
|
594
|
-
"
|
|
595
|
-
"
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
"
|
|
463
|
+
"label": "Condition",
|
|
464
|
+
"type": "String",
|
|
465
|
+
"group": "activation",
|
|
466
|
+
"feel": "required",
|
|
467
|
+
"optional": true,
|
|
599
468
|
"binding": {
|
|
600
|
-
"
|
|
601
|
-
"
|
|
469
|
+
"type": "zeebe:property",
|
|
470
|
+
"name": "activationCondition"
|
|
602
471
|
},
|
|
603
|
-
"
|
|
472
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
604
473
|
},
|
|
605
474
|
{
|
|
606
|
-
"id": "resultVariable",
|
|
607
475
|
"label": "Result variable",
|
|
608
|
-
"
|
|
609
|
-
"group": "
|
|
476
|
+
"type": "String",
|
|
477
|
+
"group": "variable-mapping",
|
|
478
|
+
"optional": true,
|
|
610
479
|
"binding": {
|
|
611
|
-
"
|
|
612
|
-
"
|
|
480
|
+
"type": "zeebe:property",
|
|
481
|
+
"name": "resultVariable"
|
|
613
482
|
},
|
|
614
|
-
"
|
|
483
|
+
"description": "Name of variable to store the result of the Connector in"
|
|
615
484
|
},
|
|
616
485
|
{
|
|
617
|
-
"id": "resultExpression",
|
|
618
486
|
"label": "Result expression",
|
|
619
|
-
"
|
|
487
|
+
"type": "String",
|
|
488
|
+
"group": "variable-mapping",
|
|
620
489
|
"feel": "required",
|
|
621
|
-
"
|
|
490
|
+
"optional": true,
|
|
622
491
|
"binding": {
|
|
623
|
-
"
|
|
624
|
-
"
|
|
492
|
+
"type": "zeebe:property",
|
|
493
|
+
"name": "resultExpression"
|
|
625
494
|
},
|
|
626
|
-
"
|
|
495
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
627
496
|
}
|
|
628
497
|
],
|
|
629
|
-
"engines": {
|
|
630
|
-
"camunda": "^8.3"
|
|
631
|
-
},
|
|
632
498
|
"icon": {
|
|
633
|
-
"contents": "data:image/svg+xml
|
|
499
|
+
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 80 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/64/Arch_AWS-Simple-Notification-Service_64%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/64/Arch_AWS-Simple-Notification-Service_64' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/64/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='80' height='80'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M17,38 C18.103,38 19,38.897 19,40 C19,41.103 18.103,42 17,42 C15.897,42 15,41.103 15,40 C15,38.897 15.897,38 17,38 L17,38 Z M41,64 C29.314,64 19.289,55.466 17.194,43.98 C18.965,43.894 20.427,42.659 20.857,41 L27,41 L27,39 L20.857,39 C20.427,37.342 18.966,36.107 17.195,36.02 C19.285,24.71 29.511,16 41,16 C45.313,16 49.832,17.622 54.429,20.821 L55.571,19.179 C50.633,15.743 45.73,14 41,14 C28.27,14 16.949,23.865 15.063,36.521 C13.839,37.207 13,38.5 13,40 C13,41.5 13.839,42.793 15.063,43.478 C16.97,56.341 28.056,66 41,66 C46.407,66 51.942,64.157 56.585,60.811 L55.415,59.189 C51.11,62.292 45.991,64 41,64 L41,64 Z M30.101,36.442 C31.955,36.895 34.275,37 36,37 C37.642,37 39.823,36.905 41.629,36.506 L37.105,45.553 C37.036,45.691 37,45.845 37,46 L37,50.453 C36.199,50.964 34.833,51.812 34,51.986 L34,46 C34,45.868 33.974,45.737 33.923,45.615 L30.101,36.442 Z M36,33 C40.025,33 42.174,33.604 42.841,34 C42.174,34.396 40.025,35 36,35 C31.975,35 29.826,34.396 29.159,34 C29.826,33.604 31.975,33 36,33 L36,33 Z M33,54 L34,54 C34.043,54 34.086,53.997 34.128,53.992 C35.352,53.833 36.909,52.887 38.272,52.013 L38.535,51.845 C38.824,51.661 39,51.342 39,51 L39,46.236 L44.559,35.12 C44.833,34.801 45,34.434 45,34 C45,31.39 39.361,31 36,31 C32.639,31 27,31.39 27,34 C27,34.366 27.12,34.684 27.32,34.967 L32,46.2 L32,53 C32,53.552 32.447,54 33,54 L33,54 Z M62,53 C63.103,53 64,53.897 64,55 C64,56.103 63.103,57 62,57 C60.897,57 60,56.103 60,55 C60,53.897 60.897,53 62,53 L62,53 Z M62,23 C63.103,23 64,23.897 64,25 C64,26.103 63.103,27 62,27 C60.897,27 60,26.103 60,25 C60,23.897 60.897,23 62,23 L62,23 Z M64,38 C65.103,38 66,38.897 66,40 C66,41.103 65.103,42 64,42 C62.897,42 62,41.103 62,40 C62,38.897 62.897,38 64,38 L64,38 Z M54,41 L60.143,41 C60.589,42.72 62.142,44 64,44 C66.206,44 68,42.206 68,40 C68,37.794 66.206,36 64,36 C62.142,36 60.589,37.28 60.143,39 L54,39 L54,26 L58.143,26 C58.589,27.72 60.142,29 62,29 C64.206,29 66,27.206 66,25 C66,22.794 64.206,21 62,21 C60.142,21 58.589,22.28 58.143,24 L53,24 C52.447,24 52,24.448 52,25 L52,39 L45,39 L45,41 L52,41 L52,55 C52,55.552 52.447,56 53,56 L58.143,56 C58.589,57.72 60.142,59 62,59 C64.206,59 66,57.206 66,55 C66,52.794 64.206,51 62,51 C60.142,51 58.589,52.28 58.143,54 L54,54 L54,41 Z' id='AWS-Simple-Notification-Service_Icon_64_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
500
|
+
},
|
|
501
|
+
"engines": {
|
|
502
|
+
"camunda": "^8.4"
|
|
634
503
|
}
|
|
635
504
|
},
|
|
636
505
|
{
|
|
637
506
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
638
|
-
"name": "SNS HTTPS
|
|
507
|
+
"name": "SNS HTTPS Intermediate Catch Event Connector",
|
|
639
508
|
"id": "io.camunda.connectors.inbound.AWSSNS.IntermediateCatchEvent.v1",
|
|
640
509
|
"description": "Receive events from AWS SNS",
|
|
641
|
-
"version":
|
|
510
|
+
"version": 2,
|
|
642
511
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns-inbound/",
|
|
643
512
|
"category": {
|
|
644
513
|
"id": "connectors",
|
|
@@ -701,14 +570,189 @@
|
|
|
701
570
|
"description": "The subscription ID is a part of the URL endpoint",
|
|
702
571
|
"constraints": {
|
|
703
572
|
"notEmpty": true
|
|
704
|
-
}
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"id": "securitySubscriptionAllowedFor",
|
|
577
|
+
"label": "Allow to receive messages from topic(s)",
|
|
578
|
+
"group": "subscription",
|
|
579
|
+
"description": "Control which topic(s) is allowed to start a process",
|
|
580
|
+
"value": "any",
|
|
581
|
+
"type": "Dropdown",
|
|
582
|
+
"choices": [
|
|
583
|
+
{
|
|
584
|
+
"name": "Any",
|
|
585
|
+
"value": "any"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"name": "Specific topic(s)",
|
|
589
|
+
"value": "specific"
|
|
590
|
+
}
|
|
591
|
+
],
|
|
592
|
+
"binding": {
|
|
593
|
+
"type": "zeebe:property",
|
|
594
|
+
"name": "inbound.securitySubscriptionAllowedFor"
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"label": "Topic ARN(s)",
|
|
599
|
+
"description": "Topics that allow to publish messages",
|
|
600
|
+
"type": "String",
|
|
601
|
+
"group": "subscription",
|
|
602
|
+
"feel": "optional",
|
|
603
|
+
"binding": {
|
|
604
|
+
"type": "zeebe:property",
|
|
605
|
+
"name": "inbound.topicsAllowList"
|
|
606
|
+
},
|
|
607
|
+
"constraints": {
|
|
608
|
+
"notEmpty": true
|
|
609
|
+
},
|
|
610
|
+
"condition": {
|
|
611
|
+
"property": "securitySubscriptionAllowedFor",
|
|
612
|
+
"equals": "specific"
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"label": "Correlation key (process)",
|
|
617
|
+
"type": "String",
|
|
618
|
+
"group": "activation",
|
|
619
|
+
"feel": "required",
|
|
620
|
+
"description": "Sets up the correlation key from process variables",
|
|
621
|
+
"binding": {
|
|
622
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
623
|
+
"name": "correlationKey"
|
|
624
|
+
},
|
|
625
|
+
"constraints": {
|
|
626
|
+
"notEmpty": true
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"label": "Correlation key (payload)",
|
|
631
|
+
"type": "String",
|
|
632
|
+
"group": "activation",
|
|
633
|
+
"feel": "required",
|
|
634
|
+
"binding": {
|
|
635
|
+
"type": "zeebe:property",
|
|
636
|
+
"name": "correlationKeyExpression"
|
|
637
|
+
},
|
|
638
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
639
|
+
"constraints": {
|
|
640
|
+
"notEmpty": true
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"label": "Condition",
|
|
645
|
+
"type": "String",
|
|
646
|
+
"group": "activation",
|
|
647
|
+
"feel": "required",
|
|
648
|
+
"optional": true,
|
|
649
|
+
"binding": {
|
|
650
|
+
"type": "zeebe:property",
|
|
651
|
+
"name": "activationCondition"
|
|
652
|
+
},
|
|
653
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"label": "Result variable",
|
|
657
|
+
"type": "String",
|
|
658
|
+
"group": "variable-mapping",
|
|
659
|
+
"optional": true,
|
|
660
|
+
"binding": {
|
|
661
|
+
"type": "zeebe:property",
|
|
662
|
+
"name": "resultVariable"
|
|
663
|
+
},
|
|
664
|
+
"description": "Name of variable to store the result of the Connector in"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"label": "Result expression",
|
|
668
|
+
"type": "String",
|
|
669
|
+
"group": "variable-mapping",
|
|
670
|
+
"feel": "required",
|
|
671
|
+
"optional": true,
|
|
672
|
+
"binding": {
|
|
673
|
+
"type": "zeebe:property",
|
|
674
|
+
"name": "resultExpression"
|
|
675
|
+
},
|
|
676
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
677
|
+
}
|
|
678
|
+
],
|
|
679
|
+
"icon": {
|
|
680
|
+
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 80 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/64/Arch_AWS-Simple-Notification-Service_64%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/64/Arch_AWS-Simple-Notification-Service_64' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/64/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='80' height='80'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M17,38 C18.103,38 19,38.897 19,40 C19,41.103 18.103,42 17,42 C15.897,42 15,41.103 15,40 C15,38.897 15.897,38 17,38 L17,38 Z M41,64 C29.314,64 19.289,55.466 17.194,43.98 C18.965,43.894 20.427,42.659 20.857,41 L27,41 L27,39 L20.857,39 C20.427,37.342 18.966,36.107 17.195,36.02 C19.285,24.71 29.511,16 41,16 C45.313,16 49.832,17.622 54.429,20.821 L55.571,19.179 C50.633,15.743 45.73,14 41,14 C28.27,14 16.949,23.865 15.063,36.521 C13.839,37.207 13,38.5 13,40 C13,41.5 13.839,42.793 15.063,43.478 C16.97,56.341 28.056,66 41,66 C46.407,66 51.942,64.157 56.585,60.811 L55.415,59.189 C51.11,62.292 45.991,64 41,64 L41,64 Z M30.101,36.442 C31.955,36.895 34.275,37 36,37 C37.642,37 39.823,36.905 41.629,36.506 L37.105,45.553 C37.036,45.691 37,45.845 37,46 L37,50.453 C36.199,50.964 34.833,51.812 34,51.986 L34,46 C34,45.868 33.974,45.737 33.923,45.615 L30.101,36.442 Z M36,33 C40.025,33 42.174,33.604 42.841,34 C42.174,34.396 40.025,35 36,35 C31.975,35 29.826,34.396 29.159,34 C29.826,33.604 31.975,33 36,33 L36,33 Z M33,54 L34,54 C34.043,54 34.086,53.997 34.128,53.992 C35.352,53.833 36.909,52.887 38.272,52.013 L38.535,51.845 C38.824,51.661 39,51.342 39,51 L39,46.236 L44.559,35.12 C44.833,34.801 45,34.434 45,34 C45,31.39 39.361,31 36,31 C32.639,31 27,31.39 27,34 C27,34.366 27.12,34.684 27.32,34.967 L32,46.2 L32,53 C32,53.552 32.447,54 33,54 L33,54 Z M62,53 C63.103,53 64,53.897 64,55 C64,56.103 63.103,57 62,57 C60.897,57 60,56.103 60,55 C60,53.897 60.897,53 62,53 L62,53 Z M62,23 C63.103,23 64,23.897 64,25 C64,26.103 63.103,27 62,27 C60.897,27 60,26.103 60,25 C60,23.897 60.897,23 62,23 L62,23 Z M64,38 C65.103,38 66,38.897 66,40 C66,41.103 65.103,42 64,42 C62.897,42 62,41.103 62,40 C62,38.897 62.897,38 64,38 L64,38 Z M54,41 L60.143,41 C60.589,42.72 62.142,44 64,44 C66.206,44 68,42.206 68,40 C68,37.794 66.206,36 64,36 C62.142,36 60.589,37.28 60.143,39 L54,39 L54,26 L58.143,26 C58.589,27.72 60.142,29 62,29 C64.206,29 66,27.206 66,25 C66,22.794 64.206,21 62,21 C60.142,21 58.589,22.28 58.143,24 L53,24 C52.447,24 52,24.448 52,25 L52,39 L45,39 L45,41 L52,41 L52,55 C52,55.552 52.447,56 53,56 L58.143,56 C58.589,57.72 60.142,59 62,59 C64.206,59 66,57.206 66,55 C66,52.794 64.206,51 62,51 C60.142,51 58.589,52.28 58.143,54 L54,54 L54,41 Z' id='AWS-Simple-Notification-Service_Icon_64_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
681
|
+
},
|
|
682
|
+
"engines": {
|
|
683
|
+
"camunda": "^8.2"
|
|
684
|
+
}
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
688
|
+
"name": "SNS HTTPS Intermediate Catch Event Connector",
|
|
689
|
+
"id": "io.camunda.connectors.inbound.AWSSNS.IntermediateCatchEvent.v1",
|
|
690
|
+
"description": "Receive events from AWS SNS",
|
|
691
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
|
|
692
|
+
"version": 4,
|
|
693
|
+
"category": {
|
|
694
|
+
"id": "connectors",
|
|
695
|
+
"name": "Connectors"
|
|
696
|
+
},
|
|
697
|
+
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
698
|
+
"elementType": {
|
|
699
|
+
"value": "bpmn:IntermediateCatchEvent",
|
|
700
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
701
|
+
},
|
|
702
|
+
"groups": [
|
|
703
|
+
{
|
|
704
|
+
"id": "subscription",
|
|
705
|
+
"label": "Subscription Configuration"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"id": "activation",
|
|
709
|
+
"label": "Activation"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"id": "correlation",
|
|
713
|
+
"label": "Correlation",
|
|
714
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"id": "output",
|
|
718
|
+
"label": "Output mapping"
|
|
719
|
+
}
|
|
720
|
+
],
|
|
721
|
+
"properties": [
|
|
722
|
+
{
|
|
723
|
+
"value": "io.camunda:aws-sns-webhook:1",
|
|
724
|
+
"binding": {
|
|
725
|
+
"name": "inbound.type",
|
|
726
|
+
"type": "zeebe:property"
|
|
727
|
+
},
|
|
728
|
+
"type": "Hidden"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"id": "inbound.context",
|
|
732
|
+
"label": "Subscription ID",
|
|
733
|
+
"description": "The subscription ID is a part of the URL endpoint",
|
|
734
|
+
"optional": false,
|
|
735
|
+
"constraints": {
|
|
736
|
+
"notEmpty": true
|
|
737
|
+
},
|
|
738
|
+
"group": "subscription",
|
|
739
|
+
"binding": {
|
|
740
|
+
"name": "inbound.context",
|
|
741
|
+
"type": "zeebe:property"
|
|
742
|
+
},
|
|
743
|
+
"type": "String"
|
|
705
744
|
},
|
|
706
745
|
{
|
|
707
|
-
"id": "securitySubscriptionAllowedFor",
|
|
746
|
+
"id": "inbound.securitySubscriptionAllowedFor",
|
|
708
747
|
"label": "Allow to receive messages from topic(s)",
|
|
709
|
-
"group": "subscription",
|
|
710
748
|
"description": "Control which topic(s) is allowed to start a process",
|
|
749
|
+
"optional": false,
|
|
711
750
|
"value": "any",
|
|
751
|
+
"group": "subscription",
|
|
752
|
+
"binding": {
|
|
753
|
+
"name": "inbound.securitySubscriptionAllowedFor",
|
|
754
|
+
"type": "zeebe:property"
|
|
755
|
+
},
|
|
712
756
|
"type": "Dropdown",
|
|
713
757
|
"choices": [
|
|
714
758
|
{
|
|
@@ -719,107 +763,151 @@
|
|
|
719
763
|
"name": "Specific topic(s)",
|
|
720
764
|
"value": "specific"
|
|
721
765
|
}
|
|
722
|
-
]
|
|
723
|
-
"binding": {
|
|
724
|
-
"type": "zeebe:property",
|
|
725
|
-
"name": "inbound.securitySubscriptionAllowedFor"
|
|
726
|
-
}
|
|
766
|
+
]
|
|
727
767
|
},
|
|
728
768
|
{
|
|
769
|
+
"id": "inbound.topicsAllowList",
|
|
729
770
|
"label": "Topic ARN(s)",
|
|
730
771
|
"description": "Topics that allow to publish messages",
|
|
731
|
-
"
|
|
732
|
-
"group": "subscription",
|
|
772
|
+
"optional": true,
|
|
733
773
|
"feel": "optional",
|
|
774
|
+
"group": "subscription",
|
|
734
775
|
"binding": {
|
|
735
|
-
"
|
|
736
|
-
"
|
|
737
|
-
},
|
|
738
|
-
"constraints": {
|
|
739
|
-
"notEmpty": true
|
|
776
|
+
"name": "inbound.topicsAllowList",
|
|
777
|
+
"type": "zeebe:property"
|
|
740
778
|
},
|
|
741
779
|
"condition": {
|
|
742
|
-
"property": "securitySubscriptionAllowedFor",
|
|
743
|
-
"equals": "specific"
|
|
744
|
-
|
|
780
|
+
"property": "inbound.securitySubscriptionAllowedFor",
|
|
781
|
+
"equals": "specific",
|
|
782
|
+
"type": "simple"
|
|
783
|
+
},
|
|
784
|
+
"type": "String"
|
|
745
785
|
},
|
|
746
786
|
{
|
|
747
|
-
"
|
|
748
|
-
"
|
|
749
|
-
"
|
|
787
|
+
"id": "activationCondition",
|
|
788
|
+
"label": "Activation condition",
|
|
789
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
790
|
+
"optional": true,
|
|
750
791
|
"feel": "required",
|
|
751
|
-
"
|
|
792
|
+
"group": "activation",
|
|
752
793
|
"binding": {
|
|
753
|
-
"
|
|
754
|
-
"
|
|
794
|
+
"name": "activationCondition",
|
|
795
|
+
"type": "zeebe:property"
|
|
755
796
|
},
|
|
756
|
-
"
|
|
757
|
-
"notEmpty": true
|
|
758
|
-
}
|
|
797
|
+
"type": "String"
|
|
759
798
|
},
|
|
760
799
|
{
|
|
761
|
-
"
|
|
762
|
-
"
|
|
763
|
-
"
|
|
800
|
+
"id": "correlationKeyProcess",
|
|
801
|
+
"label": "Correlation key (process)",
|
|
802
|
+
"description": "Sets up the correlation key from process variables",
|
|
803
|
+
"constraints": {
|
|
804
|
+
"notEmpty": true
|
|
805
|
+
},
|
|
764
806
|
"feel": "required",
|
|
807
|
+
"group": "correlation",
|
|
765
808
|
"binding": {
|
|
766
|
-
"
|
|
767
|
-
"
|
|
809
|
+
"name": "correlationKey",
|
|
810
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
768
811
|
},
|
|
812
|
+
"type": "String"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"id": "correlationKeyPayload",
|
|
816
|
+
"label": "Correlation key (payload)",
|
|
769
817
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
770
818
|
"constraints": {
|
|
771
819
|
"notEmpty": true
|
|
772
|
-
}
|
|
820
|
+
},
|
|
821
|
+
"feel": "required",
|
|
822
|
+
"group": "correlation",
|
|
823
|
+
"binding": {
|
|
824
|
+
"name": "correlationKeyExpression",
|
|
825
|
+
"type": "zeebe:property"
|
|
826
|
+
},
|
|
827
|
+
"type": "String"
|
|
773
828
|
},
|
|
774
829
|
{
|
|
775
|
-
"
|
|
776
|
-
"
|
|
777
|
-
"
|
|
830
|
+
"id": "messageIdExpression",
|
|
831
|
+
"label": "Message ID expression",
|
|
832
|
+
"description": "Expression to extract unique identifier of a message",
|
|
833
|
+
"optional": true,
|
|
778
834
|
"feel": "required",
|
|
835
|
+
"group": "correlation",
|
|
836
|
+
"binding": {
|
|
837
|
+
"name": "messageIdExpression",
|
|
838
|
+
"type": "zeebe:property"
|
|
839
|
+
},
|
|
840
|
+
"type": "String"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"id": "messageTtl",
|
|
844
|
+
"label": "Message TTL",
|
|
845
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
779
846
|
"optional": true,
|
|
847
|
+
"constraints": {
|
|
848
|
+
"notEmpty": false,
|
|
849
|
+
"pattern": {
|
|
850
|
+
"value": "^(PT.*|)$",
|
|
851
|
+
"message": "must be an ISO-8601 duration"
|
|
852
|
+
}
|
|
853
|
+
},
|
|
854
|
+
"feel": "optional",
|
|
855
|
+
"group": "correlation",
|
|
780
856
|
"binding": {
|
|
781
|
-
"
|
|
782
|
-
"
|
|
857
|
+
"name": "messageTtl",
|
|
858
|
+
"type": "zeebe:property"
|
|
783
859
|
},
|
|
784
|
-
"
|
|
860
|
+
"type": "String"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"id": "messageNameUuid",
|
|
864
|
+
"generatedValue": {
|
|
865
|
+
"type": "uuid"
|
|
866
|
+
},
|
|
867
|
+
"group": "correlation",
|
|
868
|
+
"binding": {
|
|
869
|
+
"name": "name",
|
|
870
|
+
"type": "bpmn:Message#property"
|
|
871
|
+
},
|
|
872
|
+
"type": "Hidden"
|
|
785
873
|
},
|
|
786
874
|
{
|
|
875
|
+
"id": "resultVariable",
|
|
787
876
|
"label": "Result variable",
|
|
788
|
-
"
|
|
789
|
-
"group": "
|
|
790
|
-
"optional": true,
|
|
877
|
+
"description": "Name of variable to store the response in",
|
|
878
|
+
"group": "output",
|
|
791
879
|
"binding": {
|
|
792
|
-
"
|
|
793
|
-
"
|
|
880
|
+
"name": "resultVariable",
|
|
881
|
+
"type": "zeebe:property"
|
|
794
882
|
},
|
|
795
|
-
"
|
|
883
|
+
"type": "String"
|
|
796
884
|
},
|
|
797
885
|
{
|
|
886
|
+
"id": "resultExpression",
|
|
798
887
|
"label": "Result expression",
|
|
799
|
-
"
|
|
800
|
-
"group": "variable-mapping",
|
|
888
|
+
"description": "Expression to map the response into process variables",
|
|
801
889
|
"feel": "required",
|
|
802
|
-
"
|
|
890
|
+
"group": "output",
|
|
803
891
|
"binding": {
|
|
804
|
-
"
|
|
805
|
-
"
|
|
892
|
+
"name": "resultExpression",
|
|
893
|
+
"type": "zeebe:property"
|
|
806
894
|
},
|
|
807
|
-
"
|
|
895
|
+
"type": "Text"
|
|
808
896
|
}
|
|
809
897
|
],
|
|
810
898
|
"icon": {
|
|
811
|
-
"contents": "data:image/svg+xml
|
|
899
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
812
900
|
},
|
|
813
901
|
"engines": {
|
|
814
|
-
"camunda": "^8.
|
|
902
|
+
"camunda": "^8.5"
|
|
815
903
|
}
|
|
816
904
|
},
|
|
817
905
|
{
|
|
818
906
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
819
|
-
"name": "SNS HTTPS
|
|
907
|
+
"name": "SNS HTTPS Subscription",
|
|
820
908
|
"id": "io.camunda.connectors.inbound.AWSSNS.IntermediateCatchEvent.v1",
|
|
821
909
|
"description": "Receive events from AWS SNS",
|
|
822
|
-
"version":
|
|
910
|
+
"version": 1,
|
|
823
911
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns-inbound/",
|
|
824
912
|
"category": {
|
|
825
913
|
"id": "connectors",
|
|
@@ -1004,7 +1092,7 @@
|
|
|
1004
1092
|
"keywords": ["receive event", "receive message"]
|
|
1005
1093
|
},
|
|
1006
1094
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
|
|
1007
|
-
"version":
|
|
1095
|
+
"version": 5,
|
|
1008
1096
|
"category": {
|
|
1009
1097
|
"id": "connectors",
|
|
1010
1098
|
"name": "Connectors"
|
|
@@ -1014,9 +1102,6 @@
|
|
|
1014
1102
|
"value": "bpmn:IntermediateCatchEvent",
|
|
1015
1103
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1016
1104
|
},
|
|
1017
|
-
"engines": {
|
|
1018
|
-
"camunda": "^8.3"
|
|
1019
|
-
},
|
|
1020
1105
|
"groups": [
|
|
1021
1106
|
{
|
|
1022
1107
|
"id": "subscription",
|
|
@@ -1031,11 +1116,6 @@
|
|
|
1031
1116
|
"label": "Correlation",
|
|
1032
1117
|
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1033
1118
|
},
|
|
1034
|
-
{
|
|
1035
|
-
"id": "deduplication",
|
|
1036
|
-
"label": "Deduplication",
|
|
1037
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1038
|
-
},
|
|
1039
1119
|
{
|
|
1040
1120
|
"id": "output",
|
|
1041
1121
|
"label": "Output mapping"
|
|
@@ -1119,18 +1199,6 @@
|
|
|
1119
1199
|
},
|
|
1120
1200
|
"type": "String"
|
|
1121
1201
|
},
|
|
1122
|
-
{
|
|
1123
|
-
"id": "consumeUnmatchedEvents",
|
|
1124
|
-
"label": "Consume unmatched events",
|
|
1125
|
-
"value": true,
|
|
1126
|
-
"group": "activation",
|
|
1127
|
-
"binding": {
|
|
1128
|
-
"name": "consumeUnmatchedEvents",
|
|
1129
|
-
"type": "zeebe:property"
|
|
1130
|
-
},
|
|
1131
|
-
"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",
|
|
1132
|
-
"type": "Boolean"
|
|
1133
|
-
},
|
|
1134
1202
|
{
|
|
1135
1203
|
"id": "correlationKeyProcess",
|
|
1136
1204
|
"label": "Correlation key (process)",
|
|
@@ -1206,70 +1274,6 @@
|
|
|
1206
1274
|
},
|
|
1207
1275
|
"type": "Hidden"
|
|
1208
1276
|
},
|
|
1209
|
-
{
|
|
1210
|
-
"id": "deduplicationModeManualFlag",
|
|
1211
|
-
"label": "Manual mode",
|
|
1212
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1213
|
-
"value": false,
|
|
1214
|
-
"group": "deduplication",
|
|
1215
|
-
"binding": {
|
|
1216
|
-
"name": "deduplicationModeManualFlag",
|
|
1217
|
-
"type": "zeebe:property"
|
|
1218
|
-
},
|
|
1219
|
-
"type": "Boolean"
|
|
1220
|
-
},
|
|
1221
|
-
{
|
|
1222
|
-
"id": "deduplicationId",
|
|
1223
|
-
"label": "Deduplication ID",
|
|
1224
|
-
"constraints": {
|
|
1225
|
-
"notEmpty": true,
|
|
1226
|
-
"pattern": {
|
|
1227
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1228
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1229
|
-
}
|
|
1230
|
-
},
|
|
1231
|
-
"group": "deduplication",
|
|
1232
|
-
"binding": {
|
|
1233
|
-
"name": "deduplicationId",
|
|
1234
|
-
"type": "zeebe:property"
|
|
1235
|
-
},
|
|
1236
|
-
"condition": {
|
|
1237
|
-
"property": "deduplicationModeManualFlag",
|
|
1238
|
-
"equals": true,
|
|
1239
|
-
"type": "simple"
|
|
1240
|
-
},
|
|
1241
|
-
"type": "String"
|
|
1242
|
-
},
|
|
1243
|
-
{
|
|
1244
|
-
"id": "deduplicationModeManual",
|
|
1245
|
-
"value": "MANUAL",
|
|
1246
|
-
"group": "deduplication",
|
|
1247
|
-
"binding": {
|
|
1248
|
-
"name": "deduplicationMode",
|
|
1249
|
-
"type": "zeebe:property"
|
|
1250
|
-
},
|
|
1251
|
-
"condition": {
|
|
1252
|
-
"property": "deduplicationId",
|
|
1253
|
-
"isActive": true,
|
|
1254
|
-
"type": "simple"
|
|
1255
|
-
},
|
|
1256
|
-
"type": "Hidden"
|
|
1257
|
-
},
|
|
1258
|
-
{
|
|
1259
|
-
"id": "deduplicationModeAuto",
|
|
1260
|
-
"value": "AUTO",
|
|
1261
|
-
"group": "deduplication",
|
|
1262
|
-
"binding": {
|
|
1263
|
-
"name": "deduplicationMode",
|
|
1264
|
-
"type": "zeebe:property"
|
|
1265
|
-
},
|
|
1266
|
-
"condition": {
|
|
1267
|
-
"property": "deduplicationId",
|
|
1268
|
-
"isActive": false,
|
|
1269
|
-
"type": "simple"
|
|
1270
|
-
},
|
|
1271
|
-
"type": "Hidden"
|
|
1272
|
-
},
|
|
1273
1277
|
{
|
|
1274
1278
|
"id": "resultVariable",
|
|
1275
1279
|
"label": "Result variable",
|
|
@@ -1294,6 +1298,9 @@
|
|
|
1294
1298
|
"type": "Text"
|
|
1295
1299
|
}
|
|
1296
1300
|
],
|
|
1301
|
+
"engines": {
|
|
1302
|
+
"camunda": "^8.3"
|
|
1303
|
+
},
|
|
1297
1304
|
"icon": {
|
|
1298
1305
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1299
1306
|
}
|