@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,4 +1,203 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
+
"name": "Kafka Outbound Connector",
|
|
5
|
+
"id": "io.camunda.connectors.KAFKA.v1",
|
|
6
|
+
"version": 3,
|
|
7
|
+
"description": "Produce Kafka message",
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
|
|
9
|
+
"category": {
|
|
10
|
+
"id": "connectors",
|
|
11
|
+
"name": "Connectors"
|
|
12
|
+
},
|
|
13
|
+
"appliesTo": ["bpmn:Task"],
|
|
14
|
+
"elementType": {
|
|
15
|
+
"value": "bpmn:ServiceTask"
|
|
16
|
+
},
|
|
17
|
+
"groups": [
|
|
18
|
+
{
|
|
19
|
+
"id": "authentication",
|
|
20
|
+
"label": "Authentication"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "kafka",
|
|
24
|
+
"label": "Kafka"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "message",
|
|
28
|
+
"label": "Message"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "output",
|
|
32
|
+
"label": "Response mapping"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "errors",
|
|
36
|
+
"label": "Error handling"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"properties": [
|
|
40
|
+
{
|
|
41
|
+
"type": "Hidden",
|
|
42
|
+
"value": "io.camunda:connector-kafka:1",
|
|
43
|
+
"binding": {
|
|
44
|
+
"type": "zeebe:taskDefinition",
|
|
45
|
+
"property": "type"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"label": "Username",
|
|
50
|
+
"id": "authentication.username",
|
|
51
|
+
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
52
|
+
"group": "authentication",
|
|
53
|
+
"type": "String",
|
|
54
|
+
"optional": true,
|
|
55
|
+
"binding": {
|
|
56
|
+
"type": "zeebe:input",
|
|
57
|
+
"name": "authentication.username"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"label": "Password",
|
|
62
|
+
"id": "authentication.password",
|
|
63
|
+
"description": "Provide a password for the user",
|
|
64
|
+
"group": "authentication",
|
|
65
|
+
"type": "String",
|
|
66
|
+
"optional": true,
|
|
67
|
+
"binding": {
|
|
68
|
+
"type": "zeebe:input",
|
|
69
|
+
"name": "authentication.password"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"label": "Bootstrap servers",
|
|
74
|
+
"id": "topic.bootstrapServers",
|
|
75
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
76
|
+
"group": "kafka",
|
|
77
|
+
"type": "String",
|
|
78
|
+
"feel": "optional",
|
|
79
|
+
"binding": {
|
|
80
|
+
"type": "zeebe:input",
|
|
81
|
+
"name": "topic.bootstrapServers"
|
|
82
|
+
},
|
|
83
|
+
"constraints": {
|
|
84
|
+
"notEmpty": true
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"label": "Topic",
|
|
89
|
+
"id": "topic.topicName",
|
|
90
|
+
"description": "Provide topic name",
|
|
91
|
+
"group": "kafka",
|
|
92
|
+
"type": "String",
|
|
93
|
+
"feel": "optional",
|
|
94
|
+
"binding": {
|
|
95
|
+
"type": "zeebe:input",
|
|
96
|
+
"name": "topic.topicName"
|
|
97
|
+
},
|
|
98
|
+
"constraints": {
|
|
99
|
+
"notEmpty": true
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"label": "Headers",
|
|
104
|
+
"id": "headers",
|
|
105
|
+
"description": "Provide Kafka producer headers in JSON",
|
|
106
|
+
"group": "kafka",
|
|
107
|
+
"type": "String",
|
|
108
|
+
"optional": true,
|
|
109
|
+
"feel": "required",
|
|
110
|
+
"binding": {
|
|
111
|
+
"type": "zeebe:input",
|
|
112
|
+
"name": "headers"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"label": "Additional properties",
|
|
117
|
+
"id": "additionalProperties",
|
|
118
|
+
"description": "Provide additional Kafka producer properties in JSON",
|
|
119
|
+
"group": "kafka",
|
|
120
|
+
"type": "String",
|
|
121
|
+
"optional": true,
|
|
122
|
+
"feel": "required",
|
|
123
|
+
"binding": {
|
|
124
|
+
"type": "zeebe:input",
|
|
125
|
+
"name": "additionalProperties"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"label": "Key",
|
|
130
|
+
"id": "message.key",
|
|
131
|
+
"description": "Provide message key",
|
|
132
|
+
"group": "message",
|
|
133
|
+
"type": "String",
|
|
134
|
+
"feel": "optional",
|
|
135
|
+
"binding": {
|
|
136
|
+
"type": "zeebe:input",
|
|
137
|
+
"name": "message.key"
|
|
138
|
+
},
|
|
139
|
+
"constraints": {
|
|
140
|
+
"notEmpty": true
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"label": "Value",
|
|
145
|
+
"id": "message.value",
|
|
146
|
+
"description": "Provide message value",
|
|
147
|
+
"group": "message",
|
|
148
|
+
"type": "String",
|
|
149
|
+
"feel": "optional",
|
|
150
|
+
"binding": {
|
|
151
|
+
"type": "zeebe:input",
|
|
152
|
+
"name": "message.value"
|
|
153
|
+
},
|
|
154
|
+
"constraints": {
|
|
155
|
+
"notEmpty": true
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"label": "Result variable",
|
|
160
|
+
"id": "resultVariable",
|
|
161
|
+
"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>",
|
|
162
|
+
"group": "output",
|
|
163
|
+
"type": "String",
|
|
164
|
+
"binding": {
|
|
165
|
+
"type": "zeebe:taskHeader",
|
|
166
|
+
"key": "resultVariable"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"label": "Result expression",
|
|
171
|
+
"id": "resultExpression",
|
|
172
|
+
"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>",
|
|
173
|
+
"group": "output",
|
|
174
|
+
"type": "Text",
|
|
175
|
+
"feel": "required",
|
|
176
|
+
"binding": {
|
|
177
|
+
"type": "zeebe:taskHeader",
|
|
178
|
+
"key": "resultExpression"
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"label": "Error expression",
|
|
183
|
+
"id": "errorExpression",
|
|
184
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
185
|
+
"group": "errors",
|
|
186
|
+
"type": "Text",
|
|
187
|
+
"feel": "required",
|
|
188
|
+
"binding": {
|
|
189
|
+
"type": "zeebe:taskHeader",
|
|
190
|
+
"key": "errorExpression"
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"icon": {
|
|
195
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 416' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M201.816 230.216c-16.186 0-30.697 7.171-40.634 18.461l-25.463-18.026c2.703-7.442 4.255-15.433 4.255-23.797 0-8.219-1.498-16.076-4.112-23.408l25.406-17.835c9.936 11.233 24.409 18.365 40.548 18.365 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184-29.875 0-54.184 24.305-54.184 54.184 0 5.348.808 10.505 2.258 15.389l-25.423 17.844c-10.62-13.175-25.911-22.374-43.333-25.182v-30.64c24.544-5.155 43.037-26.962 43.037-53.019C124.171 24.305 99.862 0 69.987 0 40.112 0 15.803 24.305 15.803 54.184c0 25.708 18.014 47.246 42.067 52.769v31.038C25.044 143.753 0 172.401 0 206.854c0 34.621 25.292 63.374 58.355 68.94v32.774c-24.299 5.341-42.552 27.011-42.552 52.894 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-25.883-18.253-47.553-42.552-52.894v-32.775a69.965 69.965 0 0 0 42.6-24.776l25.633 18.143c-1.423 4.84-2.22 9.946-2.22 15.24 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184zm0-126.695c14.487 0 26.27 11.788 26.27 26.271s-11.783 26.27-26.27 26.27-26.27-11.787-26.27-26.27c0-14.483 11.783-26.271 26.27-26.271zm-158.1-49.337c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27zm52.541 307.278c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27zm-26.272-117.97c-20.205 0-36.642-16.434-36.642-36.638 0-20.205 16.437-36.642 36.642-36.642 20.204 0 36.641 16.437 36.641 36.642 0 20.204-16.437 36.638-36.641 36.638zm131.831 67.179c-14.487 0-26.27-11.788-26.27-26.271s11.783-26.27 26.27-26.27 26.27 11.787 26.27 26.27c0 14.483-11.783 26.271-26.27 26.271z' style='fill:%23231f20'/%3E%3C/svg%3E"
|
|
196
|
+
},
|
|
197
|
+
"engines": {
|
|
198
|
+
"camunda": "^8.4"
|
|
199
|
+
}
|
|
200
|
+
},
|
|
2
201
|
{
|
|
3
202
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
203
|
"name": "Kafka Outbound Connector",
|
|
@@ -349,9 +548,9 @@
|
|
|
349
548
|
},
|
|
350
549
|
{
|
|
351
550
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
352
|
-
"name": "Kafka
|
|
551
|
+
"name": "Kafka Outbound Connector",
|
|
353
552
|
"id": "io.camunda.connectors.KAFKA.v1",
|
|
354
|
-
"version":
|
|
553
|
+
"version": 2,
|
|
355
554
|
"description": "Produce Kafka message",
|
|
356
555
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
|
|
357
556
|
"category": {
|
|
@@ -525,11 +724,11 @@
|
|
|
525
724
|
},
|
|
526
725
|
{
|
|
527
726
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
528
|
-
"name": "Kafka
|
|
727
|
+
"name": "Kafka producer connector",
|
|
529
728
|
"id": "io.camunda.connectors.KAFKA.v1",
|
|
729
|
+
"version": 1,
|
|
530
730
|
"description": "Produce Kafka message",
|
|
531
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka
|
|
532
|
-
"version": 4,
|
|
731
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
|
|
533
732
|
"category": {
|
|
534
733
|
"id": "connectors",
|
|
535
734
|
"name": "Connectors"
|
|
@@ -553,326 +752,47 @@
|
|
|
553
752
|
},
|
|
554
753
|
{
|
|
555
754
|
"id": "output",
|
|
556
|
-
"label": "
|
|
755
|
+
"label": "Response mapping"
|
|
557
756
|
},
|
|
558
757
|
{
|
|
559
|
-
"id": "
|
|
758
|
+
"id": "errors",
|
|
560
759
|
"label": "Error handling"
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"id": "retries",
|
|
564
|
-
"label": "Retries"
|
|
565
760
|
}
|
|
566
761
|
],
|
|
567
762
|
"properties": [
|
|
568
763
|
{
|
|
764
|
+
"type": "Hidden",
|
|
569
765
|
"value": "io.camunda:connector-kafka:1",
|
|
570
766
|
"binding": {
|
|
571
|
-
"
|
|
572
|
-
"
|
|
573
|
-
}
|
|
574
|
-
"type": "Hidden"
|
|
767
|
+
"type": "zeebe:taskDefinition",
|
|
768
|
+
"property": "type"
|
|
769
|
+
}
|
|
575
770
|
},
|
|
576
771
|
{
|
|
577
|
-
"id": "authentication.username",
|
|
578
772
|
"label": "Username",
|
|
579
773
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
580
|
-
"optional": true,
|
|
581
|
-
"feel": "optional",
|
|
582
774
|
"group": "authentication",
|
|
775
|
+
"type": "String",
|
|
776
|
+
"optional": true,
|
|
583
777
|
"binding": {
|
|
584
|
-
"
|
|
585
|
-
"
|
|
586
|
-
}
|
|
587
|
-
"type": "String"
|
|
778
|
+
"type": "zeebe:input",
|
|
779
|
+
"name": "authentication.username"
|
|
780
|
+
}
|
|
588
781
|
},
|
|
589
782
|
{
|
|
590
|
-
"id": "authentication.password",
|
|
591
783
|
"label": "Password",
|
|
592
784
|
"description": "Provide a password for the user",
|
|
593
|
-
"optional": true,
|
|
594
|
-
"feel": "optional",
|
|
595
785
|
"group": "authentication",
|
|
786
|
+
"type": "String",
|
|
787
|
+
"optional": true,
|
|
596
788
|
"binding": {
|
|
597
|
-
"
|
|
598
|
-
"
|
|
599
|
-
}
|
|
600
|
-
"type": "String"
|
|
789
|
+
"type": "zeebe:input",
|
|
790
|
+
"name": "authentication.password"
|
|
791
|
+
}
|
|
601
792
|
},
|
|
602
793
|
{
|
|
603
|
-
"
|
|
604
|
-
"
|
|
605
|
-
"description": "Select the serialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound\" target=\"_blank\">documentation</a>",
|
|
606
|
-
"optional": false,
|
|
607
|
-
"value": "json",
|
|
608
|
-
"group": "kafka",
|
|
609
|
-
"binding": {
|
|
610
|
-
"name": "serializationType",
|
|
611
|
-
"type": "zeebe:input"
|
|
612
|
-
},
|
|
613
|
-
"type": "Dropdown",
|
|
614
|
-
"choices": [
|
|
615
|
-
{
|
|
616
|
-
"name": "Default (JSON)",
|
|
617
|
-
"value": "json"
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
"name": "AVRO (experimental)",
|
|
621
|
-
"value": "avro"
|
|
622
|
-
}
|
|
623
|
-
]
|
|
624
|
-
},
|
|
625
|
-
{
|
|
626
|
-
"id": "topic.bootstrapServers",
|
|
627
|
-
"label": "Bootstrap servers",
|
|
628
|
-
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
629
|
-
"optional": false,
|
|
630
|
-
"constraints": {
|
|
631
|
-
"notEmpty": true
|
|
632
|
-
},
|
|
633
|
-
"feel": "optional",
|
|
634
|
-
"group": "kafka",
|
|
635
|
-
"binding": {
|
|
636
|
-
"name": "topic.bootstrapServers",
|
|
637
|
-
"type": "zeebe:input"
|
|
638
|
-
},
|
|
639
|
-
"type": "String"
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
"id": "topic.topicName",
|
|
643
|
-
"label": "Topic",
|
|
644
|
-
"description": "Provide topic name",
|
|
645
|
-
"optional": false,
|
|
646
|
-
"constraints": {
|
|
647
|
-
"notEmpty": true
|
|
648
|
-
},
|
|
649
|
-
"feel": "optional",
|
|
650
|
-
"group": "kafka",
|
|
651
|
-
"binding": {
|
|
652
|
-
"name": "topic.topicName",
|
|
653
|
-
"type": "zeebe:input"
|
|
654
|
-
},
|
|
655
|
-
"type": "String"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"id": "headers",
|
|
659
|
-
"label": "Headers",
|
|
660
|
-
"description": "Provide Kafka producer headers in JSON",
|
|
661
|
-
"optional": true,
|
|
662
|
-
"feel": "required",
|
|
663
|
-
"group": "kafka",
|
|
664
|
-
"binding": {
|
|
665
|
-
"name": "headers",
|
|
666
|
-
"type": "zeebe:input"
|
|
667
|
-
},
|
|
668
|
-
"type": "String"
|
|
669
|
-
},
|
|
670
|
-
{
|
|
671
|
-
"id": "additionalProperties",
|
|
672
|
-
"label": "Additional properties",
|
|
673
|
-
"description": "Provide additional Kafka producer properties in JSON",
|
|
674
|
-
"optional": true,
|
|
675
|
-
"feel": "required",
|
|
676
|
-
"group": "kafka",
|
|
677
|
-
"binding": {
|
|
678
|
-
"name": "additionalProperties",
|
|
679
|
-
"type": "zeebe:input"
|
|
680
|
-
},
|
|
681
|
-
"type": "String"
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
"id": "message.key",
|
|
685
|
-
"label": "Key",
|
|
686
|
-
"description": "Provide message key",
|
|
687
|
-
"optional": false,
|
|
688
|
-
"constraints": {
|
|
689
|
-
"notEmpty": true
|
|
690
|
-
},
|
|
691
|
-
"feel": "optional",
|
|
692
|
-
"group": "message",
|
|
693
|
-
"binding": {
|
|
694
|
-
"name": "message.key",
|
|
695
|
-
"type": "zeebe:input"
|
|
696
|
-
},
|
|
697
|
-
"type": "String"
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
"id": "message.value",
|
|
701
|
-
"label": "Value",
|
|
702
|
-
"description": "Provide message value",
|
|
703
|
-
"optional": false,
|
|
704
|
-
"constraints": {
|
|
705
|
-
"notEmpty": true
|
|
706
|
-
},
|
|
707
|
-
"feel": "optional",
|
|
708
|
-
"group": "message",
|
|
709
|
-
"binding": {
|
|
710
|
-
"name": "message.value",
|
|
711
|
-
"type": "zeebe:input"
|
|
712
|
-
},
|
|
713
|
-
"type": "String"
|
|
714
|
-
},
|
|
715
|
-
{
|
|
716
|
-
"id": "avro.schema",
|
|
717
|
-
"label": "Avro schema",
|
|
718
|
-
"description": "Avro schema for the message value",
|
|
719
|
-
"optional": false,
|
|
720
|
-
"constraints": {
|
|
721
|
-
"notEmpty": true
|
|
722
|
-
},
|
|
723
|
-
"feel": "required",
|
|
724
|
-
"group": "message",
|
|
725
|
-
"binding": {
|
|
726
|
-
"name": "avro.schema",
|
|
727
|
-
"type": "zeebe:input"
|
|
728
|
-
},
|
|
729
|
-
"condition": {
|
|
730
|
-
"property": "serializationType",
|
|
731
|
-
"equals": "avro",
|
|
732
|
-
"type": "simple"
|
|
733
|
-
},
|
|
734
|
-
"type": "Text"
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"id": "resultVariable",
|
|
738
|
-
"label": "Result variable",
|
|
739
|
-
"description": "Name of variable to store the response in",
|
|
740
|
-
"group": "output",
|
|
741
|
-
"binding": {
|
|
742
|
-
"key": "resultVariable",
|
|
743
|
-
"type": "zeebe:taskHeader"
|
|
744
|
-
},
|
|
745
|
-
"type": "String"
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"id": "resultExpression",
|
|
749
|
-
"label": "Result expression",
|
|
750
|
-
"description": "Expression to map the response into process variables",
|
|
751
|
-
"feel": "required",
|
|
752
|
-
"group": "output",
|
|
753
|
-
"binding": {
|
|
754
|
-
"key": "resultExpression",
|
|
755
|
-
"type": "zeebe:taskHeader"
|
|
756
|
-
},
|
|
757
|
-
"type": "Text"
|
|
758
|
-
},
|
|
759
|
-
{
|
|
760
|
-
"id": "errorExpression",
|
|
761
|
-
"label": "Error expression",
|
|
762
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
763
|
-
"feel": "required",
|
|
764
|
-
"group": "error",
|
|
765
|
-
"binding": {
|
|
766
|
-
"key": "errorExpression",
|
|
767
|
-
"type": "zeebe:taskHeader"
|
|
768
|
-
},
|
|
769
|
-
"type": "Text"
|
|
770
|
-
},
|
|
771
|
-
{
|
|
772
|
-
"id": "retryCount",
|
|
773
|
-
"label": "Retries",
|
|
774
|
-
"description": "Number of retries",
|
|
775
|
-
"value": "3",
|
|
776
|
-
"feel": "optional",
|
|
777
|
-
"group": "retries",
|
|
778
|
-
"binding": {
|
|
779
|
-
"property": "retries",
|
|
780
|
-
"type": "zeebe:taskDefinition"
|
|
781
|
-
},
|
|
782
|
-
"type": "String"
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
"id": "retryBackoff",
|
|
786
|
-
"label": "Retry backoff",
|
|
787
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
788
|
-
"value": "PT0S",
|
|
789
|
-
"feel": "optional",
|
|
790
|
-
"group": "retries",
|
|
791
|
-
"binding": {
|
|
792
|
-
"key": "retryBackoff",
|
|
793
|
-
"type": "zeebe:taskHeader"
|
|
794
|
-
},
|
|
795
|
-
"type": "String"
|
|
796
|
-
}
|
|
797
|
-
],
|
|
798
|
-
"icon": {
|
|
799
|
-
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
800
|
-
},
|
|
801
|
-
"engines": {
|
|
802
|
-
"camunda": "^8.5"
|
|
803
|
-
}
|
|
804
|
-
},
|
|
805
|
-
{
|
|
806
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
807
|
-
"name": "Kafka Outbound Connector",
|
|
808
|
-
"id": "io.camunda.connectors.KAFKA.v1",
|
|
809
|
-
"version": 2,
|
|
810
|
-
"description": "Produce Kafka message",
|
|
811
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
|
|
812
|
-
"category": {
|
|
813
|
-
"id": "connectors",
|
|
814
|
-
"name": "Connectors"
|
|
815
|
-
},
|
|
816
|
-
"appliesTo": ["bpmn:Task"],
|
|
817
|
-
"elementType": {
|
|
818
|
-
"value": "bpmn:ServiceTask"
|
|
819
|
-
},
|
|
820
|
-
"groups": [
|
|
821
|
-
{
|
|
822
|
-
"id": "authentication",
|
|
823
|
-
"label": "Authentication"
|
|
824
|
-
},
|
|
825
|
-
{
|
|
826
|
-
"id": "kafka",
|
|
827
|
-
"label": "Kafka"
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
"id": "message",
|
|
831
|
-
"label": "Message"
|
|
832
|
-
},
|
|
833
|
-
{
|
|
834
|
-
"id": "output",
|
|
835
|
-
"label": "Response mapping"
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"id": "errors",
|
|
839
|
-
"label": "Error handling"
|
|
840
|
-
}
|
|
841
|
-
],
|
|
842
|
-
"properties": [
|
|
843
|
-
{
|
|
844
|
-
"type": "Hidden",
|
|
845
|
-
"value": "io.camunda:connector-kafka:1",
|
|
846
|
-
"binding": {
|
|
847
|
-
"type": "zeebe:taskDefinition",
|
|
848
|
-
"property": "type"
|
|
849
|
-
}
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"label": "Username",
|
|
853
|
-
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
854
|
-
"group": "authentication",
|
|
855
|
-
"type": "String",
|
|
856
|
-
"optional": true,
|
|
857
|
-
"binding": {
|
|
858
|
-
"type": "zeebe:input",
|
|
859
|
-
"name": "authentication.username"
|
|
860
|
-
}
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
"label": "Password",
|
|
864
|
-
"description": "Provide a password for the user",
|
|
865
|
-
"group": "authentication",
|
|
866
|
-
"type": "String",
|
|
867
|
-
"optional": true,
|
|
868
|
-
"binding": {
|
|
869
|
-
"type": "zeebe:input",
|
|
870
|
-
"name": "authentication.password"
|
|
871
|
-
}
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"label": "Bootstrap servers",
|
|
875
|
-
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
794
|
+
"label": "Bootstrap servers",
|
|
795
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
876
796
|
"group": "kafka",
|
|
877
797
|
"type": "String",
|
|
878
798
|
"feel": "optional",
|
|
@@ -982,9 +902,9 @@
|
|
|
982
902
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
983
903
|
"name": "Kafka Outbound Connector",
|
|
984
904
|
"id": "io.camunda.connectors.KAFKA.v1",
|
|
985
|
-
"version": 3,
|
|
986
905
|
"description": "Produce Kafka message",
|
|
987
906
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
|
|
907
|
+
"version": 4,
|
|
988
908
|
"category": {
|
|
989
909
|
"id": "connectors",
|
|
990
910
|
"name": "Connectors"
|
|
@@ -1008,173 +928,253 @@
|
|
|
1008
928
|
},
|
|
1009
929
|
{
|
|
1010
930
|
"id": "output",
|
|
1011
|
-
"label": "
|
|
931
|
+
"label": "Output mapping"
|
|
1012
932
|
},
|
|
1013
933
|
{
|
|
1014
|
-
"id": "
|
|
934
|
+
"id": "error",
|
|
1015
935
|
"label": "Error handling"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"id": "retries",
|
|
939
|
+
"label": "Retries"
|
|
1016
940
|
}
|
|
1017
941
|
],
|
|
1018
942
|
"properties": [
|
|
1019
943
|
{
|
|
1020
|
-
"type": "Hidden",
|
|
1021
944
|
"value": "io.camunda:connector-kafka:1",
|
|
1022
945
|
"binding": {
|
|
1023
|
-
"
|
|
1024
|
-
"
|
|
1025
|
-
}
|
|
946
|
+
"property": "type",
|
|
947
|
+
"type": "zeebe:taskDefinition"
|
|
948
|
+
},
|
|
949
|
+
"type": "Hidden"
|
|
1026
950
|
},
|
|
1027
951
|
{
|
|
1028
|
-
"label": "Username",
|
|
1029
952
|
"id": "authentication.username",
|
|
953
|
+
"label": "Username",
|
|
1030
954
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1031
|
-
"group": "authentication",
|
|
1032
|
-
"type": "String",
|
|
1033
955
|
"optional": true,
|
|
956
|
+
"feel": "optional",
|
|
957
|
+
"group": "authentication",
|
|
1034
958
|
"binding": {
|
|
1035
|
-
"
|
|
1036
|
-
"
|
|
1037
|
-
}
|
|
959
|
+
"name": "authentication.username",
|
|
960
|
+
"type": "zeebe:input"
|
|
961
|
+
},
|
|
962
|
+
"type": "String"
|
|
1038
963
|
},
|
|
1039
964
|
{
|
|
1040
|
-
"label": "Password",
|
|
1041
965
|
"id": "authentication.password",
|
|
966
|
+
"label": "Password",
|
|
1042
967
|
"description": "Provide a password for the user",
|
|
1043
|
-
"group": "authentication",
|
|
1044
|
-
"type": "String",
|
|
1045
968
|
"optional": true,
|
|
969
|
+
"feel": "optional",
|
|
970
|
+
"group": "authentication",
|
|
1046
971
|
"binding": {
|
|
1047
|
-
"
|
|
1048
|
-
"
|
|
1049
|
-
}
|
|
972
|
+
"name": "authentication.password",
|
|
973
|
+
"type": "zeebe:input"
|
|
974
|
+
},
|
|
975
|
+
"type": "String"
|
|
1050
976
|
},
|
|
1051
977
|
{
|
|
1052
|
-
"
|
|
1053
|
-
"
|
|
1054
|
-
"description": "
|
|
978
|
+
"id": "serializationType",
|
|
979
|
+
"label": "Serialization type",
|
|
980
|
+
"description": "Select the serialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound\" target=\"_blank\">documentation</a>",
|
|
981
|
+
"optional": false,
|
|
982
|
+
"value": "json",
|
|
1055
983
|
"group": "kafka",
|
|
1056
|
-
"type": "String",
|
|
1057
|
-
"feel": "optional",
|
|
1058
984
|
"binding": {
|
|
1059
|
-
"
|
|
1060
|
-
"
|
|
985
|
+
"name": "serializationType",
|
|
986
|
+
"type": "zeebe:input"
|
|
1061
987
|
},
|
|
988
|
+
"type": "Dropdown",
|
|
989
|
+
"choices": [
|
|
990
|
+
{
|
|
991
|
+
"name": "Default (JSON)",
|
|
992
|
+
"value": "json"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"name": "AVRO (experimental)",
|
|
996
|
+
"value": "avro"
|
|
997
|
+
}
|
|
998
|
+
]
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"id": "topic.bootstrapServers",
|
|
1002
|
+
"label": "Bootstrap servers",
|
|
1003
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
1004
|
+
"optional": false,
|
|
1062
1005
|
"constraints": {
|
|
1063
1006
|
"notEmpty": true
|
|
1064
|
-
}
|
|
1007
|
+
},
|
|
1008
|
+
"feel": "optional",
|
|
1009
|
+
"group": "kafka",
|
|
1010
|
+
"binding": {
|
|
1011
|
+
"name": "topic.bootstrapServers",
|
|
1012
|
+
"type": "zeebe:input"
|
|
1013
|
+
},
|
|
1014
|
+
"type": "String"
|
|
1065
1015
|
},
|
|
1066
1016
|
{
|
|
1067
|
-
"label": "Topic",
|
|
1068
1017
|
"id": "topic.topicName",
|
|
1018
|
+
"label": "Topic",
|
|
1069
1019
|
"description": "Provide topic name",
|
|
1070
|
-
"
|
|
1071
|
-
"
|
|
1020
|
+
"optional": false,
|
|
1021
|
+
"constraints": {
|
|
1022
|
+
"notEmpty": true
|
|
1023
|
+
},
|
|
1072
1024
|
"feel": "optional",
|
|
1025
|
+
"group": "kafka",
|
|
1073
1026
|
"binding": {
|
|
1074
|
-
"
|
|
1075
|
-
"
|
|
1027
|
+
"name": "topic.topicName",
|
|
1028
|
+
"type": "zeebe:input"
|
|
1076
1029
|
},
|
|
1077
|
-
"
|
|
1078
|
-
"notEmpty": true
|
|
1079
|
-
}
|
|
1030
|
+
"type": "String"
|
|
1080
1031
|
},
|
|
1081
1032
|
{
|
|
1082
|
-
"label": "Headers",
|
|
1083
1033
|
"id": "headers",
|
|
1034
|
+
"label": "Headers",
|
|
1084
1035
|
"description": "Provide Kafka producer headers in JSON",
|
|
1085
|
-
"group": "kafka",
|
|
1086
|
-
"type": "String",
|
|
1087
1036
|
"optional": true,
|
|
1088
1037
|
"feel": "required",
|
|
1038
|
+
"group": "kafka",
|
|
1089
1039
|
"binding": {
|
|
1090
|
-
"
|
|
1091
|
-
"
|
|
1092
|
-
}
|
|
1040
|
+
"name": "headers",
|
|
1041
|
+
"type": "zeebe:input"
|
|
1042
|
+
},
|
|
1043
|
+
"type": "String"
|
|
1093
1044
|
},
|
|
1094
1045
|
{
|
|
1095
|
-
"label": "Additional properties",
|
|
1096
1046
|
"id": "additionalProperties",
|
|
1047
|
+
"label": "Additional properties",
|
|
1097
1048
|
"description": "Provide additional Kafka producer properties in JSON",
|
|
1098
|
-
"group": "kafka",
|
|
1099
|
-
"type": "String",
|
|
1100
1049
|
"optional": true,
|
|
1101
1050
|
"feel": "required",
|
|
1051
|
+
"group": "kafka",
|
|
1102
1052
|
"binding": {
|
|
1103
|
-
"
|
|
1104
|
-
"
|
|
1105
|
-
}
|
|
1053
|
+
"name": "additionalProperties",
|
|
1054
|
+
"type": "zeebe:input"
|
|
1055
|
+
},
|
|
1056
|
+
"type": "String"
|
|
1106
1057
|
},
|
|
1107
1058
|
{
|
|
1108
|
-
"label": "Key",
|
|
1109
1059
|
"id": "message.key",
|
|
1060
|
+
"label": "Key",
|
|
1110
1061
|
"description": "Provide message key",
|
|
1111
|
-
"
|
|
1112
|
-
"
|
|
1062
|
+
"optional": false,
|
|
1063
|
+
"constraints": {
|
|
1064
|
+
"notEmpty": true
|
|
1065
|
+
},
|
|
1113
1066
|
"feel": "optional",
|
|
1067
|
+
"group": "message",
|
|
1114
1068
|
"binding": {
|
|
1115
|
-
"
|
|
1116
|
-
"
|
|
1069
|
+
"name": "message.key",
|
|
1070
|
+
"type": "zeebe:input"
|
|
1117
1071
|
},
|
|
1118
|
-
"
|
|
1119
|
-
"notEmpty": true
|
|
1120
|
-
}
|
|
1072
|
+
"type": "String"
|
|
1121
1073
|
},
|
|
1122
1074
|
{
|
|
1123
|
-
"label": "Value",
|
|
1124
1075
|
"id": "message.value",
|
|
1076
|
+
"label": "Value",
|
|
1125
1077
|
"description": "Provide message value",
|
|
1126
|
-
"
|
|
1127
|
-
"
|
|
1078
|
+
"optional": false,
|
|
1079
|
+
"constraints": {
|
|
1080
|
+
"notEmpty": true
|
|
1081
|
+
},
|
|
1128
1082
|
"feel": "optional",
|
|
1083
|
+
"group": "message",
|
|
1129
1084
|
"binding": {
|
|
1130
|
-
"
|
|
1131
|
-
"
|
|
1085
|
+
"name": "message.value",
|
|
1086
|
+
"type": "zeebe:input"
|
|
1132
1087
|
},
|
|
1088
|
+
"type": "String"
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"id": "avro.schema",
|
|
1092
|
+
"label": "Avro schema",
|
|
1093
|
+
"description": "Avro schema for the message value",
|
|
1094
|
+
"optional": false,
|
|
1133
1095
|
"constraints": {
|
|
1134
1096
|
"notEmpty": true
|
|
1135
|
-
}
|
|
1097
|
+
},
|
|
1098
|
+
"feel": "required",
|
|
1099
|
+
"group": "message",
|
|
1100
|
+
"binding": {
|
|
1101
|
+
"name": "avro.schema",
|
|
1102
|
+
"type": "zeebe:input"
|
|
1103
|
+
},
|
|
1104
|
+
"condition": {
|
|
1105
|
+
"property": "serializationType",
|
|
1106
|
+
"equals": "avro",
|
|
1107
|
+
"type": "simple"
|
|
1108
|
+
},
|
|
1109
|
+
"type": "Text"
|
|
1136
1110
|
},
|
|
1137
1111
|
{
|
|
1138
|
-
"label": "Result variable",
|
|
1139
1112
|
"id": "resultVariable",
|
|
1140
|
-
"
|
|
1113
|
+
"label": "Result variable",
|
|
1114
|
+
"description": "Name of variable to store the response in",
|
|
1141
1115
|
"group": "output",
|
|
1142
|
-
"type": "String",
|
|
1143
1116
|
"binding": {
|
|
1144
|
-
"
|
|
1145
|
-
"
|
|
1146
|
-
}
|
|
1117
|
+
"key": "resultVariable",
|
|
1118
|
+
"type": "zeebe:taskHeader"
|
|
1119
|
+
},
|
|
1120
|
+
"type": "String"
|
|
1147
1121
|
},
|
|
1148
1122
|
{
|
|
1149
|
-
"label": "Result expression",
|
|
1150
1123
|
"id": "resultExpression",
|
|
1151
|
-
"
|
|
1152
|
-
"
|
|
1153
|
-
"type": "Text",
|
|
1124
|
+
"label": "Result expression",
|
|
1125
|
+
"description": "Expression to map the response into process variables",
|
|
1154
1126
|
"feel": "required",
|
|
1127
|
+
"group": "output",
|
|
1155
1128
|
"binding": {
|
|
1156
|
-
"
|
|
1157
|
-
"
|
|
1158
|
-
}
|
|
1129
|
+
"key": "resultExpression",
|
|
1130
|
+
"type": "zeebe:taskHeader"
|
|
1131
|
+
},
|
|
1132
|
+
"type": "Text"
|
|
1159
1133
|
},
|
|
1160
1134
|
{
|
|
1161
|
-
"label": "Error expression",
|
|
1162
1135
|
"id": "errorExpression",
|
|
1163
|
-
"
|
|
1164
|
-
"
|
|
1165
|
-
"type": "Text",
|
|
1136
|
+
"label": "Error expression",
|
|
1137
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1166
1138
|
"feel": "required",
|
|
1139
|
+
"group": "error",
|
|
1167
1140
|
"binding": {
|
|
1168
|
-
"
|
|
1169
|
-
"
|
|
1170
|
-
}
|
|
1141
|
+
"key": "errorExpression",
|
|
1142
|
+
"type": "zeebe:taskHeader"
|
|
1143
|
+
},
|
|
1144
|
+
"type": "Text"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"id": "retryCount",
|
|
1148
|
+
"label": "Retries",
|
|
1149
|
+
"description": "Number of retries",
|
|
1150
|
+
"value": "3",
|
|
1151
|
+
"feel": "optional",
|
|
1152
|
+
"group": "retries",
|
|
1153
|
+
"binding": {
|
|
1154
|
+
"property": "retries",
|
|
1155
|
+
"type": "zeebe:taskDefinition"
|
|
1156
|
+
},
|
|
1157
|
+
"type": "String"
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"id": "retryBackoff",
|
|
1161
|
+
"label": "Retry backoff",
|
|
1162
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
1163
|
+
"value": "PT0S",
|
|
1164
|
+
"feel": "optional",
|
|
1165
|
+
"group": "retries",
|
|
1166
|
+
"binding": {
|
|
1167
|
+
"key": "retryBackoff",
|
|
1168
|
+
"type": "zeebe:taskHeader"
|
|
1169
|
+
},
|
|
1170
|
+
"type": "String"
|
|
1171
1171
|
}
|
|
1172
1172
|
],
|
|
1173
1173
|
"icon": {
|
|
1174
|
-
"contents": "data:image/svg+xml;
|
|
1174
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1175
1175
|
},
|
|
1176
1176
|
"engines": {
|
|
1177
|
-
"camunda": "^8.
|
|
1177
|
+
"camunda": "^8.5"
|
|
1178
1178
|
}
|
|
1179
1179
|
},
|
|
1180
1180
|
{
|