@camunda/connectors-element-templates 1.0.16 → 1.0.17
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/connectors.js +2 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +163 -163
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- 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-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1489 -1475
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +196 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +160 -20
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1203 -507
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
|
@@ -58,8 +58,75 @@
|
|
|
58
58
|
"type": "Hidden"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
|
-
"id": "authentication.
|
|
61
|
+
"id": "authentication.type",
|
|
62
|
+
"label": "Type",
|
|
63
|
+
"description": "Authentication type depends on your Microsoft Entra (Azure AD) configuration. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/'>connector documentation</a>",
|
|
64
|
+
"value": "clientCredentials",
|
|
65
|
+
"group": "authentication",
|
|
66
|
+
"binding": {
|
|
67
|
+
"name": "authentication.type",
|
|
68
|
+
"type": "zeebe:property"
|
|
69
|
+
},
|
|
70
|
+
"type": "Dropdown",
|
|
71
|
+
"choices": [
|
|
72
|
+
{
|
|
73
|
+
"name": "Bearer token",
|
|
74
|
+
"value": "token"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "Client credentials",
|
|
78
|
+
"value": "clientCredentials"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "Refresh token",
|
|
82
|
+
"value": "refresh"
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": "authentication.bearer.token",
|
|
88
|
+
"label": "Bearer token",
|
|
89
|
+
"optional": false,
|
|
90
|
+
"constraints": {
|
|
91
|
+
"notEmpty": true
|
|
92
|
+
},
|
|
93
|
+
"group": "authentication",
|
|
94
|
+
"binding": {
|
|
95
|
+
"name": "authentication.token",
|
|
96
|
+
"type": "zeebe:property"
|
|
97
|
+
},
|
|
98
|
+
"condition": {
|
|
99
|
+
"property": "authentication.type",
|
|
100
|
+
"equals": "token",
|
|
101
|
+
"type": "simple"
|
|
102
|
+
},
|
|
103
|
+
"type": "String"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"id": "authentication.credentials.clientId",
|
|
107
|
+
"label": "Client ID",
|
|
108
|
+
"description": "The client ID of the application",
|
|
109
|
+
"optional": false,
|
|
110
|
+
"constraints": {
|
|
111
|
+
"notEmpty": true
|
|
112
|
+
},
|
|
113
|
+
"feel": "optional",
|
|
114
|
+
"group": "authentication",
|
|
115
|
+
"binding": {
|
|
116
|
+
"name": "authentication.clientId",
|
|
117
|
+
"type": "zeebe:property"
|
|
118
|
+
},
|
|
119
|
+
"condition": {
|
|
120
|
+
"property": "authentication.type",
|
|
121
|
+
"equals": "clientCredentials",
|
|
122
|
+
"type": "simple"
|
|
123
|
+
},
|
|
124
|
+
"type": "String"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"id": "authentication.credentials.tenantId",
|
|
62
128
|
"label": "Tenant ID",
|
|
129
|
+
"description": "The tenant ID of the application",
|
|
63
130
|
"optional": false,
|
|
64
131
|
"constraints": {
|
|
65
132
|
"notEmpty": true
|
|
@@ -70,12 +137,58 @@
|
|
|
70
137
|
"name": "authentication.tenantId",
|
|
71
138
|
"type": "zeebe:property"
|
|
72
139
|
},
|
|
73
|
-
"
|
|
140
|
+
"condition": {
|
|
141
|
+
"property": "authentication.type",
|
|
142
|
+
"equals": "clientCredentials",
|
|
143
|
+
"type": "simple"
|
|
144
|
+
},
|
|
145
|
+
"type": "String"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"id": "authentication.credentials.clientSecret",
|
|
149
|
+
"label": "Client secret",
|
|
150
|
+
"description": "The secret value of the Azure AD application",
|
|
151
|
+
"optional": false,
|
|
152
|
+
"constraints": {
|
|
153
|
+
"notEmpty": true
|
|
154
|
+
},
|
|
155
|
+
"feel": "optional",
|
|
156
|
+
"group": "authentication",
|
|
157
|
+
"binding": {
|
|
158
|
+
"name": "authentication.clientSecret",
|
|
159
|
+
"type": "zeebe:property"
|
|
160
|
+
},
|
|
161
|
+
"condition": {
|
|
162
|
+
"property": "authentication.type",
|
|
163
|
+
"equals": "clientCredentials",
|
|
164
|
+
"type": "simple"
|
|
165
|
+
},
|
|
166
|
+
"type": "String"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"id": "authentication.refresh.token",
|
|
170
|
+
"label": "Refresh token",
|
|
171
|
+
"optional": false,
|
|
172
|
+
"constraints": {
|
|
173
|
+
"notEmpty": true
|
|
174
|
+
},
|
|
175
|
+
"feel": "optional",
|
|
176
|
+
"group": "authentication",
|
|
177
|
+
"binding": {
|
|
178
|
+
"name": "authentication.token",
|
|
179
|
+
"type": "zeebe:property"
|
|
180
|
+
},
|
|
181
|
+
"condition": {
|
|
182
|
+
"property": "authentication.type",
|
|
183
|
+
"equals": "refresh",
|
|
184
|
+
"type": "simple"
|
|
185
|
+
},
|
|
74
186
|
"type": "String"
|
|
75
187
|
},
|
|
76
188
|
{
|
|
77
|
-
"id": "authentication.clientId",
|
|
189
|
+
"id": "authentication.refresh.clientId",
|
|
78
190
|
"label": "Client ID",
|
|
191
|
+
"description": "The client ID of the application",
|
|
79
192
|
"optional": false,
|
|
80
193
|
"constraints": {
|
|
81
194
|
"notEmpty": true
|
|
@@ -86,23 +199,50 @@
|
|
|
86
199
|
"name": "authentication.clientId",
|
|
87
200
|
"type": "zeebe:property"
|
|
88
201
|
},
|
|
89
|
-
"
|
|
202
|
+
"condition": {
|
|
203
|
+
"property": "authentication.type",
|
|
204
|
+
"equals": "refresh",
|
|
205
|
+
"type": "simple"
|
|
206
|
+
},
|
|
90
207
|
"type": "String"
|
|
91
208
|
},
|
|
92
209
|
{
|
|
93
|
-
"id": "authentication.
|
|
94
|
-
"label": "
|
|
210
|
+
"id": "authentication.refresh.tenantId",
|
|
211
|
+
"label": "Tenant ID",
|
|
212
|
+
"description": "The tenant ID of the application",
|
|
95
213
|
"optional": false,
|
|
96
214
|
"constraints": {
|
|
97
215
|
"notEmpty": true
|
|
98
216
|
},
|
|
99
217
|
"feel": "optional",
|
|
100
218
|
"group": "authentication",
|
|
219
|
+
"binding": {
|
|
220
|
+
"name": "authentication.tenantId",
|
|
221
|
+
"type": "zeebe:property"
|
|
222
|
+
},
|
|
223
|
+
"condition": {
|
|
224
|
+
"property": "authentication.type",
|
|
225
|
+
"equals": "refresh",
|
|
226
|
+
"type": "simple"
|
|
227
|
+
},
|
|
228
|
+
"type": "String"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"id": "authentication.refresh.clientSecret",
|
|
232
|
+
"label": "Client secret",
|
|
233
|
+
"description": "The secret value of the Azure AD application; optional, depends on whether the client is public or private",
|
|
234
|
+
"optional": true,
|
|
235
|
+
"feel": "optional",
|
|
236
|
+
"group": "authentication",
|
|
101
237
|
"binding": {
|
|
102
238
|
"name": "authentication.clientSecret",
|
|
103
239
|
"type": "zeebe:property"
|
|
104
240
|
},
|
|
105
|
-
"
|
|
241
|
+
"condition": {
|
|
242
|
+
"property": "authentication.type",
|
|
243
|
+
"equals": "refresh",
|
|
244
|
+
"type": "simple"
|
|
245
|
+
},
|
|
106
246
|
"type": "String"
|
|
107
247
|
},
|
|
108
248
|
{
|
|
@@ -58,8 +58,75 @@
|
|
|
58
58
|
"type": "Hidden"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
|
-
"id": "authentication.
|
|
61
|
+
"id": "authentication.type",
|
|
62
|
+
"label": "Type",
|
|
63
|
+
"description": "Authentication type depends on your Microsoft Entra (Azure AD) configuration. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/'>connector documentation</a>",
|
|
64
|
+
"value": "clientCredentials",
|
|
65
|
+
"group": "authentication",
|
|
66
|
+
"binding": {
|
|
67
|
+
"name": "authentication.type",
|
|
68
|
+
"type": "zeebe:property"
|
|
69
|
+
},
|
|
70
|
+
"type": "Dropdown",
|
|
71
|
+
"choices": [
|
|
72
|
+
{
|
|
73
|
+
"name": "Bearer token",
|
|
74
|
+
"value": "token"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "Client credentials",
|
|
78
|
+
"value": "clientCredentials"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "Refresh token",
|
|
82
|
+
"value": "refresh"
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": "authentication.bearer.token",
|
|
88
|
+
"label": "Bearer token",
|
|
89
|
+
"optional": false,
|
|
90
|
+
"constraints": {
|
|
91
|
+
"notEmpty": true
|
|
92
|
+
},
|
|
93
|
+
"group": "authentication",
|
|
94
|
+
"binding": {
|
|
95
|
+
"name": "authentication.token",
|
|
96
|
+
"type": "zeebe:property"
|
|
97
|
+
},
|
|
98
|
+
"condition": {
|
|
99
|
+
"property": "authentication.type",
|
|
100
|
+
"equals": "token",
|
|
101
|
+
"type": "simple"
|
|
102
|
+
},
|
|
103
|
+
"type": "String"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"id": "authentication.credentials.clientId",
|
|
107
|
+
"label": "Client ID",
|
|
108
|
+
"description": "The client ID of the application",
|
|
109
|
+
"optional": false,
|
|
110
|
+
"constraints": {
|
|
111
|
+
"notEmpty": true
|
|
112
|
+
},
|
|
113
|
+
"feel": "optional",
|
|
114
|
+
"group": "authentication",
|
|
115
|
+
"binding": {
|
|
116
|
+
"name": "authentication.clientId",
|
|
117
|
+
"type": "zeebe:property"
|
|
118
|
+
},
|
|
119
|
+
"condition": {
|
|
120
|
+
"property": "authentication.type",
|
|
121
|
+
"equals": "clientCredentials",
|
|
122
|
+
"type": "simple"
|
|
123
|
+
},
|
|
124
|
+
"type": "String"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"id": "authentication.credentials.tenantId",
|
|
62
128
|
"label": "Tenant ID",
|
|
129
|
+
"description": "The tenant ID of the application",
|
|
63
130
|
"optional": false,
|
|
64
131
|
"constraints": {
|
|
65
132
|
"notEmpty": true
|
|
@@ -70,12 +137,58 @@
|
|
|
70
137
|
"name": "authentication.tenantId",
|
|
71
138
|
"type": "zeebe:property"
|
|
72
139
|
},
|
|
73
|
-
"
|
|
140
|
+
"condition": {
|
|
141
|
+
"property": "authentication.type",
|
|
142
|
+
"equals": "clientCredentials",
|
|
143
|
+
"type": "simple"
|
|
144
|
+
},
|
|
145
|
+
"type": "String"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"id": "authentication.credentials.clientSecret",
|
|
149
|
+
"label": "Client secret",
|
|
150
|
+
"description": "The secret value of the Azure AD application",
|
|
151
|
+
"optional": false,
|
|
152
|
+
"constraints": {
|
|
153
|
+
"notEmpty": true
|
|
154
|
+
},
|
|
155
|
+
"feel": "optional",
|
|
156
|
+
"group": "authentication",
|
|
157
|
+
"binding": {
|
|
158
|
+
"name": "authentication.clientSecret",
|
|
159
|
+
"type": "zeebe:property"
|
|
160
|
+
},
|
|
161
|
+
"condition": {
|
|
162
|
+
"property": "authentication.type",
|
|
163
|
+
"equals": "clientCredentials",
|
|
164
|
+
"type": "simple"
|
|
165
|
+
},
|
|
166
|
+
"type": "String"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"id": "authentication.refresh.token",
|
|
170
|
+
"label": "Refresh token",
|
|
171
|
+
"optional": false,
|
|
172
|
+
"constraints": {
|
|
173
|
+
"notEmpty": true
|
|
174
|
+
},
|
|
175
|
+
"feel": "optional",
|
|
176
|
+
"group": "authentication",
|
|
177
|
+
"binding": {
|
|
178
|
+
"name": "authentication.token",
|
|
179
|
+
"type": "zeebe:property"
|
|
180
|
+
},
|
|
181
|
+
"condition": {
|
|
182
|
+
"property": "authentication.type",
|
|
183
|
+
"equals": "refresh",
|
|
184
|
+
"type": "simple"
|
|
185
|
+
},
|
|
74
186
|
"type": "String"
|
|
75
187
|
},
|
|
76
188
|
{
|
|
77
|
-
"id": "authentication.clientId",
|
|
189
|
+
"id": "authentication.refresh.clientId",
|
|
78
190
|
"label": "Client ID",
|
|
191
|
+
"description": "The client ID of the application",
|
|
79
192
|
"optional": false,
|
|
80
193
|
"constraints": {
|
|
81
194
|
"notEmpty": true
|
|
@@ -86,23 +199,50 @@
|
|
|
86
199
|
"name": "authentication.clientId",
|
|
87
200
|
"type": "zeebe:property"
|
|
88
201
|
},
|
|
89
|
-
"
|
|
202
|
+
"condition": {
|
|
203
|
+
"property": "authentication.type",
|
|
204
|
+
"equals": "refresh",
|
|
205
|
+
"type": "simple"
|
|
206
|
+
},
|
|
90
207
|
"type": "String"
|
|
91
208
|
},
|
|
92
209
|
{
|
|
93
|
-
"id": "authentication.
|
|
94
|
-
"label": "
|
|
210
|
+
"id": "authentication.refresh.tenantId",
|
|
211
|
+
"label": "Tenant ID",
|
|
212
|
+
"description": "The tenant ID of the application",
|
|
95
213
|
"optional": false,
|
|
96
214
|
"constraints": {
|
|
97
215
|
"notEmpty": true
|
|
98
216
|
},
|
|
99
217
|
"feel": "optional",
|
|
100
218
|
"group": "authentication",
|
|
219
|
+
"binding": {
|
|
220
|
+
"name": "authentication.tenantId",
|
|
221
|
+
"type": "zeebe:property"
|
|
222
|
+
},
|
|
223
|
+
"condition": {
|
|
224
|
+
"property": "authentication.type",
|
|
225
|
+
"equals": "refresh",
|
|
226
|
+
"type": "simple"
|
|
227
|
+
},
|
|
228
|
+
"type": "String"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"id": "authentication.refresh.clientSecret",
|
|
232
|
+
"label": "Client secret",
|
|
233
|
+
"description": "The secret value of the Azure AD application; optional, depends on whether the client is public or private",
|
|
234
|
+
"optional": true,
|
|
235
|
+
"feel": "optional",
|
|
236
|
+
"group": "authentication",
|
|
101
237
|
"binding": {
|
|
102
238
|
"name": "authentication.clientSecret",
|
|
103
239
|
"type": "zeebe:property"
|
|
104
240
|
},
|
|
105
|
-
"
|
|
241
|
+
"condition": {
|
|
242
|
+
"property": "authentication.type",
|
|
243
|
+
"equals": "refresh",
|
|
244
|
+
"type": "simple"
|
|
245
|
+
},
|
|
106
246
|
"type": "String"
|
|
107
247
|
},
|
|
108
248
|
{
|
|
@@ -58,8 +58,75 @@
|
|
|
58
58
|
"type": "Hidden"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
|
-
"id": "authentication.
|
|
61
|
+
"id": "authentication.type",
|
|
62
|
+
"label": "Type",
|
|
63
|
+
"description": "Authentication type depends on your Microsoft Entra (Azure AD) configuration. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/'>connector documentation</a>",
|
|
64
|
+
"value": "clientCredentials",
|
|
65
|
+
"group": "authentication",
|
|
66
|
+
"binding": {
|
|
67
|
+
"name": "authentication.type",
|
|
68
|
+
"type": "zeebe:property"
|
|
69
|
+
},
|
|
70
|
+
"type": "Dropdown",
|
|
71
|
+
"choices": [
|
|
72
|
+
{
|
|
73
|
+
"name": "Bearer token",
|
|
74
|
+
"value": "token"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "Client credentials",
|
|
78
|
+
"value": "clientCredentials"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "Refresh token",
|
|
82
|
+
"value": "refresh"
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": "authentication.bearer.token",
|
|
88
|
+
"label": "Bearer token",
|
|
89
|
+
"optional": false,
|
|
90
|
+
"constraints": {
|
|
91
|
+
"notEmpty": true
|
|
92
|
+
},
|
|
93
|
+
"group": "authentication",
|
|
94
|
+
"binding": {
|
|
95
|
+
"name": "authentication.token",
|
|
96
|
+
"type": "zeebe:property"
|
|
97
|
+
},
|
|
98
|
+
"condition": {
|
|
99
|
+
"property": "authentication.type",
|
|
100
|
+
"equals": "token",
|
|
101
|
+
"type": "simple"
|
|
102
|
+
},
|
|
103
|
+
"type": "String"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"id": "authentication.credentials.clientId",
|
|
107
|
+
"label": "Client ID",
|
|
108
|
+
"description": "The client ID of the application",
|
|
109
|
+
"optional": false,
|
|
110
|
+
"constraints": {
|
|
111
|
+
"notEmpty": true
|
|
112
|
+
},
|
|
113
|
+
"feel": "optional",
|
|
114
|
+
"group": "authentication",
|
|
115
|
+
"binding": {
|
|
116
|
+
"name": "authentication.clientId",
|
|
117
|
+
"type": "zeebe:property"
|
|
118
|
+
},
|
|
119
|
+
"condition": {
|
|
120
|
+
"property": "authentication.type",
|
|
121
|
+
"equals": "clientCredentials",
|
|
122
|
+
"type": "simple"
|
|
123
|
+
},
|
|
124
|
+
"type": "String"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"id": "authentication.credentials.tenantId",
|
|
62
128
|
"label": "Tenant ID",
|
|
129
|
+
"description": "The tenant ID of the application",
|
|
63
130
|
"optional": false,
|
|
64
131
|
"constraints": {
|
|
65
132
|
"notEmpty": true
|
|
@@ -70,12 +137,58 @@
|
|
|
70
137
|
"name": "authentication.tenantId",
|
|
71
138
|
"type": "zeebe:property"
|
|
72
139
|
},
|
|
73
|
-
"
|
|
140
|
+
"condition": {
|
|
141
|
+
"property": "authentication.type",
|
|
142
|
+
"equals": "clientCredentials",
|
|
143
|
+
"type": "simple"
|
|
144
|
+
},
|
|
145
|
+
"type": "String"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"id": "authentication.credentials.clientSecret",
|
|
149
|
+
"label": "Client secret",
|
|
150
|
+
"description": "The secret value of the Azure AD application",
|
|
151
|
+
"optional": false,
|
|
152
|
+
"constraints": {
|
|
153
|
+
"notEmpty": true
|
|
154
|
+
},
|
|
155
|
+
"feel": "optional",
|
|
156
|
+
"group": "authentication",
|
|
157
|
+
"binding": {
|
|
158
|
+
"name": "authentication.clientSecret",
|
|
159
|
+
"type": "zeebe:property"
|
|
160
|
+
},
|
|
161
|
+
"condition": {
|
|
162
|
+
"property": "authentication.type",
|
|
163
|
+
"equals": "clientCredentials",
|
|
164
|
+
"type": "simple"
|
|
165
|
+
},
|
|
166
|
+
"type": "String"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"id": "authentication.refresh.token",
|
|
170
|
+
"label": "Refresh token",
|
|
171
|
+
"optional": false,
|
|
172
|
+
"constraints": {
|
|
173
|
+
"notEmpty": true
|
|
174
|
+
},
|
|
175
|
+
"feel": "optional",
|
|
176
|
+
"group": "authentication",
|
|
177
|
+
"binding": {
|
|
178
|
+
"name": "authentication.token",
|
|
179
|
+
"type": "zeebe:property"
|
|
180
|
+
},
|
|
181
|
+
"condition": {
|
|
182
|
+
"property": "authentication.type",
|
|
183
|
+
"equals": "refresh",
|
|
184
|
+
"type": "simple"
|
|
185
|
+
},
|
|
74
186
|
"type": "String"
|
|
75
187
|
},
|
|
76
188
|
{
|
|
77
|
-
"id": "authentication.clientId",
|
|
189
|
+
"id": "authentication.refresh.clientId",
|
|
78
190
|
"label": "Client ID",
|
|
191
|
+
"description": "The client ID of the application",
|
|
79
192
|
"optional": false,
|
|
80
193
|
"constraints": {
|
|
81
194
|
"notEmpty": true
|
|
@@ -86,23 +199,50 @@
|
|
|
86
199
|
"name": "authentication.clientId",
|
|
87
200
|
"type": "zeebe:property"
|
|
88
201
|
},
|
|
89
|
-
"
|
|
202
|
+
"condition": {
|
|
203
|
+
"property": "authentication.type",
|
|
204
|
+
"equals": "refresh",
|
|
205
|
+
"type": "simple"
|
|
206
|
+
},
|
|
90
207
|
"type": "String"
|
|
91
208
|
},
|
|
92
209
|
{
|
|
93
|
-
"id": "authentication.
|
|
94
|
-
"label": "
|
|
210
|
+
"id": "authentication.refresh.tenantId",
|
|
211
|
+
"label": "Tenant ID",
|
|
212
|
+
"description": "The tenant ID of the application",
|
|
95
213
|
"optional": false,
|
|
96
214
|
"constraints": {
|
|
97
215
|
"notEmpty": true
|
|
98
216
|
},
|
|
99
217
|
"feel": "optional",
|
|
100
218
|
"group": "authentication",
|
|
219
|
+
"binding": {
|
|
220
|
+
"name": "authentication.tenantId",
|
|
221
|
+
"type": "zeebe:property"
|
|
222
|
+
},
|
|
223
|
+
"condition": {
|
|
224
|
+
"property": "authentication.type",
|
|
225
|
+
"equals": "refresh",
|
|
226
|
+
"type": "simple"
|
|
227
|
+
},
|
|
228
|
+
"type": "String"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"id": "authentication.refresh.clientSecret",
|
|
232
|
+
"label": "Client secret",
|
|
233
|
+
"description": "The secret value of the Azure AD application; optional, depends on whether the client is public or private",
|
|
234
|
+
"optional": true,
|
|
235
|
+
"feel": "optional",
|
|
236
|
+
"group": "authentication",
|
|
101
237
|
"binding": {
|
|
102
238
|
"name": "authentication.clientSecret",
|
|
103
239
|
"type": "zeebe:property"
|
|
104
240
|
},
|
|
105
|
-
"
|
|
241
|
+
"condition": {
|
|
242
|
+
"property": "authentication.type",
|
|
243
|
+
"equals": "refresh",
|
|
244
|
+
"type": "simple"
|
|
245
|
+
},
|
|
106
246
|
"type": "String"
|
|
107
247
|
},
|
|
108
248
|
{
|
|
@@ -503,6 +643,19 @@
|
|
|
503
643
|
},
|
|
504
644
|
"type": "String"
|
|
505
645
|
},
|
|
646
|
+
{
|
|
647
|
+
"id": "messageIdExpression",
|
|
648
|
+
"label": "Message ID expression",
|
|
649
|
+
"description": "Expression to extract unique identifier of a message",
|
|
650
|
+
"optional": true,
|
|
651
|
+
"feel": "required",
|
|
652
|
+
"group": "correlation",
|
|
653
|
+
"binding": {
|
|
654
|
+
"name": "messageIdExpression",
|
|
655
|
+
"type": "zeebe:property"
|
|
656
|
+
},
|
|
657
|
+
"type": "String"
|
|
658
|
+
},
|
|
506
659
|
{
|
|
507
660
|
"id": "messageTtl",
|
|
508
661
|
"label": "Message TTL",
|
|
@@ -523,19 +676,6 @@
|
|
|
523
676
|
},
|
|
524
677
|
"type": "String"
|
|
525
678
|
},
|
|
526
|
-
{
|
|
527
|
-
"id": "messageIdExpression",
|
|
528
|
-
"label": "Message ID expression",
|
|
529
|
-
"description": "Expression to extract unique identifier of a message",
|
|
530
|
-
"optional": true,
|
|
531
|
-
"feel": "required",
|
|
532
|
-
"group": "correlation",
|
|
533
|
-
"binding": {
|
|
534
|
-
"name": "messageIdExpression",
|
|
535
|
-
"type": "zeebe:property"
|
|
536
|
-
},
|
|
537
|
-
"type": "String"
|
|
538
|
-
},
|
|
539
679
|
{
|
|
540
680
|
"id": "messageNameUuid",
|
|
541
681
|
"generatedValue": {
|