@camunda/connectors-element-templates 1.0.19 → 1.0.21
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-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "
|
|
4
|
+
"name": "Send Event to AWS EventBridge",
|
|
5
5
|
"id": "io.camunda.connectors.AWSEventBridge.v1",
|
|
6
|
-
"version": 3,
|
|
7
6
|
"description": "Send events to AWS EventBridge",
|
|
8
|
-
"
|
|
7
|
+
"keywords": [
|
|
8
|
+
"emit event",
|
|
9
|
+
"publish event",
|
|
10
|
+
"send event",
|
|
11
|
+
"trigger event",
|
|
12
|
+
"event bus",
|
|
13
|
+
"cloud event"
|
|
14
|
+
],
|
|
15
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound",
|
|
16
|
+
"version": 7,
|
|
9
17
|
"category": {
|
|
10
18
|
"id": "connectors",
|
|
11
19
|
"name": "Connectors"
|
|
@@ -14,6 +22,9 @@
|
|
|
14
22
|
"elementType": {
|
|
15
23
|
"value": "bpmn:ServiceTask"
|
|
16
24
|
},
|
|
25
|
+
"engines": {
|
|
26
|
+
"camunda": "^8.3"
|
|
27
|
+
},
|
|
17
28
|
"groups": [
|
|
18
29
|
{
|
|
19
30
|
"id": "authentication",
|
|
@@ -21,7 +32,7 @@
|
|
|
21
32
|
},
|
|
22
33
|
{
|
|
23
34
|
"id": "configuration",
|
|
24
|
-
"label": "
|
|
35
|
+
"label": "Queue properties"
|
|
25
36
|
},
|
|
26
37
|
{
|
|
27
38
|
"id": "eventDetails",
|
|
@@ -31,167 +42,382 @@
|
|
|
31
42
|
"id": "eventPayload",
|
|
32
43
|
"label": "Event Payload"
|
|
33
44
|
},
|
|
45
|
+
{
|
|
46
|
+
"id": "connector",
|
|
47
|
+
"label": "Connector"
|
|
48
|
+
},
|
|
34
49
|
{
|
|
35
50
|
"id": "output",
|
|
36
|
-
"label": "Output
|
|
51
|
+
"label": "Output mapping"
|
|
37
52
|
},
|
|
38
53
|
{
|
|
39
|
-
"id": "
|
|
40
|
-
"label": "Error
|
|
54
|
+
"id": "error",
|
|
55
|
+
"label": "Error handling"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"id": "retries",
|
|
59
|
+
"label": "Retries"
|
|
41
60
|
}
|
|
42
61
|
],
|
|
43
62
|
"properties": [
|
|
44
63
|
{
|
|
45
|
-
"type": "Hidden",
|
|
46
64
|
"value": "io.camunda:aws-eventbridge:1",
|
|
47
65
|
"binding": {
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
}
|
|
66
|
+
"property": "type",
|
|
67
|
+
"type": "zeebe:taskDefinition"
|
|
68
|
+
},
|
|
69
|
+
"type": "Hidden"
|
|
51
70
|
},
|
|
52
71
|
{
|
|
53
|
-
"
|
|
54
|
-
"
|
|
72
|
+
"id": "authentication.type",
|
|
73
|
+
"label": "Authentication",
|
|
74
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
|
|
75
|
+
"value": "credentials",
|
|
55
76
|
"group": "authentication",
|
|
56
|
-
"type": "String",
|
|
57
77
|
"binding": {
|
|
58
|
-
"
|
|
59
|
-
"
|
|
78
|
+
"name": "authentication.type",
|
|
79
|
+
"type": "zeebe:input"
|
|
60
80
|
},
|
|
81
|
+
"type": "Dropdown",
|
|
82
|
+
"choices": [
|
|
83
|
+
{
|
|
84
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
85
|
+
"value": "defaultCredentialsChain"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "Credentials",
|
|
89
|
+
"value": "credentials"
|
|
90
|
+
}
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"id": "authentication.accessKey",
|
|
95
|
+
"label": "Access key",
|
|
96
|
+
"optional": false,
|
|
61
97
|
"constraints": {
|
|
62
98
|
"notEmpty": true
|
|
63
|
-
}
|
|
99
|
+
},
|
|
100
|
+
"feel": "optional",
|
|
101
|
+
"group": "authentication",
|
|
102
|
+
"binding": {
|
|
103
|
+
"name": "authentication.accessKey",
|
|
104
|
+
"type": "zeebe:input"
|
|
105
|
+
},
|
|
106
|
+
"condition": {
|
|
107
|
+
"property": "authentication.type",
|
|
108
|
+
"equals": "credentials",
|
|
109
|
+
"type": "simple"
|
|
110
|
+
},
|
|
111
|
+
"tooltip": "IAM access key of a user with the necessary permissions for this connector",
|
|
112
|
+
"type": "String",
|
|
113
|
+
"secret": true
|
|
64
114
|
},
|
|
65
115
|
{
|
|
116
|
+
"id": "authentication.secretKey",
|
|
66
117
|
"label": "Secret key",
|
|
67
|
-
"
|
|
118
|
+
"optional": false,
|
|
119
|
+
"constraints": {
|
|
120
|
+
"notEmpty": true
|
|
121
|
+
},
|
|
122
|
+
"feel": "optional",
|
|
68
123
|
"group": "authentication",
|
|
124
|
+
"binding": {
|
|
125
|
+
"name": "authentication.secretKey",
|
|
126
|
+
"type": "zeebe:input"
|
|
127
|
+
},
|
|
128
|
+
"condition": {
|
|
129
|
+
"property": "authentication.type",
|
|
130
|
+
"equals": "credentials",
|
|
131
|
+
"type": "simple"
|
|
132
|
+
},
|
|
133
|
+
"tooltip": "IAM secret key of a user with the necessary permissions for this connector",
|
|
69
134
|
"type": "String",
|
|
135
|
+
"secret": true
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"id": "awsCredential",
|
|
139
|
+
"label": "AWS credential",
|
|
140
|
+
"description": "Choose a reusable AWS credential. When set, it is bound as a whole to the connector's 'awsCredential' input.",
|
|
141
|
+
"optional": true,
|
|
142
|
+
"group": "authentication",
|
|
70
143
|
"binding": {
|
|
71
|
-
"
|
|
72
|
-
"
|
|
144
|
+
"name": "awsCredential",
|
|
145
|
+
"type": "zeebe:input"
|
|
73
146
|
},
|
|
74
|
-
"
|
|
75
|
-
|
|
76
|
-
}
|
|
147
|
+
"type": "Configuration",
|
|
148
|
+
"configurationTemplate": "io.camunda:aws-credential:1"
|
|
77
149
|
},
|
|
78
150
|
{
|
|
151
|
+
"id": "configuration.region",
|
|
79
152
|
"label": "Region",
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
|
|
153
|
+
"optional": false,
|
|
154
|
+
"constraints": {
|
|
155
|
+
"notEmpty": true
|
|
156
|
+
},
|
|
83
157
|
"feel": "optional",
|
|
158
|
+
"group": "configuration",
|
|
84
159
|
"binding": {
|
|
85
|
-
"
|
|
86
|
-
"
|
|
160
|
+
"name": "configuration.region",
|
|
161
|
+
"type": "zeebe:input"
|
|
87
162
|
},
|
|
88
|
-
"
|
|
89
|
-
"notEmpty": true,
|
|
90
|
-
"maxLength": 255
|
|
91
|
-
}
|
|
163
|
+
"type": "String"
|
|
92
164
|
},
|
|
93
165
|
{
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
166
|
+
"id": "configuration.endpoint",
|
|
167
|
+
"label": "Endpoint",
|
|
168
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
169
|
+
"optional": true,
|
|
170
|
+
"group": "configuration",
|
|
99
171
|
"binding": {
|
|
100
|
-
"
|
|
101
|
-
"
|
|
172
|
+
"name": "configuration.endpoint",
|
|
173
|
+
"type": "zeebe:input"
|
|
102
174
|
},
|
|
103
|
-
"
|
|
104
|
-
"notEmpty": true
|
|
105
|
-
}
|
|
175
|
+
"type": "Hidden"
|
|
106
176
|
},
|
|
107
177
|
{
|
|
178
|
+
"id": "input.source",
|
|
108
179
|
"label": "Source",
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
|
|
180
|
+
"optional": false,
|
|
181
|
+
"constraints": {
|
|
182
|
+
"notEmpty": true
|
|
183
|
+
},
|
|
112
184
|
"feel": "optional",
|
|
185
|
+
"group": "eventDetails",
|
|
113
186
|
"binding": {
|
|
114
|
-
"
|
|
115
|
-
"
|
|
187
|
+
"name": "input.source",
|
|
188
|
+
"type": "zeebe:input"
|
|
116
189
|
},
|
|
117
|
-
"
|
|
118
|
-
|
|
119
|
-
}
|
|
190
|
+
"tooltip": "Value that identifies the service that generated the event. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">Amazon EventBridge documentation</a>.",
|
|
191
|
+
"type": "String"
|
|
120
192
|
},
|
|
121
193
|
{
|
|
194
|
+
"id": "input.detailType",
|
|
122
195
|
"label": "Detail type",
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
|
|
196
|
+
"optional": false,
|
|
197
|
+
"constraints": {
|
|
198
|
+
"notEmpty": true
|
|
199
|
+
},
|
|
126
200
|
"feel": "optional",
|
|
201
|
+
"group": "eventDetails",
|
|
127
202
|
"binding": {
|
|
128
|
-
"
|
|
129
|
-
"
|
|
203
|
+
"name": "input.detailType",
|
|
204
|
+
"type": "zeebe:input"
|
|
130
205
|
},
|
|
206
|
+
"tooltip": "Type of event being sent. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">Amazon EventBridge documentation</a>.",
|
|
207
|
+
"type": "String"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"id": "input.eventBusName",
|
|
211
|
+
"label": "Event bus name",
|
|
212
|
+
"optional": false,
|
|
131
213
|
"constraints": {
|
|
132
214
|
"notEmpty": true
|
|
133
|
-
}
|
|
215
|
+
},
|
|
216
|
+
"feel": "required",
|
|
217
|
+
"group": "eventDetails",
|
|
218
|
+
"binding": {
|
|
219
|
+
"name": "input.eventBusName",
|
|
220
|
+
"type": "zeebe:input"
|
|
221
|
+
},
|
|
222
|
+
"tooltip": "Name of the destination event bus. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">Amazon EventBridge documentation</a>.",
|
|
223
|
+
"type": "Text"
|
|
134
224
|
},
|
|
135
225
|
{
|
|
226
|
+
"id": "input.detail",
|
|
136
227
|
"label": "Event payload",
|
|
137
|
-
"description": "Provide the payload for the event as JSON. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
138
|
-
"group": "eventPayload",
|
|
139
|
-
"type": "Text",
|
|
140
|
-
"feel": "required",
|
|
141
228
|
"optional": false,
|
|
142
|
-
"binding": {
|
|
143
|
-
"type": "zeebe:input",
|
|
144
|
-
"name": "input.detail"
|
|
145
|
-
},
|
|
146
229
|
"constraints": {
|
|
147
230
|
"notEmpty": true
|
|
148
|
-
}
|
|
231
|
+
},
|
|
232
|
+
"feel": "optional",
|
|
233
|
+
"group": "eventPayload",
|
|
234
|
+
"binding": {
|
|
235
|
+
"name": "input.detail",
|
|
236
|
+
"type": "zeebe:input"
|
|
237
|
+
},
|
|
238
|
+
"tooltip": "Payload must be provided as JSON. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">Amazon EventBridge event payload</a> documentation.",
|
|
239
|
+
"placeholder": "{\"key\": \"value\"}",
|
|
240
|
+
"type": "String"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"id": "version",
|
|
244
|
+
"label": "Version",
|
|
245
|
+
"description": "Version of the element template",
|
|
246
|
+
"value": "7",
|
|
247
|
+
"group": "connector",
|
|
248
|
+
"binding": {
|
|
249
|
+
"key": "elementTemplateVersion",
|
|
250
|
+
"type": "zeebe:taskHeader"
|
|
251
|
+
},
|
|
252
|
+
"type": "Hidden"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"id": "id",
|
|
256
|
+
"label": "ID",
|
|
257
|
+
"description": "ID of the element template",
|
|
258
|
+
"value": "io.camunda.connectors.AWSEventBridge.v1",
|
|
259
|
+
"group": "connector",
|
|
260
|
+
"binding": {
|
|
261
|
+
"key": "elementTemplateId",
|
|
262
|
+
"type": "zeebe:taskHeader"
|
|
263
|
+
},
|
|
264
|
+
"type": "Hidden"
|
|
149
265
|
},
|
|
150
266
|
{
|
|
267
|
+
"id": "resultVariable",
|
|
151
268
|
"label": "Result variable",
|
|
152
|
-
"description": "
|
|
269
|
+
"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>.",
|
|
153
270
|
"group": "output",
|
|
154
|
-
"type": "String",
|
|
155
271
|
"binding": {
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
}
|
|
272
|
+
"key": "resultVariable",
|
|
273
|
+
"type": "zeebe:taskHeader"
|
|
274
|
+
},
|
|
275
|
+
"type": "String"
|
|
159
276
|
},
|
|
160
277
|
{
|
|
278
|
+
"id": "resultExpression",
|
|
161
279
|
"label": "Result expression",
|
|
162
|
-
"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
|
|
163
|
-
"group": "output",
|
|
164
|
-
"type": "Text",
|
|
280
|
+
"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>.",
|
|
165
281
|
"feel": "required",
|
|
282
|
+
"group": "output",
|
|
166
283
|
"binding": {
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
}
|
|
284
|
+
"key": "resultExpression",
|
|
285
|
+
"type": "zeebe:taskHeader"
|
|
286
|
+
},
|
|
287
|
+
"type": "Text"
|
|
170
288
|
},
|
|
171
289
|
{
|
|
290
|
+
"id": "errorExpression",
|
|
172
291
|
"label": "Error expression",
|
|
173
|
-
"description": "Expression to handle errors",
|
|
174
|
-
"group": "errors",
|
|
175
|
-
"type": "Text",
|
|
292
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
176
293
|
"feel": "required",
|
|
294
|
+
"group": "error",
|
|
177
295
|
"binding": {
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
}
|
|
296
|
+
"key": "errorExpression",
|
|
297
|
+
"type": "zeebe:taskHeader"
|
|
298
|
+
},
|
|
299
|
+
"type": "Text"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"id": "retryCount",
|
|
303
|
+
"label": "Retries",
|
|
304
|
+
"description": "Number of retries",
|
|
305
|
+
"value": "3",
|
|
306
|
+
"feel": "optional",
|
|
307
|
+
"group": "retries",
|
|
308
|
+
"binding": {
|
|
309
|
+
"property": "retries",
|
|
310
|
+
"type": "zeebe:taskDefinition"
|
|
311
|
+
},
|
|
312
|
+
"type": "String"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"id": "retryBackoff",
|
|
316
|
+
"label": "Retry backoff",
|
|
317
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
318
|
+
"value": "PT30S",
|
|
319
|
+
"group": "retries",
|
|
320
|
+
"binding": {
|
|
321
|
+
"key": "retryBackoff",
|
|
322
|
+
"type": "zeebe:taskHeader"
|
|
323
|
+
},
|
|
324
|
+
"type": "String"
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"configurationTemplates": [
|
|
328
|
+
{
|
|
329
|
+
"id": "io.camunda:aws-credential:1",
|
|
330
|
+
"kind": "CREDENTIAL",
|
|
331
|
+
"version": 1,
|
|
332
|
+
"name": "AWS Credential",
|
|
333
|
+
"properties": [
|
|
334
|
+
{
|
|
335
|
+
"id": "authentication.type",
|
|
336
|
+
"label": "Authentication",
|
|
337
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
|
|
338
|
+
"value": "credentials",
|
|
339
|
+
"group": "authentication",
|
|
340
|
+
"binding": {
|
|
341
|
+
"name": "authentication.type",
|
|
342
|
+
"type": "property"
|
|
343
|
+
},
|
|
344
|
+
"type": "Dropdown",
|
|
345
|
+
"choices": [
|
|
346
|
+
{
|
|
347
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
348
|
+
"value": "defaultCredentialsChain"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"name": "Credentials",
|
|
352
|
+
"value": "credentials"
|
|
353
|
+
}
|
|
354
|
+
]
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"id": "authentication.accessKey",
|
|
358
|
+
"label": "Access key",
|
|
359
|
+
"constraints": {
|
|
360
|
+
"notEmpty": true
|
|
361
|
+
},
|
|
362
|
+
"group": "authentication",
|
|
363
|
+
"binding": {
|
|
364
|
+
"name": "authentication.accessKey",
|
|
365
|
+
"type": "property"
|
|
366
|
+
},
|
|
367
|
+
"condition": {
|
|
368
|
+
"property": "authentication.type",
|
|
369
|
+
"equals": "credentials",
|
|
370
|
+
"type": "simple"
|
|
371
|
+
},
|
|
372
|
+
"tooltip": "IAM access key of a user with the necessary permissions for this connector",
|
|
373
|
+
"type": "String",
|
|
374
|
+
"secret": true
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"id": "authentication.secretKey",
|
|
378
|
+
"label": "Secret key",
|
|
379
|
+
"constraints": {
|
|
380
|
+
"notEmpty": true
|
|
381
|
+
},
|
|
382
|
+
"group": "authentication",
|
|
383
|
+
"binding": {
|
|
384
|
+
"name": "authentication.secretKey",
|
|
385
|
+
"type": "property"
|
|
386
|
+
},
|
|
387
|
+
"condition": {
|
|
388
|
+
"property": "authentication.type",
|
|
389
|
+
"equals": "credentials",
|
|
390
|
+
"type": "simple"
|
|
391
|
+
},
|
|
392
|
+
"tooltip": "IAM secret key of a user with the necessary permissions for this connector",
|
|
393
|
+
"type": "String",
|
|
394
|
+
"secret": true
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"id": "region",
|
|
398
|
+
"label": "Region",
|
|
399
|
+
"constraints": {
|
|
400
|
+
"notEmpty": true
|
|
401
|
+
},
|
|
402
|
+
"group": "configuration",
|
|
403
|
+
"binding": {
|
|
404
|
+
"name": "region",
|
|
405
|
+
"type": "property"
|
|
406
|
+
},
|
|
407
|
+
"type": "String"
|
|
408
|
+
}
|
|
409
|
+
]
|
|
181
410
|
}
|
|
182
411
|
],
|
|
183
412
|
"icon": {
|
|
184
|
-
"contents": "data:image/svg+xml;
|
|
185
|
-
},
|
|
186
|
-
"engines": {
|
|
187
|
-
"camunda": "^8.4"
|
|
413
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nMCAwIDI1NiAyNTYnPgogICAgPGRlZnM+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSdsb2dvc0F3c0V2ZW50YnJpZGdlMCcgeDE9JzAlJyB4Mj0nMTAwJScgeTE9JzEwMCUnIHkyPScwJSc+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCUnIHN0b3AtY29sb3I9JyNCMDA4NEQnLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScxMDAlJyBzdG9wLWNvbG9yPScjRkY0RjhCJy8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGZpbGw9J3VybCgjbG9nb3NBd3NFdmVudGJyaWRnZTApJyBkPSdNMCAwaDI1NnYyNTZIMHonLz4KICAgIDxwYXRoIGZpbGw9JyNGRkYnCiAgICAgICAgICBkPSdNMTcxLjcwMiAyMTEuMmMtNi44NTggMC0xMi40NC01LjYxLTEyLjQ0LTEyLjUwOXM1LjU4Mi0xMi41MDkgMTIuNDQtMTIuNTA5YzYuODU3IDAgMTIuNDM4IDUuNjEgMTIuNDM4IDEyLjUxYzAgNi44OTgtNS41ODEgMTIuNTA4LTEyLjQzOCAxMi41MDhabS0yNy4yNzgtNTQuNGgtMzMuMDcxTDk0LjgxNSAxMjhsMTYuNTM4LTI4LjhoMzMuMDcxTDE2MC45NiAxMjhsLTE2LjUzNSAyOC44Wk04OC4zODcgNjkuODE4Yy02Ljg1NyAwLTEyLjQzOC01LjYxLTEyLjQzOC0xMi41MWMwLTYuODk4IDUuNTgxLTEyLjUwOCAxMi40MzgtMTIuNTA4YzYuODYxIDAgMTIuNDQzIDUuNjEgMTIuNDQzIDEyLjUwOXMtNS41ODIgMTIuNTA5LTEyLjQ0MyAxMi41MDlabTgzLjMxNSAxMDkuOTY0Yy0yLjM2MiAwLTQuNjE0LjQ1OC02LjY5OSAxLjI2MWwtMTMuNTE0LTIyLjkzMWwtLjcxMy40MjZMMTY3LjM5IDEyOS42YTMuMjI2IDMuMjI2IDAgMCAwIDAtMy4ybC0xOC4zNzQtMzJhMy4xNzcgMy4xNzcgMCAwIDAtMi43NTUtMS42aC0zMy40MzVsLjEzLS4wNzdsLTEyLjM5LTIxLjAzYzQuMDQ3LTMuNDY5IDYuNjI4LTguNjI3IDYuNjI4LTE0LjM4NGMwLTEwLjQyNi04LjQzNi0xOC45MDktMTguODA3LTE4LjkwOWMtMTAuMzY3IDAtMTguODAzIDguNDgzLTE4LjgwMyAxOC45MDljMCAxMC40MjUgOC40MzYgMTguOTA5IDE4LjgwMyAxOC45MDljMi4zNjUgMCA0LjYxOC0uNDU4IDYuNzAyLTEuMjYxbDExLjU2NyAxOS42MjVMODguMzg0IDEyNi40YTMuMjI2IDMuMjI2IDAgMCAwIDAgMy4ybDE4LjM3NyAzMmMuNTcuOTkyIDEuNjIgMS42IDIuNzU2IDEuNmgzNi43NDRjLjI2NCAwIC41MjEtLjA0Mi43Ny0uMTAybDEyLjQ5NiAyMS4yMWMtNC4wNTEgMy40NjgtNi42MjkgOC42MjYtNi42MjkgMTQuMzgzYzAgMTAuNDI2IDguNDMzIDE4LjkwOSAxOC44MDQgMTguOTA5YzEwLjM3IDAgMTguODAzLTguNDgzIDE4LjgwMy0xOC45MDljMC0xMC40MjUtOC40MzMtMTguOTA5LTE4LjgwMy0xOC45MDlabTE4Ljk2OC03Ny4wNWMtNi44NTcgMC0xMi40MzYtNS42MDktMTIuNDM2LTEyLjUwOGMwLTYuOSA1LjU3OS0xMi41MDkgMTIuNDM2LTEyLjUwOWM2Ljg1OCAwIDEyLjQ0IDUuNjEgMTIuNDQgMTIuNTA5YzAgNi45LTUuNTgyIDEyLjUwOS0xMi40NCAxMi41MDlabTIzLjMwMyAyMy42NjhsLTEyLjA4LTIxLjA0YzQuNTkyLTMuNDUzIDcuNTgtOC45NDQgNy41OC0xNS4xMzZjMC0xMC40MjYtOC40MzItMTguOTA5LTE4LjgwMy0xOC45MDljLTIuNjM4IDAtNS4xNTIuNTU0LTcuNDMzIDEuNTQ5bC05Ljg0OS0xNy4xNTVhMy4xOCAzLjE4IDAgMCAwLTIuNzU2LTEuNmgtMzkuNDQ4djYuNGgzNy42MTJsOS4xMSAxNS44NzJjLTMuNzAzIDMuNDU2LTYuMDM2IDguMzc0LTYuMDM2IDEzLjg0M2MwIDEwLjQyNiA4LjQzMyAxOC45MDkgMTguOCAxOC45MDljMS45MzIgMCAzLjgtLjI5OCA1LjU1Ni0uODQ1TDIwNy41NDUgMTI4bC0xNS44OTIgMjcuNjc0bDUuNTEyIDMuMmwxNi44MDgtMjkuMjc0YTMuMjEgMy4yMSAwIDAgMCAwLTMuMlptLTE0Ni4wNCA1MC4zOWMtNi44NiAwLTEyLjQ0Mi01LjYxMi0xMi40NDItMTIuNTA4YzAtNi45IDUuNTgxLTEyLjUxIDEyLjQ0Mi0xMi41MWM2Ljg1NyAwIDEyLjQzOSA1LjYxIDEyLjQzOSAxMi41MWMwIDYuODk2LTUuNTgyIDEyLjUwOC0xMi40NCAxMi41MDhabTEwLjM5MyAzLjIzNmM1LjA2Mi0zLjM5MiA4LjQxLTkuMTgxIDguNDEtMTUuNzQ0YzAtMTAuNDI2LTguNDM2LTE4LjkxLTE4LjgwMy0xOC45MWMtMy4wMDQgMC01LjgzMy43My04LjM1MyAxLjk5NEw0OC40NTggMTI4bDE4LjQyOC0zMi4wOTNsLTUuNTE1LTMuMkw0Mi4wMjcgMTI2LjRhMy4yMSAzLjIxIDAgMCAwIDAgMy4ybDEyLjM4OCAyMS41NjhjLTMuMjY4IDMuNDA1LTUuMjg5IDguMDIyLTUuMjg5IDEzLjExNGMwIDEwLjQyNSA4LjQzNiAxOC45MDggMTguODA3IDE4LjkwOGMxLjU2MiAwIDMuMDc0LS4yMTQgNC41MjgtLjU3OWwxMC4xNSAxNy42OGMuNTcuOTg5IDEuNjIgMS42IDIuNzU3IDEuNmgzOS40NTF2LTYuNEg4Ny4yMDRsLTguODc4LTE1LjQ2NVonLz4KPC9zdmc+Cg=="
|
|
188
414
|
}
|
|
189
415
|
},
|
|
190
416
|
{
|
|
191
417
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
192
|
-
"name": "Amazon EventBridge Connector",
|
|
418
|
+
"name": "Amazon EventBridge Outbound Connector",
|
|
193
419
|
"id": "io.camunda.connectors.AWSEventBridge.v1",
|
|
194
|
-
"version":
|
|
420
|
+
"version": 2,
|
|
195
421
|
"description": "Send events to AWS EventBridge",
|
|
196
422
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
|
|
197
423
|
"category": {
|
|
@@ -379,9 +605,9 @@
|
|
|
379
605
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
380
606
|
"name": "Amazon EventBridge Outbound Connector",
|
|
381
607
|
"id": "io.camunda.connectors.AWSEventBridge.v1",
|
|
382
|
-
"version":
|
|
608
|
+
"version": 4,
|
|
383
609
|
"description": "Send events to AWS EventBridge",
|
|
384
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
610
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound",
|
|
385
611
|
"category": {
|
|
386
612
|
"id": "connectors",
|
|
387
613
|
"name": "Connectors"
|
|
@@ -425,9 +651,35 @@
|
|
|
425
651
|
"property": "type"
|
|
426
652
|
}
|
|
427
653
|
},
|
|
654
|
+
{
|
|
655
|
+
"id": "authenticationType",
|
|
656
|
+
"label": "Authentication",
|
|
657
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">documentation page</a>",
|
|
658
|
+
"group": "authentication",
|
|
659
|
+
"type": "Dropdown",
|
|
660
|
+
"optional": false,
|
|
661
|
+
"value": "credentials",
|
|
662
|
+
"choices": [
|
|
663
|
+
{
|
|
664
|
+
"name": "Credentials",
|
|
665
|
+
"value": "credentials"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
669
|
+
"value": "defaultCredentialsChain"
|
|
670
|
+
}
|
|
671
|
+
],
|
|
672
|
+
"binding": {
|
|
673
|
+
"type": "zeebe:input",
|
|
674
|
+
"name": "authentication.type"
|
|
675
|
+
},
|
|
676
|
+
"constraints": {
|
|
677
|
+
"notEmpty": true
|
|
678
|
+
}
|
|
679
|
+
},
|
|
428
680
|
{
|
|
429
681
|
"label": "Access key",
|
|
430
|
-
"description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
682
|
+
"description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">documentation</a>",
|
|
431
683
|
"group": "authentication",
|
|
432
684
|
"type": "String",
|
|
433
685
|
"binding": {
|
|
@@ -436,11 +688,15 @@
|
|
|
436
688
|
},
|
|
437
689
|
"constraints": {
|
|
438
690
|
"notEmpty": true
|
|
691
|
+
},
|
|
692
|
+
"condition": {
|
|
693
|
+
"property": "authenticationType",
|
|
694
|
+
"equals": "credentials"
|
|
439
695
|
}
|
|
440
696
|
},
|
|
441
697
|
{
|
|
442
698
|
"label": "Secret key",
|
|
443
|
-
"description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
699
|
+
"description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">documentation</a>",
|
|
444
700
|
"group": "authentication",
|
|
445
701
|
"type": "String",
|
|
446
702
|
"binding": {
|
|
@@ -449,6 +705,10 @@
|
|
|
449
705
|
},
|
|
450
706
|
"constraints": {
|
|
451
707
|
"notEmpty": true
|
|
708
|
+
},
|
|
709
|
+
"condition": {
|
|
710
|
+
"property": "authenticationType",
|
|
711
|
+
"equals": "credentials"
|
|
452
712
|
}
|
|
453
713
|
},
|
|
454
714
|
{
|
|
@@ -560,16 +820,16 @@
|
|
|
560
820
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
|
|
561
821
|
},
|
|
562
822
|
"engines": {
|
|
563
|
-
"camunda": "^8.
|
|
823
|
+
"camunda": "^8.4"
|
|
564
824
|
}
|
|
565
825
|
},
|
|
566
826
|
{
|
|
567
827
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
568
|
-
"name": "Amazon EventBridge
|
|
828
|
+
"name": "Amazon EventBridge Connector",
|
|
569
829
|
"id": "io.camunda.connectors.AWSEventBridge.v1",
|
|
830
|
+
"version": 1,
|
|
570
831
|
"description": "Send events to AWS EventBridge",
|
|
571
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
572
|
-
"version": 5,
|
|
832
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
|
|
573
833
|
"category": {
|
|
574
834
|
"id": "connectors",
|
|
575
835
|
"name": "Connectors"
|
|
@@ -585,11 +845,11 @@
|
|
|
585
845
|
},
|
|
586
846
|
{
|
|
587
847
|
"id": "configuration",
|
|
588
|
-
"label": "
|
|
848
|
+
"label": "Configuration"
|
|
589
849
|
},
|
|
590
850
|
{
|
|
591
851
|
"id": "eventDetails",
|
|
592
|
-
"label": "
|
|
852
|
+
"label": "Event Details"
|
|
593
853
|
},
|
|
594
854
|
{
|
|
595
855
|
"id": "eventPayload",
|
|
@@ -597,255 +857,175 @@
|
|
|
597
857
|
},
|
|
598
858
|
{
|
|
599
859
|
"id": "output",
|
|
600
|
-
"label": "Output
|
|
601
|
-
},
|
|
602
|
-
{
|
|
603
|
-
"id": "error",
|
|
604
|
-
"label": "Error handling"
|
|
860
|
+
"label": "Output Mapping"
|
|
605
861
|
},
|
|
606
862
|
{
|
|
607
|
-
"id": "
|
|
608
|
-
"label": "
|
|
863
|
+
"id": "errors",
|
|
864
|
+
"label": "Error Handling"
|
|
609
865
|
}
|
|
610
866
|
],
|
|
611
867
|
"properties": [
|
|
612
868
|
{
|
|
869
|
+
"type": "Hidden",
|
|
613
870
|
"value": "io.camunda:aws-eventbridge:1",
|
|
614
871
|
"binding": {
|
|
615
|
-
"
|
|
616
|
-
"
|
|
617
|
-
}
|
|
618
|
-
"type": "Hidden"
|
|
872
|
+
"type": "zeebe:taskDefinition",
|
|
873
|
+
"property": "type"
|
|
874
|
+
}
|
|
619
875
|
},
|
|
620
876
|
{
|
|
621
|
-
"
|
|
622
|
-
"
|
|
623
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/protocol/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
|
|
624
|
-
"value": "credentials",
|
|
877
|
+
"label": "Access key",
|
|
878
|
+
"description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
625
879
|
"group": "authentication",
|
|
880
|
+
"type": "String",
|
|
626
881
|
"binding": {
|
|
627
|
-
"
|
|
628
|
-
"
|
|
882
|
+
"type": "zeebe:input",
|
|
883
|
+
"name": "authentication.accessKey"
|
|
629
884
|
},
|
|
630
|
-
"type": "Dropdown",
|
|
631
|
-
"choices": [
|
|
632
|
-
{
|
|
633
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
634
|
-
"value": "defaultCredentialsChain"
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
"name": "Credentials",
|
|
638
|
-
"value": "credentials"
|
|
639
|
-
}
|
|
640
|
-
]
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"id": "authentication.accessKey",
|
|
644
|
-
"label": "Access key",
|
|
645
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
646
|
-
"optional": false,
|
|
647
885
|
"constraints": {
|
|
648
886
|
"notEmpty": true
|
|
649
|
-
}
|
|
650
|
-
"feel": "optional",
|
|
651
|
-
"group": "authentication",
|
|
652
|
-
"binding": {
|
|
653
|
-
"name": "authentication.accessKey",
|
|
654
|
-
"type": "zeebe:input"
|
|
655
|
-
},
|
|
656
|
-
"condition": {
|
|
657
|
-
"property": "authentication.type",
|
|
658
|
-
"equals": "credentials",
|
|
659
|
-
"type": "simple"
|
|
660
|
-
},
|
|
661
|
-
"type": "String"
|
|
887
|
+
}
|
|
662
888
|
},
|
|
663
889
|
{
|
|
664
|
-
"id": "authentication.secretKey",
|
|
665
890
|
"label": "Secret key",
|
|
666
|
-
"description": "Provide a secret key of a user with permissions
|
|
667
|
-
"optional": false,
|
|
668
|
-
"constraints": {
|
|
669
|
-
"notEmpty": true
|
|
670
|
-
},
|
|
671
|
-
"feel": "optional",
|
|
891
|
+
"description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
672
892
|
"group": "authentication",
|
|
893
|
+
"type": "String",
|
|
673
894
|
"binding": {
|
|
674
|
-
"
|
|
675
|
-
"
|
|
676
|
-
},
|
|
677
|
-
"condition": {
|
|
678
|
-
"property": "authentication.type",
|
|
679
|
-
"equals": "credentials",
|
|
680
|
-
"type": "simple"
|
|
895
|
+
"type": "zeebe:input",
|
|
896
|
+
"name": "authentication.secretKey"
|
|
681
897
|
},
|
|
682
|
-
"
|
|
898
|
+
"constraints": {
|
|
899
|
+
"notEmpty": true
|
|
900
|
+
}
|
|
683
901
|
},
|
|
684
902
|
{
|
|
685
|
-
"id": "configuration.region",
|
|
686
903
|
"label": "Region",
|
|
687
904
|
"description": "Specify the AWS region",
|
|
688
|
-
"optional": true,
|
|
689
|
-
"feel": "optional",
|
|
690
905
|
"group": "configuration",
|
|
906
|
+
"type": "String",
|
|
907
|
+
"feel": "optional",
|
|
691
908
|
"binding": {
|
|
692
|
-
"
|
|
693
|
-
"
|
|
909
|
+
"type": "zeebe:input",
|
|
910
|
+
"name": "configuration.region"
|
|
694
911
|
},
|
|
695
|
-
"
|
|
912
|
+
"constraints": {
|
|
913
|
+
"notEmpty": true,
|
|
914
|
+
"maxLength": 255
|
|
915
|
+
}
|
|
696
916
|
},
|
|
697
917
|
{
|
|
698
|
-
"
|
|
699
|
-
"
|
|
700
|
-
"
|
|
701
|
-
"
|
|
702
|
-
"
|
|
918
|
+
"label": "Event bus name",
|
|
919
|
+
"description": "Enter the event bus name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
920
|
+
"group": "eventDetails",
|
|
921
|
+
"type": "String",
|
|
922
|
+
"feel": "optional",
|
|
703
923
|
"binding": {
|
|
704
|
-
"
|
|
705
|
-
"
|
|
924
|
+
"type": "zeebe:input",
|
|
925
|
+
"name": "input.eventBusName"
|
|
706
926
|
},
|
|
707
|
-
"
|
|
927
|
+
"constraints": {
|
|
928
|
+
"notEmpty": true
|
|
929
|
+
}
|
|
708
930
|
},
|
|
709
931
|
{
|
|
710
|
-
"id": "input.source",
|
|
711
932
|
"label": "Source",
|
|
712
|
-
"description": "Enter the event source value. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
713
|
-
"optional": false,
|
|
714
|
-
"constraints": {
|
|
715
|
-
"notEmpty": true
|
|
716
|
-
},
|
|
717
|
-
"feel": "optional",
|
|
933
|
+
"description": "Enter the event source value. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
718
934
|
"group": "eventDetails",
|
|
935
|
+
"type": "String",
|
|
936
|
+
"feel": "optional",
|
|
719
937
|
"binding": {
|
|
720
|
-
"
|
|
721
|
-
"
|
|
938
|
+
"type": "zeebe:input",
|
|
939
|
+
"name": "input.source"
|
|
722
940
|
},
|
|
723
|
-
"
|
|
941
|
+
"constraints": {
|
|
942
|
+
"notEmpty": true
|
|
943
|
+
}
|
|
724
944
|
},
|
|
725
945
|
{
|
|
726
|
-
"id": "input.detailType",
|
|
727
946
|
"label": "Detail type",
|
|
728
|
-
"description": "Enter the event detail type. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
729
|
-
"optional": false,
|
|
730
|
-
"constraints": {
|
|
731
|
-
"notEmpty": true
|
|
732
|
-
},
|
|
733
|
-
"feel": "optional",
|
|
947
|
+
"description": "Enter the event detail type. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
734
948
|
"group": "eventDetails",
|
|
949
|
+
"type": "String",
|
|
950
|
+
"feel": "optional",
|
|
735
951
|
"binding": {
|
|
736
|
-
"
|
|
737
|
-
"
|
|
952
|
+
"type": "zeebe:input",
|
|
953
|
+
"name": "input.detailType"
|
|
738
954
|
},
|
|
739
|
-
"type": "String"
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"id": "input.eventBusName",
|
|
743
|
-
"label": "Event bus name",
|
|
744
|
-
"description": "Enter the event bus name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">documentation</a>",
|
|
745
|
-
"optional": false,
|
|
746
955
|
"constraints": {
|
|
747
956
|
"notEmpty": true
|
|
748
|
-
}
|
|
749
|
-
"feel": "required",
|
|
750
|
-
"group": "eventDetails",
|
|
751
|
-
"binding": {
|
|
752
|
-
"name": "input.eventBusName",
|
|
753
|
-
"type": "zeebe:input"
|
|
754
|
-
},
|
|
755
|
-
"type": "Text"
|
|
957
|
+
}
|
|
756
958
|
},
|
|
757
959
|
{
|
|
758
|
-
"id": "input.detail",
|
|
759
960
|
"label": "Event payload",
|
|
760
|
-
"description": "Provide the payload for the event as JSON. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
761
|
-
"optional": false,
|
|
762
|
-
"constraints": {
|
|
763
|
-
"notEmpty": true
|
|
764
|
-
},
|
|
765
|
-
"feel": "optional",
|
|
961
|
+
"description": "Provide the payload for the event as JSON. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
766
962
|
"group": "eventPayload",
|
|
963
|
+
"type": "Text",
|
|
964
|
+
"feel": "required",
|
|
965
|
+
"optional": false,
|
|
767
966
|
"binding": {
|
|
768
|
-
"
|
|
769
|
-
"
|
|
967
|
+
"type": "zeebe:input",
|
|
968
|
+
"name": "input.detail"
|
|
770
969
|
},
|
|
771
|
-
"
|
|
970
|
+
"constraints": {
|
|
971
|
+
"notEmpty": true
|
|
972
|
+
}
|
|
772
973
|
},
|
|
773
974
|
{
|
|
774
|
-
"id": "resultVariable",
|
|
775
975
|
"label": "Result variable",
|
|
776
|
-
"description": "
|
|
976
|
+
"description": "Enter 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>",
|
|
777
977
|
"group": "output",
|
|
978
|
+
"type": "String",
|
|
778
979
|
"binding": {
|
|
779
|
-
"
|
|
780
|
-
"
|
|
781
|
-
}
|
|
782
|
-
"type": "String"
|
|
980
|
+
"type": "zeebe:taskHeader",
|
|
981
|
+
"key": "resultVariable"
|
|
982
|
+
}
|
|
783
983
|
},
|
|
784
984
|
{
|
|
785
|
-
"id": "resultExpression",
|
|
786
985
|
"label": "Result expression",
|
|
787
|
-
"description": "Expression to map the response into process variables",
|
|
788
|
-
"feel": "required",
|
|
986
|
+
"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>",
|
|
789
987
|
"group": "output",
|
|
988
|
+
"type": "Text",
|
|
989
|
+
"feel": "required",
|
|
790
990
|
"binding": {
|
|
791
|
-
"
|
|
792
|
-
"
|
|
793
|
-
}
|
|
794
|
-
"type": "Text"
|
|
991
|
+
"type": "zeebe:taskHeader",
|
|
992
|
+
"key": "resultExpression"
|
|
993
|
+
}
|
|
795
994
|
},
|
|
796
995
|
{
|
|
797
|
-
"id": "errorExpression",
|
|
798
996
|
"label": "Error expression",
|
|
799
|
-
"description": "Expression to handle errors
|
|
997
|
+
"description": "Expression to handle errors",
|
|
998
|
+
"group": "errors",
|
|
999
|
+
"type": "Text",
|
|
800
1000
|
"feel": "required",
|
|
801
|
-
"group": "error",
|
|
802
1001
|
"binding": {
|
|
803
|
-
"
|
|
804
|
-
"
|
|
805
|
-
}
|
|
806
|
-
"type": "Text"
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
"id": "retryCount",
|
|
810
|
-
"label": "Retries",
|
|
811
|
-
"description": "Number of retries",
|
|
812
|
-
"value": "3",
|
|
813
|
-
"feel": "optional",
|
|
814
|
-
"group": "retries",
|
|
815
|
-
"binding": {
|
|
816
|
-
"property": "retries",
|
|
817
|
-
"type": "zeebe:taskDefinition"
|
|
818
|
-
},
|
|
819
|
-
"type": "String"
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
"id": "retryBackoff",
|
|
823
|
-
"label": "Retry backoff",
|
|
824
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
825
|
-
"value": "PT0S",
|
|
826
|
-
"feel": "optional",
|
|
827
|
-
"group": "retries",
|
|
828
|
-
"binding": {
|
|
829
|
-
"key": "retryBackoff",
|
|
830
|
-
"type": "zeebe:taskHeader"
|
|
831
|
-
},
|
|
832
|
-
"type": "String"
|
|
1002
|
+
"type": "zeebe:taskHeader",
|
|
1003
|
+
"key": "errorExpression"
|
|
1004
|
+
}
|
|
833
1005
|
}
|
|
834
1006
|
],
|
|
835
1007
|
"icon": {
|
|
836
|
-
"contents": "data:image/svg+xml;
|
|
1008
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
|
|
837
1009
|
},
|
|
838
1010
|
"engines": {
|
|
839
|
-
"camunda": "^8.
|
|
1011
|
+
"camunda": "^8.2"
|
|
840
1012
|
}
|
|
841
1013
|
},
|
|
842
1014
|
{
|
|
843
1015
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
844
|
-
"name": "
|
|
1016
|
+
"name": "Send Event to AWS EventBridge",
|
|
845
1017
|
"id": "io.camunda.connectors.AWSEventBridge.v1",
|
|
846
|
-
"version": 4,
|
|
847
1018
|
"description": "Send events to AWS EventBridge",
|
|
1019
|
+
"keywords": [
|
|
1020
|
+
"emit event",
|
|
1021
|
+
"publish event",
|
|
1022
|
+
"send event",
|
|
1023
|
+
"trigger event",
|
|
1024
|
+
"event bus",
|
|
1025
|
+
"cloud event"
|
|
1026
|
+
],
|
|
848
1027
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound",
|
|
1028
|
+
"version": 6,
|
|
849
1029
|
"category": {
|
|
850
1030
|
"id": "connectors",
|
|
851
1031
|
"name": "Connectors"
|
|
@@ -854,6 +1034,9 @@
|
|
|
854
1034
|
"elementType": {
|
|
855
1035
|
"value": "bpmn:ServiceTask"
|
|
856
1036
|
},
|
|
1037
|
+
"engines": {
|
|
1038
|
+
"camunda": "^8.3"
|
|
1039
|
+
},
|
|
857
1040
|
"groups": [
|
|
858
1041
|
{
|
|
859
1042
|
"id": "authentication",
|
|
@@ -861,7 +1044,7 @@
|
|
|
861
1044
|
},
|
|
862
1045
|
{
|
|
863
1046
|
"id": "configuration",
|
|
864
|
-
"label": "
|
|
1047
|
+
"label": "Queue properties"
|
|
865
1048
|
},
|
|
866
1049
|
{
|
|
867
1050
|
"id": "eventDetails",
|
|
@@ -871,194 +1054,275 @@
|
|
|
871
1054
|
"id": "eventPayload",
|
|
872
1055
|
"label": "Event Payload"
|
|
873
1056
|
},
|
|
1057
|
+
{
|
|
1058
|
+
"id": "connector",
|
|
1059
|
+
"label": "Connector"
|
|
1060
|
+
},
|
|
874
1061
|
{
|
|
875
1062
|
"id": "output",
|
|
876
|
-
"label": "Output
|
|
1063
|
+
"label": "Output mapping"
|
|
877
1064
|
},
|
|
878
1065
|
{
|
|
879
|
-
"id": "
|
|
880
|
-
"label": "Error
|
|
1066
|
+
"id": "error",
|
|
1067
|
+
"label": "Error handling"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"id": "retries",
|
|
1071
|
+
"label": "Retries"
|
|
881
1072
|
}
|
|
882
1073
|
],
|
|
883
1074
|
"properties": [
|
|
884
1075
|
{
|
|
885
|
-
"type": "Hidden",
|
|
886
1076
|
"value": "io.camunda:aws-eventbridge:1",
|
|
887
1077
|
"binding": {
|
|
888
|
-
"
|
|
889
|
-
"
|
|
890
|
-
}
|
|
1078
|
+
"property": "type",
|
|
1079
|
+
"type": "zeebe:taskDefinition"
|
|
1080
|
+
},
|
|
1081
|
+
"type": "Hidden"
|
|
891
1082
|
},
|
|
892
1083
|
{
|
|
893
|
-
"id": "
|
|
1084
|
+
"id": "authentication.type",
|
|
894
1085
|
"label": "Authentication",
|
|
895
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1086
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
|
|
1087
|
+
"value": "credentials",
|
|
896
1088
|
"group": "authentication",
|
|
1089
|
+
"binding": {
|
|
1090
|
+
"name": "authentication.type",
|
|
1091
|
+
"type": "zeebe:input"
|
|
1092
|
+
},
|
|
897
1093
|
"type": "Dropdown",
|
|
898
|
-
"optional": false,
|
|
899
|
-
"value": "credentials",
|
|
900
1094
|
"choices": [
|
|
901
|
-
{
|
|
902
|
-
"name": "Credentials",
|
|
903
|
-
"value": "credentials"
|
|
904
|
-
},
|
|
905
1095
|
{
|
|
906
1096
|
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
907
1097
|
"value": "defaultCredentialsChain"
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"name": "Credentials",
|
|
1101
|
+
"value": "credentials"
|
|
908
1102
|
}
|
|
909
|
-
]
|
|
910
|
-
"binding": {
|
|
911
|
-
"type": "zeebe:input",
|
|
912
|
-
"name": "authentication.type"
|
|
913
|
-
},
|
|
914
|
-
"constraints": {
|
|
915
|
-
"notEmpty": true
|
|
916
|
-
}
|
|
1103
|
+
]
|
|
917
1104
|
},
|
|
918
1105
|
{
|
|
1106
|
+
"id": "authentication.accessKey",
|
|
919
1107
|
"label": "Access key",
|
|
920
|
-
"
|
|
921
|
-
"group": "authentication",
|
|
922
|
-
"type": "String",
|
|
923
|
-
"binding": {
|
|
924
|
-
"type": "zeebe:input",
|
|
925
|
-
"name": "authentication.accessKey"
|
|
926
|
-
},
|
|
1108
|
+
"optional": false,
|
|
927
1109
|
"constraints": {
|
|
928
1110
|
"notEmpty": true
|
|
929
1111
|
},
|
|
1112
|
+
"feel": "optional",
|
|
1113
|
+
"group": "authentication",
|
|
1114
|
+
"binding": {
|
|
1115
|
+
"name": "authentication.accessKey",
|
|
1116
|
+
"type": "zeebe:input"
|
|
1117
|
+
},
|
|
930
1118
|
"condition": {
|
|
931
|
-
"property": "
|
|
932
|
-
"equals": "credentials"
|
|
933
|
-
|
|
1119
|
+
"property": "authentication.type",
|
|
1120
|
+
"equals": "credentials",
|
|
1121
|
+
"type": "simple"
|
|
1122
|
+
},
|
|
1123
|
+
"tooltip": "IAM access key of a user with the necessary permissions for this connector",
|
|
1124
|
+
"type": "String"
|
|
934
1125
|
},
|
|
935
1126
|
{
|
|
1127
|
+
"id": "authentication.secretKey",
|
|
936
1128
|
"label": "Secret key",
|
|
937
|
-
"
|
|
938
|
-
"group": "authentication",
|
|
939
|
-
"type": "String",
|
|
940
|
-
"binding": {
|
|
941
|
-
"type": "zeebe:input",
|
|
942
|
-
"name": "authentication.secretKey"
|
|
943
|
-
},
|
|
1129
|
+
"optional": false,
|
|
944
1130
|
"constraints": {
|
|
945
1131
|
"notEmpty": true
|
|
946
1132
|
},
|
|
1133
|
+
"feel": "optional",
|
|
1134
|
+
"group": "authentication",
|
|
1135
|
+
"binding": {
|
|
1136
|
+
"name": "authentication.secretKey",
|
|
1137
|
+
"type": "zeebe:input"
|
|
1138
|
+
},
|
|
947
1139
|
"condition": {
|
|
948
|
-
"property": "
|
|
949
|
-
"equals": "credentials"
|
|
950
|
-
|
|
1140
|
+
"property": "authentication.type",
|
|
1141
|
+
"equals": "credentials",
|
|
1142
|
+
"type": "simple"
|
|
1143
|
+
},
|
|
1144
|
+
"tooltip": "IAM secret key of a user with the necessary permissions for this connector",
|
|
1145
|
+
"type": "String"
|
|
951
1146
|
},
|
|
952
1147
|
{
|
|
1148
|
+
"id": "configuration.region",
|
|
953
1149
|
"label": "Region",
|
|
954
|
-
"
|
|
955
|
-
"
|
|
956
|
-
|
|
1150
|
+
"optional": false,
|
|
1151
|
+
"constraints": {
|
|
1152
|
+
"notEmpty": true
|
|
1153
|
+
},
|
|
957
1154
|
"feel": "optional",
|
|
1155
|
+
"group": "configuration",
|
|
958
1156
|
"binding": {
|
|
959
|
-
"
|
|
960
|
-
"
|
|
1157
|
+
"name": "configuration.region",
|
|
1158
|
+
"type": "zeebe:input"
|
|
961
1159
|
},
|
|
962
|
-
"
|
|
963
|
-
"notEmpty": true,
|
|
964
|
-
"maxLength": 255
|
|
965
|
-
}
|
|
1160
|
+
"type": "String"
|
|
966
1161
|
},
|
|
967
1162
|
{
|
|
968
|
-
"
|
|
969
|
-
"
|
|
970
|
-
"
|
|
971
|
-
"
|
|
972
|
-
"
|
|
1163
|
+
"id": "configuration.endpoint",
|
|
1164
|
+
"label": "Endpoint",
|
|
1165
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
1166
|
+
"optional": true,
|
|
1167
|
+
"group": "configuration",
|
|
973
1168
|
"binding": {
|
|
974
|
-
"
|
|
975
|
-
"
|
|
1169
|
+
"name": "configuration.endpoint",
|
|
1170
|
+
"type": "zeebe:input"
|
|
976
1171
|
},
|
|
977
|
-
"
|
|
978
|
-
"notEmpty": true
|
|
979
|
-
}
|
|
1172
|
+
"type": "Hidden"
|
|
980
1173
|
},
|
|
981
1174
|
{
|
|
1175
|
+
"id": "input.source",
|
|
982
1176
|
"label": "Source",
|
|
983
|
-
"
|
|
984
|
-
"
|
|
985
|
-
|
|
1177
|
+
"optional": false,
|
|
1178
|
+
"constraints": {
|
|
1179
|
+
"notEmpty": true
|
|
1180
|
+
},
|
|
986
1181
|
"feel": "optional",
|
|
1182
|
+
"group": "eventDetails",
|
|
987
1183
|
"binding": {
|
|
988
|
-
"
|
|
989
|
-
"
|
|
1184
|
+
"name": "input.source",
|
|
1185
|
+
"type": "zeebe:input"
|
|
990
1186
|
},
|
|
991
|
-
"
|
|
992
|
-
|
|
993
|
-
}
|
|
1187
|
+
"tooltip": "Value that identifies the service that generated the event. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">Amazon EventBridge documentation</a>.",
|
|
1188
|
+
"type": "String"
|
|
994
1189
|
},
|
|
995
1190
|
{
|
|
1191
|
+
"id": "input.detailType",
|
|
996
1192
|
"label": "Detail type",
|
|
997
|
-
"
|
|
998
|
-
"
|
|
999
|
-
|
|
1193
|
+
"optional": false,
|
|
1194
|
+
"constraints": {
|
|
1195
|
+
"notEmpty": true
|
|
1196
|
+
},
|
|
1000
1197
|
"feel": "optional",
|
|
1198
|
+
"group": "eventDetails",
|
|
1001
1199
|
"binding": {
|
|
1002
|
-
"
|
|
1003
|
-
"
|
|
1200
|
+
"name": "input.detailType",
|
|
1201
|
+
"type": "zeebe:input"
|
|
1004
1202
|
},
|
|
1203
|
+
"tooltip": "Type of event being sent. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">Amazon EventBridge documentation</a>.",
|
|
1204
|
+
"type": "String"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"id": "input.eventBusName",
|
|
1208
|
+
"label": "Event bus name",
|
|
1209
|
+
"optional": false,
|
|
1005
1210
|
"constraints": {
|
|
1006
1211
|
"notEmpty": true
|
|
1007
|
-
}
|
|
1212
|
+
},
|
|
1213
|
+
"feel": "required",
|
|
1214
|
+
"group": "eventDetails",
|
|
1215
|
+
"binding": {
|
|
1216
|
+
"name": "input.eventBusName",
|
|
1217
|
+
"type": "zeebe:input"
|
|
1218
|
+
},
|
|
1219
|
+
"tooltip": "Name of the destination event bus. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">Amazon EventBridge documentation</a>.",
|
|
1220
|
+
"type": "Text"
|
|
1008
1221
|
},
|
|
1009
1222
|
{
|
|
1223
|
+
"id": "input.detail",
|
|
1010
1224
|
"label": "Event payload",
|
|
1011
|
-
"description": "Provide the payload for the event as JSON. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
1012
|
-
"group": "eventPayload",
|
|
1013
|
-
"type": "Text",
|
|
1014
|
-
"feel": "required",
|
|
1015
1225
|
"optional": false,
|
|
1016
|
-
"binding": {
|
|
1017
|
-
"type": "zeebe:input",
|
|
1018
|
-
"name": "input.detail"
|
|
1019
|
-
},
|
|
1020
1226
|
"constraints": {
|
|
1021
1227
|
"notEmpty": true
|
|
1022
|
-
}
|
|
1228
|
+
},
|
|
1229
|
+
"feel": "optional",
|
|
1230
|
+
"group": "eventPayload",
|
|
1231
|
+
"binding": {
|
|
1232
|
+
"name": "input.detail",
|
|
1233
|
+
"type": "zeebe:input"
|
|
1234
|
+
},
|
|
1235
|
+
"tooltip": "Payload must be provided as JSON. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">Amazon EventBridge event payload</a> documentation.",
|
|
1236
|
+
"placeholder": "{\"key\": \"value\"}",
|
|
1237
|
+
"type": "String"
|
|
1023
1238
|
},
|
|
1024
1239
|
{
|
|
1240
|
+
"id": "version",
|
|
1241
|
+
"label": "Version",
|
|
1242
|
+
"description": "Version of the element template",
|
|
1243
|
+
"value": "6",
|
|
1244
|
+
"group": "connector",
|
|
1245
|
+
"binding": {
|
|
1246
|
+
"key": "elementTemplateVersion",
|
|
1247
|
+
"type": "zeebe:taskHeader"
|
|
1248
|
+
},
|
|
1249
|
+
"type": "Hidden"
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"id": "id",
|
|
1253
|
+
"label": "ID",
|
|
1254
|
+
"description": "ID of the element template",
|
|
1255
|
+
"value": "io.camunda.connectors.AWSEventBridge.v1",
|
|
1256
|
+
"group": "connector",
|
|
1257
|
+
"binding": {
|
|
1258
|
+
"key": "elementTemplateId",
|
|
1259
|
+
"type": "zeebe:taskHeader"
|
|
1260
|
+
},
|
|
1261
|
+
"type": "Hidden"
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"id": "resultVariable",
|
|
1025
1265
|
"label": "Result variable",
|
|
1026
|
-
"description": "
|
|
1266
|
+
"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>.",
|
|
1027
1267
|
"group": "output",
|
|
1028
|
-
"type": "String",
|
|
1029
1268
|
"binding": {
|
|
1030
|
-
"
|
|
1031
|
-
"
|
|
1032
|
-
}
|
|
1269
|
+
"key": "resultVariable",
|
|
1270
|
+
"type": "zeebe:taskHeader"
|
|
1271
|
+
},
|
|
1272
|
+
"type": "String"
|
|
1033
1273
|
},
|
|
1034
1274
|
{
|
|
1275
|
+
"id": "resultExpression",
|
|
1035
1276
|
"label": "Result expression",
|
|
1036
|
-
"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
|
|
1037
|
-
"group": "output",
|
|
1038
|
-
"type": "Text",
|
|
1277
|
+
"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>.",
|
|
1039
1278
|
"feel": "required",
|
|
1279
|
+
"group": "output",
|
|
1040
1280
|
"binding": {
|
|
1041
|
-
"
|
|
1042
|
-
"
|
|
1043
|
-
}
|
|
1281
|
+
"key": "resultExpression",
|
|
1282
|
+
"type": "zeebe:taskHeader"
|
|
1283
|
+
},
|
|
1284
|
+
"type": "Text"
|
|
1044
1285
|
},
|
|
1045
1286
|
{
|
|
1287
|
+
"id": "errorExpression",
|
|
1046
1288
|
"label": "Error expression",
|
|
1047
|
-
"description": "Expression to handle errors",
|
|
1048
|
-
"group": "errors",
|
|
1049
|
-
"type": "Text",
|
|
1289
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1050
1290
|
"feel": "required",
|
|
1291
|
+
"group": "error",
|
|
1051
1292
|
"binding": {
|
|
1052
|
-
"
|
|
1053
|
-
"
|
|
1054
|
-
}
|
|
1293
|
+
"key": "errorExpression",
|
|
1294
|
+
"type": "zeebe:taskHeader"
|
|
1295
|
+
},
|
|
1296
|
+
"type": "Text"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"id": "retryCount",
|
|
1300
|
+
"label": "Retries",
|
|
1301
|
+
"description": "Number of retries",
|
|
1302
|
+
"value": "3",
|
|
1303
|
+
"feel": "optional",
|
|
1304
|
+
"group": "retries",
|
|
1305
|
+
"binding": {
|
|
1306
|
+
"property": "retries",
|
|
1307
|
+
"type": "zeebe:taskDefinition"
|
|
1308
|
+
},
|
|
1309
|
+
"type": "String"
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"id": "retryBackoff",
|
|
1313
|
+
"label": "Retry backoff",
|
|
1314
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
1315
|
+
"value": "PT30S",
|
|
1316
|
+
"group": "retries",
|
|
1317
|
+
"binding": {
|
|
1318
|
+
"key": "retryBackoff",
|
|
1319
|
+
"type": "zeebe:taskHeader"
|
|
1320
|
+
},
|
|
1321
|
+
"type": "String"
|
|
1055
1322
|
}
|
|
1056
1323
|
],
|
|
1057
1324
|
"icon": {
|
|
1058
|
-
"contents": "data:image/svg+xml;
|
|
1059
|
-
},
|
|
1060
|
-
"engines": {
|
|
1061
|
-
"camunda": "^8.4"
|
|
1325
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nMCAwIDI1NiAyNTYnPgogICAgPGRlZnM+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSdsb2dvc0F3c0V2ZW50YnJpZGdlMCcgeDE9JzAlJyB4Mj0nMTAwJScgeTE9JzEwMCUnIHkyPScwJSc+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCUnIHN0b3AtY29sb3I9JyNCMDA4NEQnLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScxMDAlJyBzdG9wLWNvbG9yPScjRkY0RjhCJy8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGZpbGw9J3VybCgjbG9nb3NBd3NFdmVudGJyaWRnZTApJyBkPSdNMCAwaDI1NnYyNTZIMHonLz4KICAgIDxwYXRoIGZpbGw9JyNGRkYnCiAgICAgICAgICBkPSdNMTcxLjcwMiAyMTEuMmMtNi44NTggMC0xMi40NC01LjYxLTEyLjQ0LTEyLjUwOXM1LjU4Mi0xMi41MDkgMTIuNDQtMTIuNTA5YzYuODU3IDAgMTIuNDM4IDUuNjEgMTIuNDM4IDEyLjUxYzAgNi44OTgtNS41ODEgMTIuNTA4LTEyLjQzOCAxMi41MDhabS0yNy4yNzgtNTQuNGgtMzMuMDcxTDk0LjgxNSAxMjhsMTYuNTM4LTI4LjhoMzMuMDcxTDE2MC45NiAxMjhsLTE2LjUzNSAyOC44Wk04OC4zODcgNjkuODE4Yy02Ljg1NyAwLTEyLjQzOC01LjYxLTEyLjQzOC0xMi41MWMwLTYuODk4IDUuNTgxLTEyLjUwOCAxMi40MzgtMTIuNTA4YzYuODYxIDAgMTIuNDQzIDUuNjEgMTIuNDQzIDEyLjUwOXMtNS41ODIgMTIuNTA5LTEyLjQ0MyAxMi41MDlabTgzLjMxNSAxMDkuOTY0Yy0yLjM2MiAwLTQuNjE0LjQ1OC02LjY5OSAxLjI2MWwtMTMuNTE0LTIyLjkzMWwtLjcxMy40MjZMMTY3LjM5IDEyOS42YTMuMjI2IDMuMjI2IDAgMCAwIDAtMy4ybC0xOC4zNzQtMzJhMy4xNzcgMy4xNzcgMCAwIDAtMi43NTUtMS42aC0zMy40MzVsLjEzLS4wNzdsLTEyLjM5LTIxLjAzYzQuMDQ3LTMuNDY5IDYuNjI4LTguNjI3IDYuNjI4LTE0LjM4NGMwLTEwLjQyNi04LjQzNi0xOC45MDktMTguODA3LTE4LjkwOWMtMTAuMzY3IDAtMTguODAzIDguNDgzLTE4LjgwMyAxOC45MDljMCAxMC40MjUgOC40MzYgMTguOTA5IDE4LjgwMyAxOC45MDljMi4zNjUgMCA0LjYxOC0uNDU4IDYuNzAyLTEuMjYxbDExLjU2NyAxOS42MjVMODguMzg0IDEyNi40YTMuMjI2IDMuMjI2IDAgMCAwIDAgMy4ybDE4LjM3NyAzMmMuNTcuOTkyIDEuNjIgMS42IDIuNzU2IDEuNmgzNi43NDRjLjI2NCAwIC41MjEtLjA0Mi43Ny0uMTAybDEyLjQ5NiAyMS4yMWMtNC4wNTEgMy40NjgtNi42MjkgOC42MjYtNi42MjkgMTQuMzgzYzAgMTAuNDI2IDguNDMzIDE4LjkwOSAxOC44MDQgMTguOTA5YzEwLjM3IDAgMTguODAzLTguNDgzIDE4LjgwMy0xOC45MDljMC0xMC40MjUtOC40MzMtMTguOTA5LTE4LjgwMy0xOC45MDlabTE4Ljk2OC03Ny4wNWMtNi44NTcgMC0xMi40MzYtNS42MDktMTIuNDM2LTEyLjUwOGMwLTYuOSA1LjU3OS0xMi41MDkgMTIuNDM2LTEyLjUwOWM2Ljg1OCAwIDEyLjQ0IDUuNjEgMTIuNDQgMTIuNTA5YzAgNi45LTUuNTgyIDEyLjUwOS0xMi40NCAxMi41MDlabTIzLjMwMyAyMy42NjhsLTEyLjA4LTIxLjA0YzQuNTkyLTMuNDUzIDcuNTgtOC45NDQgNy41OC0xNS4xMzZjMC0xMC40MjYtOC40MzItMTguOTA5LTE4LjgwMy0xOC45MDljLTIuNjM4IDAtNS4xNTIuNTU0LTcuNDMzIDEuNTQ5bC05Ljg0OS0xNy4xNTVhMy4xOCAzLjE4IDAgMCAwLTIuNzU2LTEuNmgtMzkuNDQ4djYuNGgzNy42MTJsOS4xMSAxNS44NzJjLTMuNzAzIDMuNDU2LTYuMDM2IDguMzc0LTYuMDM2IDEzLjg0M2MwIDEwLjQyNiA4LjQzMyAxOC45MDkgMTguOCAxOC45MDljMS45MzIgMCAzLjgtLjI5OCA1LjU1Ni0uODQ1TDIwNy41NDUgMTI4bC0xNS44OTIgMjcuNjc0bDUuNTEyIDMuMmwxNi44MDgtMjkuMjc0YTMuMjEgMy4yMSAwIDAgMCAwLTMuMlptLTE0Ni4wNCA1MC4zOWMtNi44NiAwLTEyLjQ0Mi01LjYxMi0xMi40NDItMTIuNTA4YzAtNi45IDUuNTgxLTEyLjUxIDEyLjQ0Mi0xMi41MWM2Ljg1NyAwIDEyLjQzOSA1LjYxIDEyLjQzOSAxMi41MWMwIDYuODk2LTUuNTgyIDEyLjUwOC0xMi40NCAxMi41MDhabTEwLjM5MyAzLjIzNmM1LjA2Mi0zLjM5MiA4LjQxLTkuMTgxIDguNDEtMTUuNzQ0YzAtMTAuNDI2LTguNDM2LTE4LjkxLTE4LjgwMy0xOC45MWMtMy4wMDQgMC01LjgzMy43My04LjM1MyAxLjk5NEw0OC40NTggMTI4bDE4LjQyOC0zMi4wOTNsLTUuNTE1LTMuMkw0Mi4wMjcgMTI2LjRhMy4yMSAzLjIxIDAgMCAwIDAgMy4ybDEyLjM4OCAyMS41NjhjLTMuMjY4IDMuNDA1LTUuMjg5IDguMDIyLTUuMjg5IDEzLjExNGMwIDEwLjQyNSA4LjQzNiAxOC45MDggMTguODA3IDE4LjkwOGMxLjU2MiAwIDMuMDc0LS4yMTQgNC41MjgtLjU3OWwxMC4xNSAxNy42OGMuNTcuOTg5IDEuNjIgMS42IDIuNzU3IDEuNmgzOS40NTF2LTYuNEg4Ny4yMDRsLTguODc4LTE1LjQ2NVonLz4KPC9zdmc+Cg=="
|
|
1062
1326
|
}
|
|
1063
1327
|
},
|
|
1064
1328
|
{
|
|
@@ -1066,16 +1330,8 @@
|
|
|
1066
1330
|
"name": "Amazon EventBridge Outbound Connector",
|
|
1067
1331
|
"id": "io.camunda.connectors.AWSEventBridge.v1",
|
|
1068
1332
|
"description": "Send events to AWS EventBridge",
|
|
1069
|
-
"
|
|
1070
|
-
|
|
1071
|
-
"publish event",
|
|
1072
|
-
"send event",
|
|
1073
|
-
"trigger event",
|
|
1074
|
-
"event bus",
|
|
1075
|
-
"cloud event"
|
|
1076
|
-
],
|
|
1077
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound",
|
|
1078
|
-
"version": 6,
|
|
1333
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/amazon-eventbridge/?awseventbridge=outbound",
|
|
1334
|
+
"version": 5,
|
|
1079
1335
|
"category": {
|
|
1080
1336
|
"id": "connectors",
|
|
1081
1337
|
"name": "Connectors"
|
|
@@ -1084,9 +1340,6 @@
|
|
|
1084
1340
|
"elementType": {
|
|
1085
1341
|
"value": "bpmn:ServiceTask"
|
|
1086
1342
|
},
|
|
1087
|
-
"engines": {
|
|
1088
|
-
"camunda": "^8.3"
|
|
1089
|
-
},
|
|
1090
1343
|
"groups": [
|
|
1091
1344
|
{
|
|
1092
1345
|
"id": "authentication",
|
|
@@ -1098,16 +1351,12 @@
|
|
|
1098
1351
|
},
|
|
1099
1352
|
{
|
|
1100
1353
|
"id": "eventDetails",
|
|
1101
|
-
"label": "
|
|
1354
|
+
"label": "eventDetails"
|
|
1102
1355
|
},
|
|
1103
1356
|
{
|
|
1104
1357
|
"id": "eventPayload",
|
|
1105
1358
|
"label": "Event Payload"
|
|
1106
1359
|
},
|
|
1107
|
-
{
|
|
1108
|
-
"id": "connector",
|
|
1109
|
-
"label": "Connector"
|
|
1110
|
-
},
|
|
1111
1360
|
{
|
|
1112
1361
|
"id": "output",
|
|
1113
1362
|
"label": "Output mapping"
|
|
@@ -1133,7 +1382,7 @@
|
|
|
1133
1382
|
{
|
|
1134
1383
|
"id": "authentication.type",
|
|
1135
1384
|
"label": "Authentication",
|
|
1136
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/
|
|
1385
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/protocol/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
|
|
1137
1386
|
"value": "credentials",
|
|
1138
1387
|
"group": "authentication",
|
|
1139
1388
|
"binding": {
|
|
@@ -1198,10 +1447,7 @@
|
|
|
1198
1447
|
"id": "configuration.region",
|
|
1199
1448
|
"label": "Region",
|
|
1200
1449
|
"description": "Specify the AWS region",
|
|
1201
|
-
"optional":
|
|
1202
|
-
"constraints": {
|
|
1203
|
-
"notEmpty": true
|
|
1204
|
-
},
|
|
1450
|
+
"optional": true,
|
|
1205
1451
|
"feel": "optional",
|
|
1206
1452
|
"group": "configuration",
|
|
1207
1453
|
"binding": {
|
|
@@ -1286,34 +1532,10 @@
|
|
|
1286
1532
|
},
|
|
1287
1533
|
"type": "String"
|
|
1288
1534
|
},
|
|
1289
|
-
{
|
|
1290
|
-
"id": "version",
|
|
1291
|
-
"label": "Version",
|
|
1292
|
-
"description": "Version of the element template",
|
|
1293
|
-
"value": "6",
|
|
1294
|
-
"group": "connector",
|
|
1295
|
-
"binding": {
|
|
1296
|
-
"key": "elementTemplateVersion",
|
|
1297
|
-
"type": "zeebe:taskHeader"
|
|
1298
|
-
},
|
|
1299
|
-
"type": "Hidden"
|
|
1300
|
-
},
|
|
1301
|
-
{
|
|
1302
|
-
"id": "id",
|
|
1303
|
-
"label": "ID",
|
|
1304
|
-
"description": "ID of the element template",
|
|
1305
|
-
"value": "io.camunda.connectors.AWSEventBridge.v1",
|
|
1306
|
-
"group": "connector",
|
|
1307
|
-
"binding": {
|
|
1308
|
-
"key": "elementTemplateId",
|
|
1309
|
-
"type": "zeebe:taskHeader"
|
|
1310
|
-
},
|
|
1311
|
-
"type": "Hidden"
|
|
1312
|
-
},
|
|
1313
1535
|
{
|
|
1314
1536
|
"id": "resultVariable",
|
|
1315
1537
|
"label": "Result variable",
|
|
1316
|
-
"description": "Name of variable to store the response in
|
|
1538
|
+
"description": "Name of variable to store the response in",
|
|
1317
1539
|
"group": "output",
|
|
1318
1540
|
"binding": {
|
|
1319
1541
|
"key": "resultVariable",
|
|
@@ -1324,7 +1546,7 @@
|
|
|
1324
1546
|
{
|
|
1325
1547
|
"id": "resultExpression",
|
|
1326
1548
|
"label": "Result expression",
|
|
1327
|
-
"description": "Expression to map the response into process variables
|
|
1549
|
+
"description": "Expression to map the response into process variables",
|
|
1328
1550
|
"feel": "required",
|
|
1329
1551
|
"group": "output",
|
|
1330
1552
|
"binding": {
|
|
@@ -1363,6 +1585,7 @@
|
|
|
1363
1585
|
"label": "Retry backoff",
|
|
1364
1586
|
"description": "ISO-8601 duration to wait between retries",
|
|
1365
1587
|
"value": "PT0S",
|
|
1588
|
+
"feel": "optional",
|
|
1366
1589
|
"group": "retries",
|
|
1367
1590
|
"binding": {
|
|
1368
1591
|
"key": "retryBackoff",
|
|
@@ -1373,6 +1596,197 @@
|
|
|
1373
1596
|
],
|
|
1374
1597
|
"icon": {
|
|
1375
1598
|
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nMCAwIDI1NiAyNTYnPgogICAgPGRlZnM+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSdsb2dvc0F3c0V2ZW50YnJpZGdlMCcgeDE9JzAlJyB4Mj0nMTAwJScgeTE9JzEwMCUnIHkyPScwJSc+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCUnIHN0b3AtY29sb3I9JyNCMDA4NEQnLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScxMDAlJyBzdG9wLWNvbG9yPScjRkY0RjhCJy8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGZpbGw9J3VybCgjbG9nb3NBd3NFdmVudGJyaWRnZTApJyBkPSdNMCAwaDI1NnYyNTZIMHonLz4KICAgIDxwYXRoIGZpbGw9JyNGRkYnCiAgICAgICAgICBkPSdNMTcxLjcwMiAyMTEuMmMtNi44NTggMC0xMi40NC01LjYxLTEyLjQ0LTEyLjUwOXM1LjU4Mi0xMi41MDkgMTIuNDQtMTIuNTA5YzYuODU3IDAgMTIuNDM4IDUuNjEgMTIuNDM4IDEyLjUxYzAgNi44OTgtNS41ODEgMTIuNTA4LTEyLjQzOCAxMi41MDhabS0yNy4yNzgtNTQuNGgtMzMuMDcxTDk0LjgxNSAxMjhsMTYuNTM4LTI4LjhoMzMuMDcxTDE2MC45NiAxMjhsLTE2LjUzNSAyOC44Wk04OC4zODcgNjkuODE4Yy02Ljg1NyAwLTEyLjQzOC01LjYxLTEyLjQzOC0xMi41MWMwLTYuODk4IDUuNTgxLTEyLjUwOCAxMi40MzgtMTIuNTA4YzYuODYxIDAgMTIuNDQzIDUuNjEgMTIuNDQzIDEyLjUwOXMtNS41ODIgMTIuNTA5LTEyLjQ0MyAxMi41MDlabTgzLjMxNSAxMDkuOTY0Yy0yLjM2MiAwLTQuNjE0LjQ1OC02LjY5OSAxLjI2MWwtMTMuNTE0LTIyLjkzMWwtLjcxMy40MjZMMTY3LjM5IDEyOS42YTMuMjI2IDMuMjI2IDAgMCAwIDAtMy4ybC0xOC4zNzQtMzJhMy4xNzcgMy4xNzcgMCAwIDAtMi43NTUtMS42aC0zMy40MzVsLjEzLS4wNzdsLTEyLjM5LTIxLjAzYzQuMDQ3LTMuNDY5IDYuNjI4LTguNjI3IDYuNjI4LTE0LjM4NGMwLTEwLjQyNi04LjQzNi0xOC45MDktMTguODA3LTE4LjkwOWMtMTAuMzY3IDAtMTguODAzIDguNDgzLTE4LjgwMyAxOC45MDljMCAxMC40MjUgOC40MzYgMTguOTA5IDE4LjgwMyAxOC45MDljMi4zNjUgMCA0LjYxOC0uNDU4IDYuNzAyLTEuMjYxbDExLjU2NyAxOS42MjVMODguMzg0IDEyNi40YTMuMjI2IDMuMjI2IDAgMCAwIDAgMy4ybDE4LjM3NyAzMmMuNTcuOTkyIDEuNjIgMS42IDIuNzU2IDEuNmgzNi43NDRjLjI2NCAwIC41MjEtLjA0Mi43Ny0uMTAybDEyLjQ5NiAyMS4yMWMtNC4wNTEgMy40NjgtNi42MjkgOC42MjYtNi42MjkgMTQuMzgzYzAgMTAuNDI2IDguNDMzIDE4LjkwOSAxOC44MDQgMTguOTA5YzEwLjM3IDAgMTguODAzLTguNDgzIDE4LjgwMy0xOC45MDljMC0xMC40MjUtOC40MzMtMTguOTA5LTE4LjgwMy0xOC45MDlabTE4Ljk2OC03Ny4wNWMtNi44NTcgMC0xMi40MzYtNS42MDktMTIuNDM2LTEyLjUwOGMwLTYuOSA1LjU3OS0xMi41MDkgMTIuNDM2LTEyLjUwOWM2Ljg1OCAwIDEyLjQ0IDUuNjEgMTIuNDQgMTIuNTA5YzAgNi45LTUuNTgyIDEyLjUwOS0xMi40NCAxMi41MDlabTIzLjMwMyAyMy42NjhsLTEyLjA4LTIxLjA0YzQuNTkyLTMuNDUzIDcuNTgtOC45NDQgNy41OC0xNS4xMzZjMC0xMC40MjYtOC40MzItMTguOTA5LTE4LjgwMy0xOC45MDljLTIuNjM4IDAtNS4xNTIuNTU0LTcuNDMzIDEuNTQ5bC05Ljg0OS0xNy4xNTVhMy4xOCAzLjE4IDAgMCAwLTIuNzU2LTEuNmgtMzkuNDQ4djYuNGgzNy42MTJsOS4xMSAxNS44NzJjLTMuNzAzIDMuNDU2LTYuMDM2IDguMzc0LTYuMDM2IDEzLjg0M2MwIDEwLjQyNiA4LjQzMyAxOC45MDkgMTguOCAxOC45MDljMS45MzIgMCAzLjgtLjI5OCA1LjU1Ni0uODQ1TDIwNy41NDUgMTI4bC0xNS44OTIgMjcuNjc0bDUuNTEyIDMuMmwxNi44MDgtMjkuMjc0YTMuMjEgMy4yMSAwIDAgMCAwLTMuMlptLTE0Ni4wNCA1MC4zOWMtNi44NiAwLTEyLjQ0Mi01LjYxMi0xMi40NDItMTIuNTA4YzAtNi45IDUuNTgxLTEyLjUxIDEyLjQ0Mi0xMi41MWM2Ljg1NyAwIDEyLjQzOSA1LjYxIDEyLjQzOSAxMi41MWMwIDYuODk2LTUuNTgyIDEyLjUwOC0xMi40NCAxMi41MDhabTEwLjM5MyAzLjIzNmM1LjA2Mi0zLjM5MiA4LjQxLTkuMTgxIDguNDEtMTUuNzQ0YzAtMTAuNDI2LTguNDM2LTE4LjkxLTE4LjgwMy0xOC45MWMtMy4wMDQgMC01LjgzMy43My04LjM1MyAxLjk5NEw0OC40NTggMTI4bDE4LjQyOC0zMi4wOTNsLTUuNTE1LTMuMkw0Mi4wMjcgMTI2LjRhMy4yMSAzLjIxIDAgMCAwIDAgMy4ybDEyLjM4OCAyMS41NjhjLTMuMjY4IDMuNDA1LTUuMjg5IDguMDIyLTUuMjg5IDEzLjExNGMwIDEwLjQyNSA4LjQzNiAxOC45MDggMTguODA3IDE4LjkwOGMxLjU2MiAwIDMuMDc0LS4yMTQgNC41MjgtLjU3OWwxMC4xNSAxNy42OGMuNTcuOTg5IDEuNjIgMS42IDIuNzU3IDEuNmgzOS40NTF2LTYuNEg4Ny4yMDRsLTguODc4LTE1LjQ2NVonLz4KPC9zdmc+Cg=="
|
|
1599
|
+
},
|
|
1600
|
+
"engines": {
|
|
1601
|
+
"camunda": "^8.5"
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1606
|
+
"name": "Amazon EventBridge Outbound Connector",
|
|
1607
|
+
"id": "io.camunda.connectors.AWSEventBridge.v1",
|
|
1608
|
+
"version": 3,
|
|
1609
|
+
"description": "Send events to AWS EventBridge",
|
|
1610
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
|
|
1611
|
+
"category": {
|
|
1612
|
+
"id": "connectors",
|
|
1613
|
+
"name": "Connectors"
|
|
1614
|
+
},
|
|
1615
|
+
"appliesTo": ["bpmn:Task"],
|
|
1616
|
+
"elementType": {
|
|
1617
|
+
"value": "bpmn:ServiceTask"
|
|
1618
|
+
},
|
|
1619
|
+
"groups": [
|
|
1620
|
+
{
|
|
1621
|
+
"id": "authentication",
|
|
1622
|
+
"label": "Authentication"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"id": "configuration",
|
|
1626
|
+
"label": "Configuration"
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"id": "eventDetails",
|
|
1630
|
+
"label": "Event Details"
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"id": "eventPayload",
|
|
1634
|
+
"label": "Event Payload"
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
"id": "output",
|
|
1638
|
+
"label": "Output Mapping"
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"id": "errors",
|
|
1642
|
+
"label": "Error Handling"
|
|
1643
|
+
}
|
|
1644
|
+
],
|
|
1645
|
+
"properties": [
|
|
1646
|
+
{
|
|
1647
|
+
"type": "Hidden",
|
|
1648
|
+
"value": "io.camunda:aws-eventbridge:1",
|
|
1649
|
+
"binding": {
|
|
1650
|
+
"type": "zeebe:taskDefinition",
|
|
1651
|
+
"property": "type"
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"label": "Access key",
|
|
1656
|
+
"description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
1657
|
+
"group": "authentication",
|
|
1658
|
+
"type": "String",
|
|
1659
|
+
"binding": {
|
|
1660
|
+
"type": "zeebe:input",
|
|
1661
|
+
"name": "authentication.accessKey"
|
|
1662
|
+
},
|
|
1663
|
+
"constraints": {
|
|
1664
|
+
"notEmpty": true
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"label": "Secret key",
|
|
1669
|
+
"description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
1670
|
+
"group": "authentication",
|
|
1671
|
+
"type": "String",
|
|
1672
|
+
"binding": {
|
|
1673
|
+
"type": "zeebe:input",
|
|
1674
|
+
"name": "authentication.secretKey"
|
|
1675
|
+
},
|
|
1676
|
+
"constraints": {
|
|
1677
|
+
"notEmpty": true
|
|
1678
|
+
}
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"label": "Region",
|
|
1682
|
+
"description": "Specify the AWS region",
|
|
1683
|
+
"group": "configuration",
|
|
1684
|
+
"type": "String",
|
|
1685
|
+
"feel": "optional",
|
|
1686
|
+
"binding": {
|
|
1687
|
+
"type": "zeebe:input",
|
|
1688
|
+
"name": "configuration.region"
|
|
1689
|
+
},
|
|
1690
|
+
"constraints": {
|
|
1691
|
+
"notEmpty": true,
|
|
1692
|
+
"maxLength": 255
|
|
1693
|
+
}
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"label": "Event bus name",
|
|
1697
|
+
"description": "Enter the event bus name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
1698
|
+
"group": "eventDetails",
|
|
1699
|
+
"type": "String",
|
|
1700
|
+
"feel": "optional",
|
|
1701
|
+
"binding": {
|
|
1702
|
+
"type": "zeebe:input",
|
|
1703
|
+
"name": "input.eventBusName"
|
|
1704
|
+
},
|
|
1705
|
+
"constraints": {
|
|
1706
|
+
"notEmpty": true
|
|
1707
|
+
}
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"label": "Source",
|
|
1711
|
+
"description": "Enter the event source value. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
1712
|
+
"group": "eventDetails",
|
|
1713
|
+
"type": "String",
|
|
1714
|
+
"feel": "optional",
|
|
1715
|
+
"binding": {
|
|
1716
|
+
"type": "zeebe:input",
|
|
1717
|
+
"name": "input.source"
|
|
1718
|
+
},
|
|
1719
|
+
"constraints": {
|
|
1720
|
+
"notEmpty": true
|
|
1721
|
+
}
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"label": "Detail type",
|
|
1725
|
+
"description": "Enter the event detail type. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
1726
|
+
"group": "eventDetails",
|
|
1727
|
+
"type": "String",
|
|
1728
|
+
"feel": "optional",
|
|
1729
|
+
"binding": {
|
|
1730
|
+
"type": "zeebe:input",
|
|
1731
|
+
"name": "input.detailType"
|
|
1732
|
+
},
|
|
1733
|
+
"constraints": {
|
|
1734
|
+
"notEmpty": true
|
|
1735
|
+
}
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"label": "Event payload",
|
|
1739
|
+
"description": "Provide the payload for the event as JSON. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
1740
|
+
"group": "eventPayload",
|
|
1741
|
+
"type": "Text",
|
|
1742
|
+
"feel": "required",
|
|
1743
|
+
"optional": false,
|
|
1744
|
+
"binding": {
|
|
1745
|
+
"type": "zeebe:input",
|
|
1746
|
+
"name": "input.detail"
|
|
1747
|
+
},
|
|
1748
|
+
"constraints": {
|
|
1749
|
+
"notEmpty": true
|
|
1750
|
+
}
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"label": "Result variable",
|
|
1754
|
+
"description": "Enter 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>",
|
|
1755
|
+
"group": "output",
|
|
1756
|
+
"type": "String",
|
|
1757
|
+
"binding": {
|
|
1758
|
+
"type": "zeebe:taskHeader",
|
|
1759
|
+
"key": "resultVariable"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"label": "Result expression",
|
|
1764
|
+
"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>",
|
|
1765
|
+
"group": "output",
|
|
1766
|
+
"type": "Text",
|
|
1767
|
+
"feel": "required",
|
|
1768
|
+
"binding": {
|
|
1769
|
+
"type": "zeebe:taskHeader",
|
|
1770
|
+
"key": "resultExpression"
|
|
1771
|
+
}
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"label": "Error expression",
|
|
1775
|
+
"description": "Expression to handle errors",
|
|
1776
|
+
"group": "errors",
|
|
1777
|
+
"type": "Text",
|
|
1778
|
+
"feel": "required",
|
|
1779
|
+
"binding": {
|
|
1780
|
+
"type": "zeebe:taskHeader",
|
|
1781
|
+
"key": "errorExpression"
|
|
1782
|
+
}
|
|
1783
|
+
}
|
|
1784
|
+
],
|
|
1785
|
+
"icon": {
|
|
1786
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
|
|
1787
|
+
},
|
|
1788
|
+
"engines": {
|
|
1789
|
+
"camunda": "^8.4"
|
|
1376
1790
|
}
|
|
1377
1791
|
}
|
|
1378
1792
|
]
|