@camunda/connectors-element-templates 1.0.6 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +26 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +104 -104
- package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
- package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
- package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
- package/src/element-templates/aws-sns-outbound-connector.json +726 -726
- package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
- package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
- package/src/element-templates/aws-sqs-start-message.json +461 -461
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/csv-outbound-connector.json +412 -0
- package/src/element-templates/easy-post-connector.json +149 -149
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
- package/src/element-templates/github-connector.json +2417 -2417
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +57 -57
- package/src/element-templates/gitlab-connector.json +1103 -1103
- package/src/element-templates/google-drive-outbound-connector.json +846 -846
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +78 -78
- package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
- package/src/element-templates/graphql-outbound-connector.json +1181 -1181
- package/src/element-templates/http-json-connector.json +2471 -1866
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +635 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +43 -43
- package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
- package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-outbound-connector.json +385 -385
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
- package/src/element-templates/openai-connector.json +122 -122
- package/src/element-templates/operate-connector.json +76 -72
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
- package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +470 -470
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +303 -303
- package/src/element-templates/slack-inbound-intermediate.json +277 -277
- package/src/element-templates/slack-inbound-message-start.json +11 -11
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +247 -247
- package/src/element-templates/slack-outbound-connector.json +966 -966
- package/src/element-templates/twilio-connector.json +52 -52
- package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
- package/src/element-templates/twilio-webhook-connector.json +11 -11
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/webhook-connector-boundary.json +1150 -1150
- package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +1495 -1495
- package/src/element-templates/webhook-connector-start-message.json +586 -586
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Amazon EventBridge
|
|
4
|
+
"name": "Amazon EventBridge Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSEventBridge.v1",
|
|
6
|
+
"version": 1,
|
|
6
7
|
"description": "Send events to AWS EventBridge",
|
|
7
|
-
"
|
|
8
|
-
"keywords": ["emit event", "publish event", "send event", "trigger event"]
|
|
9
|
-
},
|
|
10
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound",
|
|
11
|
-
"version": 6,
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
|
|
12
9
|
"category": {
|
|
13
10
|
"id": "connectors",
|
|
14
11
|
"name": "Connectors"
|
|
@@ -17,9 +14,6 @@
|
|
|
17
14
|
"elementType": {
|
|
18
15
|
"value": "bpmn:ServiceTask"
|
|
19
16
|
},
|
|
20
|
-
"engines": {
|
|
21
|
-
"camunda": "^8.3"
|
|
22
|
-
},
|
|
23
17
|
"groups": [
|
|
24
18
|
{
|
|
25
19
|
"id": "authentication",
|
|
@@ -27,7 +21,7 @@
|
|
|
27
21
|
},
|
|
28
22
|
{
|
|
29
23
|
"id": "configuration",
|
|
30
|
-
"label": "
|
|
24
|
+
"label": "Configuration"
|
|
31
25
|
},
|
|
32
26
|
{
|
|
33
27
|
"id": "eventDetails",
|
|
@@ -38,8 +32,192 @@
|
|
|
38
32
|
"label": "Event Payload"
|
|
39
33
|
},
|
|
40
34
|
{
|
|
41
|
-
"id": "
|
|
42
|
-
"label": "
|
|
35
|
+
"id": "output",
|
|
36
|
+
"label": "Output Mapping"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": "errors",
|
|
40
|
+
"label": "Error Handling"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"properties": [
|
|
44
|
+
{
|
|
45
|
+
"type": "Hidden",
|
|
46
|
+
"value": "io.camunda:aws-eventbridge:1",
|
|
47
|
+
"binding": {
|
|
48
|
+
"type": "zeebe:taskDefinition",
|
|
49
|
+
"property": "type"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"label": "Access key",
|
|
54
|
+
"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>",
|
|
55
|
+
"group": "authentication",
|
|
56
|
+
"type": "String",
|
|
57
|
+
"binding": {
|
|
58
|
+
"type": "zeebe:input",
|
|
59
|
+
"name": "authentication.accessKey"
|
|
60
|
+
},
|
|
61
|
+
"constraints": {
|
|
62
|
+
"notEmpty": true
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"label": "Secret key",
|
|
67
|
+
"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>",
|
|
68
|
+
"group": "authentication",
|
|
69
|
+
"type": "String",
|
|
70
|
+
"binding": {
|
|
71
|
+
"type": "zeebe:input",
|
|
72
|
+
"name": "authentication.secretKey"
|
|
73
|
+
},
|
|
74
|
+
"constraints": {
|
|
75
|
+
"notEmpty": true
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"label": "Region",
|
|
80
|
+
"description": "Specify the AWS region",
|
|
81
|
+
"group": "configuration",
|
|
82
|
+
"type": "String",
|
|
83
|
+
"feel": "optional",
|
|
84
|
+
"binding": {
|
|
85
|
+
"type": "zeebe:input",
|
|
86
|
+
"name": "configuration.region"
|
|
87
|
+
},
|
|
88
|
+
"constraints": {
|
|
89
|
+
"notEmpty": true,
|
|
90
|
+
"maxLength": 255
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"label": "Event bus name",
|
|
95
|
+
"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>",
|
|
96
|
+
"group": "eventDetails",
|
|
97
|
+
"type": "String",
|
|
98
|
+
"feel": "optional",
|
|
99
|
+
"binding": {
|
|
100
|
+
"type": "zeebe:input",
|
|
101
|
+
"name": "input.eventBusName"
|
|
102
|
+
},
|
|
103
|
+
"constraints": {
|
|
104
|
+
"notEmpty": true
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"label": "Source",
|
|
109
|
+
"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>",
|
|
110
|
+
"group": "eventDetails",
|
|
111
|
+
"type": "String",
|
|
112
|
+
"feel": "optional",
|
|
113
|
+
"binding": {
|
|
114
|
+
"type": "zeebe:input",
|
|
115
|
+
"name": "input.source"
|
|
116
|
+
},
|
|
117
|
+
"constraints": {
|
|
118
|
+
"notEmpty": true
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"label": "Detail type",
|
|
123
|
+
"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>",
|
|
124
|
+
"group": "eventDetails",
|
|
125
|
+
"type": "String",
|
|
126
|
+
"feel": "optional",
|
|
127
|
+
"binding": {
|
|
128
|
+
"type": "zeebe:input",
|
|
129
|
+
"name": "input.detailType"
|
|
130
|
+
},
|
|
131
|
+
"constraints": {
|
|
132
|
+
"notEmpty": true
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"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
|
+
"optional": false,
|
|
142
|
+
"binding": {
|
|
143
|
+
"type": "zeebe:input",
|
|
144
|
+
"name": "input.detail"
|
|
145
|
+
},
|
|
146
|
+
"constraints": {
|
|
147
|
+
"notEmpty": true
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"label": "Result variable",
|
|
152
|
+
"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>",
|
|
153
|
+
"group": "output",
|
|
154
|
+
"type": "String",
|
|
155
|
+
"binding": {
|
|
156
|
+
"type": "zeebe:taskHeader",
|
|
157
|
+
"key": "resultVariable"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"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",
|
|
165
|
+
"feel": "required",
|
|
166
|
+
"binding": {
|
|
167
|
+
"type": "zeebe:taskHeader",
|
|
168
|
+
"key": "resultExpression"
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"label": "Error expression",
|
|
173
|
+
"description": "Expression to handle errors",
|
|
174
|
+
"group": "errors",
|
|
175
|
+
"type": "Text",
|
|
176
|
+
"feel": "required",
|
|
177
|
+
"binding": {
|
|
178
|
+
"type": "zeebe:taskHeader",
|
|
179
|
+
"key": "errorExpression"
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
],
|
|
183
|
+
"icon": {
|
|
184
|
+
"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"
|
|
185
|
+
},
|
|
186
|
+
"engines": {
|
|
187
|
+
"camunda": "^8.2"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
192
|
+
"name": "Amazon EventBridge Outbound Connector",
|
|
193
|
+
"id": "io.camunda.connectors.AWSEventBridge.v1",
|
|
194
|
+
"description": "Send events to AWS EventBridge",
|
|
195
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/amazon-eventbridge/?awseventbridge=outbound",
|
|
196
|
+
"version": 5,
|
|
197
|
+
"category": {
|
|
198
|
+
"id": "connectors",
|
|
199
|
+
"name": "Connectors"
|
|
200
|
+
},
|
|
201
|
+
"appliesTo": ["bpmn:Task"],
|
|
202
|
+
"elementType": {
|
|
203
|
+
"value": "bpmn:ServiceTask"
|
|
204
|
+
},
|
|
205
|
+
"groups": [
|
|
206
|
+
{
|
|
207
|
+
"id": "authentication",
|
|
208
|
+
"label": "Authentication"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"id": "configuration",
|
|
212
|
+
"label": "Queue properties"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"id": "eventDetails",
|
|
216
|
+
"label": "eventDetails"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": "eventPayload",
|
|
220
|
+
"label": "Event Payload"
|
|
43
221
|
},
|
|
44
222
|
{
|
|
45
223
|
"id": "output",
|
|
@@ -66,7 +244,7 @@
|
|
|
66
244
|
{
|
|
67
245
|
"id": "authentication.type",
|
|
68
246
|
"label": "Authentication",
|
|
69
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/
|
|
247
|
+
"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>",
|
|
70
248
|
"value": "credentials",
|
|
71
249
|
"group": "authentication",
|
|
72
250
|
"binding": {
|
|
@@ -131,10 +309,7 @@
|
|
|
131
309
|
"id": "configuration.region",
|
|
132
310
|
"label": "Region",
|
|
133
311
|
"description": "Specify the AWS region",
|
|
134
|
-
"optional":
|
|
135
|
-
"constraints": {
|
|
136
|
-
"notEmpty": true
|
|
137
|
-
},
|
|
312
|
+
"optional": true,
|
|
138
313
|
"feel": "optional",
|
|
139
314
|
"group": "configuration",
|
|
140
315
|
"binding": {
|
|
@@ -219,30 +394,6 @@
|
|
|
219
394
|
},
|
|
220
395
|
"type": "String"
|
|
221
396
|
},
|
|
222
|
-
{
|
|
223
|
-
"id": "version",
|
|
224
|
-
"label": "Version",
|
|
225
|
-
"description": "Version of the element template",
|
|
226
|
-
"value": "6",
|
|
227
|
-
"group": "connector",
|
|
228
|
-
"binding": {
|
|
229
|
-
"key": "elementTemplateVersion",
|
|
230
|
-
"type": "zeebe:taskHeader"
|
|
231
|
-
},
|
|
232
|
-
"type": "Hidden"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"id": "id",
|
|
236
|
-
"label": "ID",
|
|
237
|
-
"description": "ID of the element template",
|
|
238
|
-
"value": "io.camunda.connectors.AWSEventBridge.v1",
|
|
239
|
-
"group": "connector",
|
|
240
|
-
"binding": {
|
|
241
|
-
"key": "elementTemplateId",
|
|
242
|
-
"type": "zeebe:taskHeader"
|
|
243
|
-
},
|
|
244
|
-
"type": "Hidden"
|
|
245
|
-
},
|
|
246
397
|
{
|
|
247
398
|
"id": "resultVariable",
|
|
248
399
|
"label": "Result variable",
|
|
@@ -296,6 +447,7 @@
|
|
|
296
447
|
"label": "Retry backoff",
|
|
297
448
|
"description": "ISO-8601 duration to wait between retries",
|
|
298
449
|
"value": "PT0S",
|
|
450
|
+
"feel": "optional",
|
|
299
451
|
"group": "retries",
|
|
300
452
|
"binding": {
|
|
301
453
|
"key": "retryBackoff",
|
|
@@ -306,13 +458,16 @@
|
|
|
306
458
|
],
|
|
307
459
|
"icon": {
|
|
308
460
|
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nMCAwIDI1NiAyNTYnPgogICAgPGRlZnM+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSdsb2dvc0F3c0V2ZW50YnJpZGdlMCcgeDE9JzAlJyB4Mj0nMTAwJScgeTE9JzEwMCUnIHkyPScwJSc+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCUnIHN0b3AtY29sb3I9JyNCMDA4NEQnLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScxMDAlJyBzdG9wLWNvbG9yPScjRkY0RjhCJy8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGZpbGw9J3VybCgjbG9nb3NBd3NFdmVudGJyaWRnZTApJyBkPSdNMCAwaDI1NnYyNTZIMHonLz4KICAgIDxwYXRoIGZpbGw9JyNGRkYnCiAgICAgICAgICBkPSdNMTcxLjcwMiAyMTEuMmMtNi44NTggMC0xMi40NC01LjYxLTEyLjQ0LTEyLjUwOXM1LjU4Mi0xMi41MDkgMTIuNDQtMTIuNTA5YzYuODU3IDAgMTIuNDM4IDUuNjEgMTIuNDM4IDEyLjUxYzAgNi44OTgtNS41ODEgMTIuNTA4LTEyLjQzOCAxMi41MDhabS0yNy4yNzgtNTQuNGgtMzMuMDcxTDk0LjgxNSAxMjhsMTYuNTM4LTI4LjhoMzMuMDcxTDE2MC45NiAxMjhsLTE2LjUzNSAyOC44Wk04OC4zODcgNjkuODE4Yy02Ljg1NyAwLTEyLjQzOC01LjYxLTEyLjQzOC0xMi41MWMwLTYuODk4IDUuNTgxLTEyLjUwOCAxMi40MzgtMTIuNTA4YzYuODYxIDAgMTIuNDQzIDUuNjEgMTIuNDQzIDEyLjUwOXMtNS41ODIgMTIuNTA5LTEyLjQ0MyAxMi41MDlabTgzLjMxNSAxMDkuOTY0Yy0yLjM2MiAwLTQuNjE0LjQ1OC02LjY5OSAxLjI2MWwtMTMuNTE0LTIyLjkzMWwtLjcxMy40MjZMMTY3LjM5IDEyOS42YTMuMjI2IDMuMjI2IDAgMCAwIDAtMy4ybC0xOC4zNzQtMzJhMy4xNzcgMy4xNzcgMCAwIDAtMi43NTUtMS42aC0zMy40MzVsLjEzLS4wNzdsLTEyLjM5LTIxLjAzYzQuMDQ3LTMuNDY5IDYuNjI4LTguNjI3IDYuNjI4LTE0LjM4NGMwLTEwLjQyNi04LjQzNi0xOC45MDktMTguODA3LTE4LjkwOWMtMTAuMzY3IDAtMTguODAzIDguNDgzLTE4LjgwMyAxOC45MDljMCAxMC40MjUgOC40MzYgMTguOTA5IDE4LjgwMyAxOC45MDljMi4zNjUgMCA0LjYxOC0uNDU4IDYuNzAyLTEuMjYxbDExLjU2NyAxOS42MjVMODguMzg0IDEyNi40YTMuMjI2IDMuMjI2IDAgMCAwIDAgMy4ybDE4LjM3NyAzMmMuNTcuOTkyIDEuNjIgMS42IDIuNzU2IDEuNmgzNi43NDRjLjI2NCAwIC41MjEtLjA0Mi43Ny0uMTAybDEyLjQ5NiAyMS4yMWMtNC4wNTEgMy40NjgtNi42MjkgOC42MjYtNi42MjkgMTQuMzgzYzAgMTAuNDI2IDguNDMzIDE4LjkwOSAxOC44MDQgMTguOTA5YzEwLjM3IDAgMTguODAzLTguNDgzIDE4LjgwMy0xOC45MDljMC0xMC40MjUtOC40MzMtMTguOTA5LTE4LjgwMy0xOC45MDlabTE4Ljk2OC03Ny4wNWMtNi44NTcgMC0xMi40MzYtNS42MDktMTIuNDM2LTEyLjUwOGMwLTYuOSA1LjU3OS0xMi41MDkgMTIuNDM2LTEyLjUwOWM2Ljg1OCAwIDEyLjQ0IDUuNjEgMTIuNDQgMTIuNTA5YzAgNi45LTUuNTgyIDEyLjUwOS0xMi40NCAxMi41MDlabTIzLjMwMyAyMy42NjhsLTEyLjA4LTIxLjA0YzQuNTkyLTMuNDUzIDcuNTgtOC45NDQgNy41OC0xNS4xMzZjMC0xMC40MjYtOC40MzItMTguOTA5LTE4LjgwMy0xOC45MDljLTIuNjM4IDAtNS4xNTIuNTU0LTcuNDMzIDEuNTQ5bC05Ljg0OS0xNy4xNTVhMy4xOCAzLjE4IDAgMCAwLTIuNzU2LTEuNmgtMzkuNDQ4djYuNGgzNy42MTJsOS4xMSAxNS44NzJjLTMuNzAzIDMuNDU2LTYuMDM2IDguMzc0LTYuMDM2IDEzLjg0M2MwIDEwLjQyNiA4LjQzMyAxOC45MDkgMTguOCAxOC45MDljMS45MzIgMCAzLjgtLjI5OCA1LjU1Ni0uODQ1TDIwNy41NDUgMTI4bC0xNS44OTIgMjcuNjc0bDUuNTEyIDMuMmwxNi44MDgtMjkuMjc0YTMuMjEgMy4yMSAwIDAgMCAwLTMuMlptLTE0Ni4wNCA1MC4zOWMtNi44NiAwLTEyLjQ0Mi01LjYxMi0xMi40NDItMTIuNTA4YzAtNi45IDUuNTgxLTEyLjUxIDEyLjQ0Mi0xMi41MWM2Ljg1NyAwIDEyLjQzOSA1LjYxIDEyLjQzOSAxMi41MWMwIDYuODk2LTUuNTgyIDEyLjUwOC0xMi40NCAxMi41MDhabTEwLjM5MyAzLjIzNmM1LjA2Mi0zLjM5MiA4LjQxLTkuMTgxIDguNDEtMTUuNzQ0YzAtMTAuNDI2LTguNDM2LTE4LjkxLTE4LjgwMy0xOC45MWMtMy4wMDQgMC01LjgzMy43My04LjM1MyAxLjk5NEw0OC40NTggMTI4bDE4LjQyOC0zMi4wOTNsLTUuNTE1LTMuMkw0Mi4wMjcgMTI2LjRhMy4yMSAzLjIxIDAgMCAwIDAgMy4ybDEyLjM4OCAyMS41NjhjLTMuMjY4IDMuNDA1LTUuMjg5IDguMDIyLTUuMjg5IDEzLjExNGMwIDEwLjQyNSA4LjQzNiAxOC45MDggMTguODA3IDE4LjkwOGMxLjU2MiAwIDMuMDc0LS4yMTQgNC41MjgtLjU3OWwxMC4xNSAxNy42OGMuNTcuOTg5IDEuNjIgMS42IDIuNzU3IDEuNmgzOS40NTF2LTYuNEg4Ny4yMDRsLTguODc4LTE1LjQ2NVonLz4KPC9zdmc+Cg=="
|
|
461
|
+
},
|
|
462
|
+
"engines": {
|
|
463
|
+
"camunda": "^8.5"
|
|
309
464
|
}
|
|
310
465
|
},
|
|
311
466
|
{
|
|
312
467
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
313
468
|
"name": "Amazon EventBridge Outbound Connector",
|
|
314
469
|
"id": "io.camunda.connectors.AWSEventBridge.v1",
|
|
315
|
-
"version":
|
|
470
|
+
"version": 2,
|
|
316
471
|
"description": "Send events to AWS EventBridge",
|
|
317
472
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
|
|
318
473
|
"category": {
|
|
@@ -360,7 +515,7 @@
|
|
|
360
515
|
},
|
|
361
516
|
{
|
|
362
517
|
"label": "Access key",
|
|
363
|
-
"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>",
|
|
518
|
+
"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>",
|
|
364
519
|
"group": "authentication",
|
|
365
520
|
"type": "String",
|
|
366
521
|
"binding": {
|
|
@@ -373,7 +528,7 @@
|
|
|
373
528
|
},
|
|
374
529
|
{
|
|
375
530
|
"label": "Secret key",
|
|
376
|
-
"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>",
|
|
531
|
+
"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>",
|
|
377
532
|
"group": "authentication",
|
|
378
533
|
"type": "String",
|
|
379
534
|
"binding": {
|
|
@@ -493,16 +648,16 @@
|
|
|
493
648
|
"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"
|
|
494
649
|
},
|
|
495
650
|
"engines": {
|
|
496
|
-
"camunda": "^8.
|
|
651
|
+
"camunda": "^8.2"
|
|
497
652
|
}
|
|
498
653
|
},
|
|
499
654
|
{
|
|
500
655
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
501
|
-
"name": "Amazon EventBridge Connector",
|
|
656
|
+
"name": "Amazon EventBridge Outbound Connector",
|
|
502
657
|
"id": "io.camunda.connectors.AWSEventBridge.v1",
|
|
503
|
-
"version":
|
|
658
|
+
"version": 4,
|
|
504
659
|
"description": "Send events to AWS EventBridge",
|
|
505
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
660
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound",
|
|
506
661
|
"category": {
|
|
507
662
|
"id": "connectors",
|
|
508
663
|
"name": "Connectors"
|
|
@@ -547,8 +702,34 @@
|
|
|
547
702
|
}
|
|
548
703
|
},
|
|
549
704
|
{
|
|
550
|
-
"
|
|
551
|
-
"
|
|
705
|
+
"id": "authenticationType",
|
|
706
|
+
"label": "Authentication",
|
|
707
|
+
"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>",
|
|
708
|
+
"group": "authentication",
|
|
709
|
+
"type": "Dropdown",
|
|
710
|
+
"optional": false,
|
|
711
|
+
"value": "credentials",
|
|
712
|
+
"choices": [
|
|
713
|
+
{
|
|
714
|
+
"name": "Credentials",
|
|
715
|
+
"value": "credentials"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
719
|
+
"value": "defaultCredentialsChain"
|
|
720
|
+
}
|
|
721
|
+
],
|
|
722
|
+
"binding": {
|
|
723
|
+
"type": "zeebe:input",
|
|
724
|
+
"name": "authentication.type"
|
|
725
|
+
},
|
|
726
|
+
"constraints": {
|
|
727
|
+
"notEmpty": true
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"label": "Access key",
|
|
732
|
+
"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>",
|
|
552
733
|
"group": "authentication",
|
|
553
734
|
"type": "String",
|
|
554
735
|
"binding": {
|
|
@@ -557,11 +738,15 @@
|
|
|
557
738
|
},
|
|
558
739
|
"constraints": {
|
|
559
740
|
"notEmpty": true
|
|
741
|
+
},
|
|
742
|
+
"condition": {
|
|
743
|
+
"property": "authenticationType",
|
|
744
|
+
"equals": "credentials"
|
|
560
745
|
}
|
|
561
746
|
},
|
|
562
747
|
{
|
|
563
748
|
"label": "Secret key",
|
|
564
|
-
"description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
749
|
+
"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>",
|
|
565
750
|
"group": "authentication",
|
|
566
751
|
"type": "String",
|
|
567
752
|
"binding": {
|
|
@@ -570,6 +755,10 @@
|
|
|
570
755
|
},
|
|
571
756
|
"constraints": {
|
|
572
757
|
"notEmpty": true
|
|
758
|
+
},
|
|
759
|
+
"condition": {
|
|
760
|
+
"property": "authenticationType",
|
|
761
|
+
"equals": "credentials"
|
|
573
762
|
}
|
|
574
763
|
},
|
|
575
764
|
{
|
|
@@ -681,16 +870,207 @@
|
|
|
681
870
|
"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"
|
|
682
871
|
},
|
|
683
872
|
"engines": {
|
|
684
|
-
"camunda": "^8.
|
|
873
|
+
"camunda": "^8.4"
|
|
685
874
|
}
|
|
686
875
|
},
|
|
687
876
|
{
|
|
688
877
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
689
878
|
"name": "Amazon EventBridge Outbound Connector",
|
|
690
879
|
"id": "io.camunda.connectors.AWSEventBridge.v1",
|
|
880
|
+
"version": 3,
|
|
691
881
|
"description": "Send events to AWS EventBridge",
|
|
692
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
693
|
-
"
|
|
882
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
|
|
883
|
+
"category": {
|
|
884
|
+
"id": "connectors",
|
|
885
|
+
"name": "Connectors"
|
|
886
|
+
},
|
|
887
|
+
"appliesTo": ["bpmn:Task"],
|
|
888
|
+
"elementType": {
|
|
889
|
+
"value": "bpmn:ServiceTask"
|
|
890
|
+
},
|
|
891
|
+
"groups": [
|
|
892
|
+
{
|
|
893
|
+
"id": "authentication",
|
|
894
|
+
"label": "Authentication"
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"id": "configuration",
|
|
898
|
+
"label": "Configuration"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"id": "eventDetails",
|
|
902
|
+
"label": "Event Details"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"id": "eventPayload",
|
|
906
|
+
"label": "Event Payload"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"id": "output",
|
|
910
|
+
"label": "Output Mapping"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"id": "errors",
|
|
914
|
+
"label": "Error Handling"
|
|
915
|
+
}
|
|
916
|
+
],
|
|
917
|
+
"properties": [
|
|
918
|
+
{
|
|
919
|
+
"type": "Hidden",
|
|
920
|
+
"value": "io.camunda:aws-eventbridge:1",
|
|
921
|
+
"binding": {
|
|
922
|
+
"type": "zeebe:taskDefinition",
|
|
923
|
+
"property": "type"
|
|
924
|
+
}
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"label": "Access key",
|
|
928
|
+
"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>",
|
|
929
|
+
"group": "authentication",
|
|
930
|
+
"type": "String",
|
|
931
|
+
"binding": {
|
|
932
|
+
"type": "zeebe:input",
|
|
933
|
+
"name": "authentication.accessKey"
|
|
934
|
+
},
|
|
935
|
+
"constraints": {
|
|
936
|
+
"notEmpty": true
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"label": "Secret key",
|
|
941
|
+
"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>",
|
|
942
|
+
"group": "authentication",
|
|
943
|
+
"type": "String",
|
|
944
|
+
"binding": {
|
|
945
|
+
"type": "zeebe:input",
|
|
946
|
+
"name": "authentication.secretKey"
|
|
947
|
+
},
|
|
948
|
+
"constraints": {
|
|
949
|
+
"notEmpty": true
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"label": "Region",
|
|
954
|
+
"description": "Specify the AWS region",
|
|
955
|
+
"group": "configuration",
|
|
956
|
+
"type": "String",
|
|
957
|
+
"feel": "optional",
|
|
958
|
+
"binding": {
|
|
959
|
+
"type": "zeebe:input",
|
|
960
|
+
"name": "configuration.region"
|
|
961
|
+
},
|
|
962
|
+
"constraints": {
|
|
963
|
+
"notEmpty": true,
|
|
964
|
+
"maxLength": 255
|
|
965
|
+
}
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"label": "Event bus name",
|
|
969
|
+
"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>",
|
|
970
|
+
"group": "eventDetails",
|
|
971
|
+
"type": "String",
|
|
972
|
+
"feel": "optional",
|
|
973
|
+
"binding": {
|
|
974
|
+
"type": "zeebe:input",
|
|
975
|
+
"name": "input.eventBusName"
|
|
976
|
+
},
|
|
977
|
+
"constraints": {
|
|
978
|
+
"notEmpty": true
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"label": "Source",
|
|
983
|
+
"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>",
|
|
984
|
+
"group": "eventDetails",
|
|
985
|
+
"type": "String",
|
|
986
|
+
"feel": "optional",
|
|
987
|
+
"binding": {
|
|
988
|
+
"type": "zeebe:input",
|
|
989
|
+
"name": "input.source"
|
|
990
|
+
},
|
|
991
|
+
"constraints": {
|
|
992
|
+
"notEmpty": true
|
|
993
|
+
}
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"label": "Detail type",
|
|
997
|
+
"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>",
|
|
998
|
+
"group": "eventDetails",
|
|
999
|
+
"type": "String",
|
|
1000
|
+
"feel": "optional",
|
|
1001
|
+
"binding": {
|
|
1002
|
+
"type": "zeebe:input",
|
|
1003
|
+
"name": "input.detailType"
|
|
1004
|
+
},
|
|
1005
|
+
"constraints": {
|
|
1006
|
+
"notEmpty": true
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"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
|
+
"optional": false,
|
|
1016
|
+
"binding": {
|
|
1017
|
+
"type": "zeebe:input",
|
|
1018
|
+
"name": "input.detail"
|
|
1019
|
+
},
|
|
1020
|
+
"constraints": {
|
|
1021
|
+
"notEmpty": true
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"label": "Result variable",
|
|
1026
|
+
"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>",
|
|
1027
|
+
"group": "output",
|
|
1028
|
+
"type": "String",
|
|
1029
|
+
"binding": {
|
|
1030
|
+
"type": "zeebe:taskHeader",
|
|
1031
|
+
"key": "resultVariable"
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"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",
|
|
1039
|
+
"feel": "required",
|
|
1040
|
+
"binding": {
|
|
1041
|
+
"type": "zeebe:taskHeader",
|
|
1042
|
+
"key": "resultExpression"
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"label": "Error expression",
|
|
1047
|
+
"description": "Expression to handle errors",
|
|
1048
|
+
"group": "errors",
|
|
1049
|
+
"type": "Text",
|
|
1050
|
+
"feel": "required",
|
|
1051
|
+
"binding": {
|
|
1052
|
+
"type": "zeebe:taskHeader",
|
|
1053
|
+
"key": "errorExpression"
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
],
|
|
1057
|
+
"icon": {
|
|
1058
|
+
"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"
|
|
1059
|
+
},
|
|
1060
|
+
"engines": {
|
|
1061
|
+
"camunda": "^8.4"
|
|
1062
|
+
}
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1066
|
+
"name": "Amazon EventBridge Outbound Connector",
|
|
1067
|
+
"id": "io.camunda.connectors.AWSEventBridge.v1",
|
|
1068
|
+
"description": "Send events to AWS EventBridge",
|
|
1069
|
+
"metadata": {
|
|
1070
|
+
"keywords": ["emit event", "publish event", "send event", "trigger event"]
|
|
1071
|
+
},
|
|
1072
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound",
|
|
1073
|
+
"version": 6,
|
|
694
1074
|
"category": {
|
|
695
1075
|
"id": "connectors",
|
|
696
1076
|
"name": "Connectors"
|
|
@@ -699,6 +1079,9 @@
|
|
|
699
1079
|
"elementType": {
|
|
700
1080
|
"value": "bpmn:ServiceTask"
|
|
701
1081
|
},
|
|
1082
|
+
"engines": {
|
|
1083
|
+
"camunda": "^8.3"
|
|
1084
|
+
},
|
|
702
1085
|
"groups": [
|
|
703
1086
|
{
|
|
704
1087
|
"id": "authentication",
|
|
@@ -710,12 +1093,16 @@
|
|
|
710
1093
|
},
|
|
711
1094
|
{
|
|
712
1095
|
"id": "eventDetails",
|
|
713
|
-
"label": "
|
|
1096
|
+
"label": "Event Details"
|
|
714
1097
|
},
|
|
715
1098
|
{
|
|
716
1099
|
"id": "eventPayload",
|
|
717
1100
|
"label": "Event Payload"
|
|
718
1101
|
},
|
|
1102
|
+
{
|
|
1103
|
+
"id": "connector",
|
|
1104
|
+
"label": "Connector"
|
|
1105
|
+
},
|
|
719
1106
|
{
|
|
720
1107
|
"id": "output",
|
|
721
1108
|
"label": "Output mapping"
|
|
@@ -741,7 +1128,7 @@
|
|
|
741
1128
|
{
|
|
742
1129
|
"id": "authentication.type",
|
|
743
1130
|
"label": "Authentication",
|
|
744
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/
|
|
1131
|
+
"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>",
|
|
745
1132
|
"value": "credentials",
|
|
746
1133
|
"group": "authentication",
|
|
747
1134
|
"binding": {
|
|
@@ -806,7 +1193,10 @@
|
|
|
806
1193
|
"id": "configuration.region",
|
|
807
1194
|
"label": "Region",
|
|
808
1195
|
"description": "Specify the AWS region",
|
|
809
|
-
"optional":
|
|
1196
|
+
"optional": false,
|
|
1197
|
+
"constraints": {
|
|
1198
|
+
"notEmpty": true
|
|
1199
|
+
},
|
|
810
1200
|
"feel": "optional",
|
|
811
1201
|
"group": "configuration",
|
|
812
1202
|
"binding": {
|
|
@@ -892,14 +1282,38 @@
|
|
|
892
1282
|
"type": "String"
|
|
893
1283
|
},
|
|
894
1284
|
{
|
|
895
|
-
"id": "
|
|
896
|
-
"label": "
|
|
897
|
-
"description": "
|
|
898
|
-
"
|
|
899
|
-
"
|
|
900
|
-
|
|
901
|
-
"
|
|
902
|
-
|
|
1285
|
+
"id": "version",
|
|
1286
|
+
"label": "Version",
|
|
1287
|
+
"description": "Version of the element template",
|
|
1288
|
+
"value": "6",
|
|
1289
|
+
"group": "connector",
|
|
1290
|
+
"binding": {
|
|
1291
|
+
"key": "elementTemplateVersion",
|
|
1292
|
+
"type": "zeebe:taskHeader"
|
|
1293
|
+
},
|
|
1294
|
+
"type": "Hidden"
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"id": "id",
|
|
1298
|
+
"label": "ID",
|
|
1299
|
+
"description": "ID of the element template",
|
|
1300
|
+
"value": "io.camunda.connectors.AWSEventBridge.v1",
|
|
1301
|
+
"group": "connector",
|
|
1302
|
+
"binding": {
|
|
1303
|
+
"key": "elementTemplateId",
|
|
1304
|
+
"type": "zeebe:taskHeader"
|
|
1305
|
+
},
|
|
1306
|
+
"type": "Hidden"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"id": "resultVariable",
|
|
1310
|
+
"label": "Result variable",
|
|
1311
|
+
"description": "Name of variable to store the response in",
|
|
1312
|
+
"group": "output",
|
|
1313
|
+
"binding": {
|
|
1314
|
+
"key": "resultVariable",
|
|
1315
|
+
"type": "zeebe:taskHeader"
|
|
1316
|
+
},
|
|
903
1317
|
"type": "String"
|
|
904
1318
|
},
|
|
905
1319
|
{
|
|
@@ -944,7 +1358,6 @@
|
|
|
944
1358
|
"label": "Retry backoff",
|
|
945
1359
|
"description": "ISO-8601 duration to wait between retries",
|
|
946
1360
|
"value": "PT0S",
|
|
947
|
-
"feel": "optional",
|
|
948
1361
|
"group": "retries",
|
|
949
1362
|
"binding": {
|
|
950
1363
|
"key": "retryBackoff",
|
|
@@ -955,419 +1368,6 @@
|
|
|
955
1368
|
],
|
|
956
1369
|
"icon": {
|
|
957
1370
|
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nMCAwIDI1NiAyNTYnPgogICAgPGRlZnM+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSdsb2dvc0F3c0V2ZW50YnJpZGdlMCcgeDE9JzAlJyB4Mj0nMTAwJScgeTE9JzEwMCUnIHkyPScwJSc+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCUnIHN0b3AtY29sb3I9JyNCMDA4NEQnLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScxMDAlJyBzdG9wLWNvbG9yPScjRkY0RjhCJy8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGZpbGw9J3VybCgjbG9nb3NBd3NFdmVudGJyaWRnZTApJyBkPSdNMCAwaDI1NnYyNTZIMHonLz4KICAgIDxwYXRoIGZpbGw9JyNGRkYnCiAgICAgICAgICBkPSdNMTcxLjcwMiAyMTEuMmMtNi44NTggMC0xMi40NC01LjYxLTEyLjQ0LTEyLjUwOXM1LjU4Mi0xMi41MDkgMTIuNDQtMTIuNTA5YzYuODU3IDAgMTIuNDM4IDUuNjEgMTIuNDM4IDEyLjUxYzAgNi44OTgtNS41ODEgMTIuNTA4LTEyLjQzOCAxMi41MDhabS0yNy4yNzgtNTQuNGgtMzMuMDcxTDk0LjgxNSAxMjhsMTYuNTM4LTI4LjhoMzMuMDcxTDE2MC45NiAxMjhsLTE2LjUzNSAyOC44Wk04OC4zODcgNjkuODE4Yy02Ljg1NyAwLTEyLjQzOC01LjYxLTEyLjQzOC0xMi41MWMwLTYuODk4IDUuNTgxLTEyLjUwOCAxMi40MzgtMTIuNTA4YzYuODYxIDAgMTIuNDQzIDUuNjEgMTIuNDQzIDEyLjUwOXMtNS41ODIgMTIuNTA5LTEyLjQ0MyAxMi41MDlabTgzLjMxNSAxMDkuOTY0Yy0yLjM2MiAwLTQuNjE0LjQ1OC02LjY5OSAxLjI2MWwtMTMuNTE0LTIyLjkzMWwtLjcxMy40MjZMMTY3LjM5IDEyOS42YTMuMjI2IDMuMjI2IDAgMCAwIDAtMy4ybC0xOC4zNzQtMzJhMy4xNzcgMy4xNzcgMCAwIDAtMi43NTUtMS42aC0zMy40MzVsLjEzLS4wNzdsLTEyLjM5LTIxLjAzYzQuMDQ3LTMuNDY5IDYuNjI4LTguNjI3IDYuNjI4LTE0LjM4NGMwLTEwLjQyNi04LjQzNi0xOC45MDktMTguODA3LTE4LjkwOWMtMTAuMzY3IDAtMTguODAzIDguNDgzLTE4LjgwMyAxOC45MDljMCAxMC40MjUgOC40MzYgMTguOTA5IDE4LjgwMyAxOC45MDljMi4zNjUgMCA0LjYxOC0uNDU4IDYuNzAyLTEuMjYxbDExLjU2NyAxOS42MjVMODguMzg0IDEyNi40YTMuMjI2IDMuMjI2IDAgMCAwIDAgMy4ybDE4LjM3NyAzMmMuNTcuOTkyIDEuNjIgMS42IDIuNzU2IDEuNmgzNi43NDRjLjI2NCAwIC41MjEtLjA0Mi43Ny0uMTAybDEyLjQ5NiAyMS4yMWMtNC4wNTEgMy40NjgtNi42MjkgOC42MjYtNi42MjkgMTQuMzgzYzAgMTAuNDI2IDguNDMzIDE4LjkwOSAxOC44MDQgMTguOTA5YzEwLjM3IDAgMTguODAzLTguNDgzIDE4LjgwMy0xOC45MDljMC0xMC40MjUtOC40MzMtMTguOTA5LTE4LjgwMy0xOC45MDlabTE4Ljk2OC03Ny4wNWMtNi44NTcgMC0xMi40MzYtNS42MDktMTIuNDM2LTEyLjUwOGMwLTYuOSA1LjU3OS0xMi41MDkgMTIuNDM2LTEyLjUwOWM2Ljg1OCAwIDEyLjQ0IDUuNjEgMTIuNDQgMTIuNTA5YzAgNi45LTUuNTgyIDEyLjUwOS0xMi40NCAxMi41MDlabTIzLjMwMyAyMy42NjhsLTEyLjA4LTIxLjA0YzQuNTkyLTMuNDUzIDcuNTgtOC45NDQgNy41OC0xNS4xMzZjMC0xMC40MjYtOC40MzItMTguOTA5LTE4LjgwMy0xOC45MDljLTIuNjM4IDAtNS4xNTIuNTU0LTcuNDMzIDEuNTQ5bC05Ljg0OS0xNy4xNTVhMy4xOCAzLjE4IDAgMCAwLTIuNzU2LTEuNmgtMzkuNDQ4djYuNGgzNy42MTJsOS4xMSAxNS44NzJjLTMuNzAzIDMuNDU2LTYuMDM2IDguMzc0LTYuMDM2IDEzLjg0M2MwIDEwLjQyNiA4LjQzMyAxOC45MDkgMTguOCAxOC45MDljMS45MzIgMCAzLjgtLjI5OCA1LjU1Ni0uODQ1TDIwNy41NDUgMTI4bC0xNS44OTIgMjcuNjc0bDUuNTEyIDMuMmwxNi44MDgtMjkuMjc0YTMuMjEgMy4yMSAwIDAgMCAwLTMuMlptLTE0Ni4wNCA1MC4zOWMtNi44NiAwLTEyLjQ0Mi01LjYxMi0xMi40NDItMTIuNTA4YzAtNi45IDUuNTgxLTEyLjUxIDEyLjQ0Mi0xMi41MWM2Ljg1NyAwIDEyLjQzOSA1LjYxIDEyLjQzOSAxMi41MWMwIDYuODk2LTUuNTgyIDEyLjUwOC0xMi40NCAxMi41MDhabTEwLjM5MyAzLjIzNmM1LjA2Mi0zLjM5MiA4LjQxLTkuMTgxIDguNDEtMTUuNzQ0YzAtMTAuNDI2LTguNDM2LTE4LjkxLTE4LjgwMy0xOC45MWMtMy4wMDQgMC01LjgzMy43My04LjM1MyAxLjk5NEw0OC40NTggMTI4bDE4LjQyOC0zMi4wOTNsLTUuNTE1LTMuMkw0Mi4wMjcgMTI2LjRhMy4yMSAzLjIxIDAgMCAwIDAgMy4ybDEyLjM4OCAyMS41NjhjLTMuMjY4IDMuNDA1LTUuMjg5IDguMDIyLTUuMjg5IDEzLjExNGMwIDEwLjQyNSA4LjQzNiAxOC45MDggMTguODA3IDE4LjkwOGMxLjU2MiAwIDMuMDc0LS4yMTQgNC41MjgtLjU3OWwxMC4xNSAxNy42OGMuNTcuOTg5IDEuNjIgMS42IDIuNzU3IDEuNmgzOS40NTF2LTYuNEg4Ny4yMDRsLTguODc4LTE1LjQ2NVonLz4KPC9zdmc+Cg=="
|
|
958
|
-
},
|
|
959
|
-
"engines": {
|
|
960
|
-
"camunda": "^8.5"
|
|
961
|
-
}
|
|
962
|
-
},
|
|
963
|
-
{
|
|
964
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
965
|
-
"name": "Amazon EventBridge Outbound Connector",
|
|
966
|
-
"id": "io.camunda.connectors.AWSEventBridge.v1",
|
|
967
|
-
"version": 2,
|
|
968
|
-
"description": "Send events to AWS EventBridge",
|
|
969
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
|
|
970
|
-
"category": {
|
|
971
|
-
"id": "connectors",
|
|
972
|
-
"name": "Connectors"
|
|
973
|
-
},
|
|
974
|
-
"appliesTo": ["bpmn:Task"],
|
|
975
|
-
"elementType": {
|
|
976
|
-
"value": "bpmn:ServiceTask"
|
|
977
|
-
},
|
|
978
|
-
"groups": [
|
|
979
|
-
{
|
|
980
|
-
"id": "authentication",
|
|
981
|
-
"label": "Authentication"
|
|
982
|
-
},
|
|
983
|
-
{
|
|
984
|
-
"id": "configuration",
|
|
985
|
-
"label": "Configuration"
|
|
986
|
-
},
|
|
987
|
-
{
|
|
988
|
-
"id": "eventDetails",
|
|
989
|
-
"label": "Event Details"
|
|
990
|
-
},
|
|
991
|
-
{
|
|
992
|
-
"id": "eventPayload",
|
|
993
|
-
"label": "Event Payload"
|
|
994
|
-
},
|
|
995
|
-
{
|
|
996
|
-
"id": "output",
|
|
997
|
-
"label": "Output Mapping"
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
"id": "errors",
|
|
1001
|
-
"label": "Error Handling"
|
|
1002
|
-
}
|
|
1003
|
-
],
|
|
1004
|
-
"properties": [
|
|
1005
|
-
{
|
|
1006
|
-
"type": "Hidden",
|
|
1007
|
-
"value": "io.camunda:aws-eventbridge:1",
|
|
1008
|
-
"binding": {
|
|
1009
|
-
"type": "zeebe:taskDefinition",
|
|
1010
|
-
"property": "type"
|
|
1011
|
-
}
|
|
1012
|
-
},
|
|
1013
|
-
{
|
|
1014
|
-
"label": "Access key",
|
|
1015
|
-
"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>",
|
|
1016
|
-
"group": "authentication",
|
|
1017
|
-
"type": "String",
|
|
1018
|
-
"binding": {
|
|
1019
|
-
"type": "zeebe:input",
|
|
1020
|
-
"name": "authentication.accessKey"
|
|
1021
|
-
},
|
|
1022
|
-
"constraints": {
|
|
1023
|
-
"notEmpty": true
|
|
1024
|
-
}
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"label": "Secret key",
|
|
1028
|
-
"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>",
|
|
1029
|
-
"group": "authentication",
|
|
1030
|
-
"type": "String",
|
|
1031
|
-
"binding": {
|
|
1032
|
-
"type": "zeebe:input",
|
|
1033
|
-
"name": "authentication.secretKey"
|
|
1034
|
-
},
|
|
1035
|
-
"constraints": {
|
|
1036
|
-
"notEmpty": true
|
|
1037
|
-
}
|
|
1038
|
-
},
|
|
1039
|
-
{
|
|
1040
|
-
"label": "Region",
|
|
1041
|
-
"description": "Specify the AWS region",
|
|
1042
|
-
"group": "configuration",
|
|
1043
|
-
"type": "String",
|
|
1044
|
-
"feel": "optional",
|
|
1045
|
-
"binding": {
|
|
1046
|
-
"type": "zeebe:input",
|
|
1047
|
-
"name": "configuration.region"
|
|
1048
|
-
},
|
|
1049
|
-
"constraints": {
|
|
1050
|
-
"notEmpty": true,
|
|
1051
|
-
"maxLength": 255
|
|
1052
|
-
}
|
|
1053
|
-
},
|
|
1054
|
-
{
|
|
1055
|
-
"label": "Event bus name",
|
|
1056
|
-
"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>",
|
|
1057
|
-
"group": "eventDetails",
|
|
1058
|
-
"type": "String",
|
|
1059
|
-
"feel": "optional",
|
|
1060
|
-
"binding": {
|
|
1061
|
-
"type": "zeebe:input",
|
|
1062
|
-
"name": "input.eventBusName"
|
|
1063
|
-
},
|
|
1064
|
-
"constraints": {
|
|
1065
|
-
"notEmpty": true
|
|
1066
|
-
}
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"label": "Source",
|
|
1070
|
-
"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>",
|
|
1071
|
-
"group": "eventDetails",
|
|
1072
|
-
"type": "String",
|
|
1073
|
-
"feel": "optional",
|
|
1074
|
-
"binding": {
|
|
1075
|
-
"type": "zeebe:input",
|
|
1076
|
-
"name": "input.source"
|
|
1077
|
-
},
|
|
1078
|
-
"constraints": {
|
|
1079
|
-
"notEmpty": true
|
|
1080
|
-
}
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
"label": "Detail type",
|
|
1084
|
-
"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>",
|
|
1085
|
-
"group": "eventDetails",
|
|
1086
|
-
"type": "String",
|
|
1087
|
-
"feel": "optional",
|
|
1088
|
-
"binding": {
|
|
1089
|
-
"type": "zeebe:input",
|
|
1090
|
-
"name": "input.detailType"
|
|
1091
|
-
},
|
|
1092
|
-
"constraints": {
|
|
1093
|
-
"notEmpty": true
|
|
1094
|
-
}
|
|
1095
|
-
},
|
|
1096
|
-
{
|
|
1097
|
-
"label": "Event payload",
|
|
1098
|
-
"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>",
|
|
1099
|
-
"group": "eventPayload",
|
|
1100
|
-
"type": "Text",
|
|
1101
|
-
"feel": "required",
|
|
1102
|
-
"optional": false,
|
|
1103
|
-
"binding": {
|
|
1104
|
-
"type": "zeebe:input",
|
|
1105
|
-
"name": "input.detail"
|
|
1106
|
-
},
|
|
1107
|
-
"constraints": {
|
|
1108
|
-
"notEmpty": true
|
|
1109
|
-
}
|
|
1110
|
-
},
|
|
1111
|
-
{
|
|
1112
|
-
"label": "Result variable",
|
|
1113
|
-
"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>",
|
|
1114
|
-
"group": "output",
|
|
1115
|
-
"type": "String",
|
|
1116
|
-
"binding": {
|
|
1117
|
-
"type": "zeebe:taskHeader",
|
|
1118
|
-
"key": "resultVariable"
|
|
1119
|
-
}
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
"label": "Result expression",
|
|
1123
|
-
"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>",
|
|
1124
|
-
"group": "output",
|
|
1125
|
-
"type": "Text",
|
|
1126
|
-
"feel": "required",
|
|
1127
|
-
"binding": {
|
|
1128
|
-
"type": "zeebe:taskHeader",
|
|
1129
|
-
"key": "resultExpression"
|
|
1130
|
-
}
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
"label": "Error expression",
|
|
1134
|
-
"description": "Expression to handle errors",
|
|
1135
|
-
"group": "errors",
|
|
1136
|
-
"type": "Text",
|
|
1137
|
-
"feel": "required",
|
|
1138
|
-
"binding": {
|
|
1139
|
-
"type": "zeebe:taskHeader",
|
|
1140
|
-
"key": "errorExpression"
|
|
1141
|
-
}
|
|
1142
|
-
}
|
|
1143
|
-
],
|
|
1144
|
-
"icon": {
|
|
1145
|
-
"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"
|
|
1146
|
-
},
|
|
1147
|
-
"engines": {
|
|
1148
|
-
"camunda": "^8.2"
|
|
1149
|
-
}
|
|
1150
|
-
},
|
|
1151
|
-
{
|
|
1152
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1153
|
-
"name": "Amazon EventBridge Outbound Connector",
|
|
1154
|
-
"id": "io.camunda.connectors.AWSEventBridge.v1",
|
|
1155
|
-
"version": 4,
|
|
1156
|
-
"description": "Send events to AWS EventBridge",
|
|
1157
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound",
|
|
1158
|
-
"category": {
|
|
1159
|
-
"id": "connectors",
|
|
1160
|
-
"name": "Connectors"
|
|
1161
|
-
},
|
|
1162
|
-
"appliesTo": ["bpmn:Task"],
|
|
1163
|
-
"elementType": {
|
|
1164
|
-
"value": "bpmn:ServiceTask"
|
|
1165
|
-
},
|
|
1166
|
-
"groups": [
|
|
1167
|
-
{
|
|
1168
|
-
"id": "authentication",
|
|
1169
|
-
"label": "Authentication"
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
"id": "configuration",
|
|
1173
|
-
"label": "Configuration"
|
|
1174
|
-
},
|
|
1175
|
-
{
|
|
1176
|
-
"id": "eventDetails",
|
|
1177
|
-
"label": "Event Details"
|
|
1178
|
-
},
|
|
1179
|
-
{
|
|
1180
|
-
"id": "eventPayload",
|
|
1181
|
-
"label": "Event Payload"
|
|
1182
|
-
},
|
|
1183
|
-
{
|
|
1184
|
-
"id": "output",
|
|
1185
|
-
"label": "Output Mapping"
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
"id": "errors",
|
|
1189
|
-
"label": "Error Handling"
|
|
1190
|
-
}
|
|
1191
|
-
],
|
|
1192
|
-
"properties": [
|
|
1193
|
-
{
|
|
1194
|
-
"type": "Hidden",
|
|
1195
|
-
"value": "io.camunda:aws-eventbridge:1",
|
|
1196
|
-
"binding": {
|
|
1197
|
-
"type": "zeebe:taskDefinition",
|
|
1198
|
-
"property": "type"
|
|
1199
|
-
}
|
|
1200
|
-
},
|
|
1201
|
-
{
|
|
1202
|
-
"id": "authenticationType",
|
|
1203
|
-
"label": "Authentication",
|
|
1204
|
-
"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>",
|
|
1205
|
-
"group": "authentication",
|
|
1206
|
-
"type": "Dropdown",
|
|
1207
|
-
"optional": false,
|
|
1208
|
-
"value": "credentials",
|
|
1209
|
-
"choices": [
|
|
1210
|
-
{
|
|
1211
|
-
"name": "Credentials",
|
|
1212
|
-
"value": "credentials"
|
|
1213
|
-
},
|
|
1214
|
-
{
|
|
1215
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1216
|
-
"value": "defaultCredentialsChain"
|
|
1217
|
-
}
|
|
1218
|
-
],
|
|
1219
|
-
"binding": {
|
|
1220
|
-
"type": "zeebe:input",
|
|
1221
|
-
"name": "authentication.type"
|
|
1222
|
-
},
|
|
1223
|
-
"constraints": {
|
|
1224
|
-
"notEmpty": true
|
|
1225
|
-
}
|
|
1226
|
-
},
|
|
1227
|
-
{
|
|
1228
|
-
"label": "Access key",
|
|
1229
|
-
"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>",
|
|
1230
|
-
"group": "authentication",
|
|
1231
|
-
"type": "String",
|
|
1232
|
-
"binding": {
|
|
1233
|
-
"type": "zeebe:input",
|
|
1234
|
-
"name": "authentication.accessKey"
|
|
1235
|
-
},
|
|
1236
|
-
"constraints": {
|
|
1237
|
-
"notEmpty": true
|
|
1238
|
-
},
|
|
1239
|
-
"condition": {
|
|
1240
|
-
"property": "authenticationType",
|
|
1241
|
-
"equals": "credentials"
|
|
1242
|
-
}
|
|
1243
|
-
},
|
|
1244
|
-
{
|
|
1245
|
-
"label": "Secret key",
|
|
1246
|
-
"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>",
|
|
1247
|
-
"group": "authentication",
|
|
1248
|
-
"type": "String",
|
|
1249
|
-
"binding": {
|
|
1250
|
-
"type": "zeebe:input",
|
|
1251
|
-
"name": "authentication.secretKey"
|
|
1252
|
-
},
|
|
1253
|
-
"constraints": {
|
|
1254
|
-
"notEmpty": true
|
|
1255
|
-
},
|
|
1256
|
-
"condition": {
|
|
1257
|
-
"property": "authenticationType",
|
|
1258
|
-
"equals": "credentials"
|
|
1259
|
-
}
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"label": "Region",
|
|
1263
|
-
"description": "Specify the AWS region",
|
|
1264
|
-
"group": "configuration",
|
|
1265
|
-
"type": "String",
|
|
1266
|
-
"feel": "optional",
|
|
1267
|
-
"binding": {
|
|
1268
|
-
"type": "zeebe:input",
|
|
1269
|
-
"name": "configuration.region"
|
|
1270
|
-
},
|
|
1271
|
-
"constraints": {
|
|
1272
|
-
"notEmpty": true,
|
|
1273
|
-
"maxLength": 255
|
|
1274
|
-
}
|
|
1275
|
-
},
|
|
1276
|
-
{
|
|
1277
|
-
"label": "Event bus name",
|
|
1278
|
-
"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>",
|
|
1279
|
-
"group": "eventDetails",
|
|
1280
|
-
"type": "String",
|
|
1281
|
-
"feel": "optional",
|
|
1282
|
-
"binding": {
|
|
1283
|
-
"type": "zeebe:input",
|
|
1284
|
-
"name": "input.eventBusName"
|
|
1285
|
-
},
|
|
1286
|
-
"constraints": {
|
|
1287
|
-
"notEmpty": true
|
|
1288
|
-
}
|
|
1289
|
-
},
|
|
1290
|
-
{
|
|
1291
|
-
"label": "Source",
|
|
1292
|
-
"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>",
|
|
1293
|
-
"group": "eventDetails",
|
|
1294
|
-
"type": "String",
|
|
1295
|
-
"feel": "optional",
|
|
1296
|
-
"binding": {
|
|
1297
|
-
"type": "zeebe:input",
|
|
1298
|
-
"name": "input.source"
|
|
1299
|
-
},
|
|
1300
|
-
"constraints": {
|
|
1301
|
-
"notEmpty": true
|
|
1302
|
-
}
|
|
1303
|
-
},
|
|
1304
|
-
{
|
|
1305
|
-
"label": "Detail type",
|
|
1306
|
-
"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>",
|
|
1307
|
-
"group": "eventDetails",
|
|
1308
|
-
"type": "String",
|
|
1309
|
-
"feel": "optional",
|
|
1310
|
-
"binding": {
|
|
1311
|
-
"type": "zeebe:input",
|
|
1312
|
-
"name": "input.detailType"
|
|
1313
|
-
},
|
|
1314
|
-
"constraints": {
|
|
1315
|
-
"notEmpty": true
|
|
1316
|
-
}
|
|
1317
|
-
},
|
|
1318
|
-
{
|
|
1319
|
-
"label": "Event payload",
|
|
1320
|
-
"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>",
|
|
1321
|
-
"group": "eventPayload",
|
|
1322
|
-
"type": "Text",
|
|
1323
|
-
"feel": "required",
|
|
1324
|
-
"optional": false,
|
|
1325
|
-
"binding": {
|
|
1326
|
-
"type": "zeebe:input",
|
|
1327
|
-
"name": "input.detail"
|
|
1328
|
-
},
|
|
1329
|
-
"constraints": {
|
|
1330
|
-
"notEmpty": true
|
|
1331
|
-
}
|
|
1332
|
-
},
|
|
1333
|
-
{
|
|
1334
|
-
"label": "Result variable",
|
|
1335
|
-
"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>",
|
|
1336
|
-
"group": "output",
|
|
1337
|
-
"type": "String",
|
|
1338
|
-
"binding": {
|
|
1339
|
-
"type": "zeebe:taskHeader",
|
|
1340
|
-
"key": "resultVariable"
|
|
1341
|
-
}
|
|
1342
|
-
},
|
|
1343
|
-
{
|
|
1344
|
-
"label": "Result expression",
|
|
1345
|
-
"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>",
|
|
1346
|
-
"group": "output",
|
|
1347
|
-
"type": "Text",
|
|
1348
|
-
"feel": "required",
|
|
1349
|
-
"binding": {
|
|
1350
|
-
"type": "zeebe:taskHeader",
|
|
1351
|
-
"key": "resultExpression"
|
|
1352
|
-
}
|
|
1353
|
-
},
|
|
1354
|
-
{
|
|
1355
|
-
"label": "Error expression",
|
|
1356
|
-
"description": "Expression to handle errors",
|
|
1357
|
-
"group": "errors",
|
|
1358
|
-
"type": "Text",
|
|
1359
|
-
"feel": "required",
|
|
1360
|
-
"binding": {
|
|
1361
|
-
"type": "zeebe:taskHeader",
|
|
1362
|
-
"key": "errorExpression"
|
|
1363
|
-
}
|
|
1364
|
-
}
|
|
1365
|
-
],
|
|
1366
|
-
"icon": {
|
|
1367
|
-
"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"
|
|
1368
|
-
},
|
|
1369
|
-
"engines": {
|
|
1370
|
-
"camunda": "^8.4"
|
|
1371
1371
|
}
|
|
1372
1372
|
}
|
|
1373
1373
|
]
|