@camunda/connectors-element-templates 1.0.19 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
|
@@ -1,19 +1,33 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Slack Webhook",
|
|
4
|
+
"name": "Slack Webhook Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
|
|
6
6
|
"description": "Receive events from Slack",
|
|
7
|
-
"
|
|
8
|
-
|
|
7
|
+
"keywords": [
|
|
8
|
+
"message received",
|
|
9
|
+
"event received",
|
|
10
|
+
"channel event",
|
|
11
|
+
"webhook",
|
|
12
|
+
"messaging",
|
|
13
|
+
"new message"
|
|
14
|
+
],
|
|
15
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
16
|
+
"version": 7,
|
|
9
17
|
"category": {
|
|
10
18
|
"id": "connectors",
|
|
11
19
|
"name": "Connectors"
|
|
12
20
|
},
|
|
21
|
+
"deprecated": {
|
|
22
|
+
"message": "Migrate to Webhook Message Start Event Connector"
|
|
23
|
+
},
|
|
13
24
|
"appliesTo": ["bpmn:StartEvent"],
|
|
14
25
|
"elementType": {
|
|
15
26
|
"value": "bpmn:StartEvent"
|
|
16
27
|
},
|
|
28
|
+
"engines": {
|
|
29
|
+
"camunda": "^8.3"
|
|
30
|
+
},
|
|
17
31
|
"groups": [
|
|
18
32
|
{
|
|
19
33
|
"id": "endpoint",
|
|
@@ -24,219 +38,181 @@
|
|
|
24
38
|
"label": "Activation"
|
|
25
39
|
},
|
|
26
40
|
{
|
|
27
|
-
"id": "
|
|
28
|
-
"label": "
|
|
41
|
+
"id": "deduplication",
|
|
42
|
+
"label": "Deduplication",
|
|
43
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": "output",
|
|
47
|
+
"label": "Output mapping"
|
|
29
48
|
}
|
|
30
49
|
],
|
|
31
50
|
"properties": [
|
|
32
51
|
{
|
|
33
|
-
"type": "Hidden",
|
|
34
52
|
"value": "io.camunda:slack-webhook:1",
|
|
35
53
|
"binding": {
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
{
|
|
41
|
-
"type": "Hidden",
|
|
42
|
-
"value": "SlackEventsWebhook",
|
|
43
|
-
"binding": {
|
|
44
|
-
"type": "zeebe:property",
|
|
45
|
-
"name": "inbound.subtype"
|
|
46
|
-
}
|
|
54
|
+
"name": "inbound.type",
|
|
55
|
+
"type": "zeebe:property"
|
|
56
|
+
},
|
|
57
|
+
"type": "Hidden"
|
|
47
58
|
},
|
|
48
59
|
{
|
|
60
|
+
"id": "inbound.context",
|
|
49
61
|
"label": "Webhook ID",
|
|
50
|
-
"type": "String",
|
|
51
|
-
"group": "endpoint",
|
|
52
|
-
"binding": {
|
|
53
|
-
"type": "zeebe:property",
|
|
54
|
-
"name": "inbound.context"
|
|
55
|
-
},
|
|
56
62
|
"description": "The webhook ID is a part of the URL endpoint",
|
|
63
|
+
"optional": false,
|
|
57
64
|
"constraints": {
|
|
58
65
|
"notEmpty": true
|
|
59
|
-
}
|
|
66
|
+
},
|
|
67
|
+
"group": "endpoint",
|
|
68
|
+
"binding": {
|
|
69
|
+
"name": "inbound.context",
|
|
70
|
+
"type": "zeebe:property"
|
|
71
|
+
},
|
|
72
|
+
"type": "String"
|
|
60
73
|
},
|
|
61
74
|
{
|
|
75
|
+
"id": "inbound.slackSigningSecret",
|
|
62
76
|
"label": "Slack signing secret",
|
|
63
77
|
"description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
|
|
64
|
-
"
|
|
65
|
-
"group": "endpoint",
|
|
66
|
-
"feel": "optional",
|
|
67
|
-
"binding": {
|
|
68
|
-
"type": "zeebe:property",
|
|
69
|
-
"name": "inbound.slackSigningSecret"
|
|
70
|
-
},
|
|
78
|
+
"optional": false,
|
|
71
79
|
"constraints": {
|
|
72
80
|
"notEmpty": true
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
{
|
|
76
|
-
"label": "Condition",
|
|
77
|
-
"type": "String",
|
|
78
|
-
"group": "activation",
|
|
79
|
-
"feel": "required",
|
|
80
|
-
"optional": true,
|
|
81
|
+
},
|
|
82
|
+
"group": "endpoint",
|
|
81
83
|
"binding": {
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
+
"name": "inbound.slackSigningSecret",
|
|
85
|
+
"type": "zeebe:property"
|
|
84
86
|
},
|
|
85
|
-
"
|
|
87
|
+
"type": "String"
|
|
86
88
|
},
|
|
87
89
|
{
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"group": "variable-mapping",
|
|
90
|
+
"id": "inbound.verificationExpression",
|
|
91
|
+
"label": "Verification expression",
|
|
91
92
|
"optional": true,
|
|
93
|
+
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
94
|
+
"group": "endpoint",
|
|
92
95
|
"binding": {
|
|
93
|
-
"
|
|
94
|
-
"
|
|
96
|
+
"name": "inbound.verificationExpression",
|
|
97
|
+
"type": "zeebe:property"
|
|
95
98
|
},
|
|
96
|
-
"
|
|
99
|
+
"type": "Hidden"
|
|
97
100
|
},
|
|
98
101
|
{
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"feel": "required",
|
|
102
|
+
"id": "activationCondition",
|
|
103
|
+
"label": "Activation condition",
|
|
104
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
103
105
|
"optional": true,
|
|
106
|
+
"feel": "required",
|
|
107
|
+
"group": "activation",
|
|
104
108
|
"binding": {
|
|
105
|
-
"
|
|
106
|
-
"
|
|
109
|
+
"name": "activationCondition",
|
|
110
|
+
"type": "zeebe:property"
|
|
107
111
|
},
|
|
108
|
-
"
|
|
109
|
-
}
|
|
110
|
-
],
|
|
111
|
-
"icon": {
|
|
112
|
-
"contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
|
|
113
|
-
},
|
|
114
|
-
"engines": {
|
|
115
|
-
"camunda": "^8.2"
|
|
116
|
-
}
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
120
|
-
"name": "Slack Webhook Start Event Connector",
|
|
121
|
-
"id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
|
|
122
|
-
"description": "Receive events from Slack",
|
|
123
|
-
"version": 3,
|
|
124
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
125
|
-
"category": {
|
|
126
|
-
"id": "connectors",
|
|
127
|
-
"name": "Connectors"
|
|
128
|
-
},
|
|
129
|
-
"appliesTo": ["bpmn:StartEvent"],
|
|
130
|
-
"elementType": {
|
|
131
|
-
"value": "bpmn:StartEvent"
|
|
132
|
-
},
|
|
133
|
-
"groups": [
|
|
134
|
-
{
|
|
135
|
-
"id": "endpoint",
|
|
136
|
-
"label": "Webhook configuration"
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"id": "activation",
|
|
140
|
-
"label": "Activation"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"id": "variable-mapping",
|
|
144
|
-
"label": "Variable mapping"
|
|
145
|
-
}
|
|
146
|
-
],
|
|
147
|
-
"properties": [
|
|
148
|
-
{
|
|
149
|
-
"type": "Hidden",
|
|
150
|
-
"value": "io.camunda:slack-webhook:1",
|
|
151
|
-
"binding": {
|
|
152
|
-
"type": "zeebe:property",
|
|
153
|
-
"name": "inbound.type"
|
|
154
|
-
}
|
|
112
|
+
"type": "String"
|
|
155
113
|
},
|
|
156
114
|
{
|
|
157
|
-
"
|
|
158
|
-
"
|
|
115
|
+
"id": "consumeUnmatchedEvents",
|
|
116
|
+
"label": "Consume unmatched events",
|
|
117
|
+
"value": true,
|
|
118
|
+
"group": "activation",
|
|
159
119
|
"binding": {
|
|
160
|
-
"
|
|
161
|
-
"
|
|
162
|
-
}
|
|
120
|
+
"name": "consumeUnmatchedEvents",
|
|
121
|
+
"type": "zeebe:property"
|
|
122
|
+
},
|
|
123
|
+
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
124
|
+
"type": "Boolean"
|
|
163
125
|
},
|
|
164
126
|
{
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
127
|
+
"id": "deduplicationModeManualFlag",
|
|
128
|
+
"label": "Manual mode",
|
|
129
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
130
|
+
"value": false,
|
|
131
|
+
"group": "deduplication",
|
|
168
132
|
"binding": {
|
|
169
|
-
"
|
|
170
|
-
"
|
|
133
|
+
"name": "deduplicationModeManualFlag",
|
|
134
|
+
"type": "zeebe:property"
|
|
171
135
|
},
|
|
172
|
-
"
|
|
173
|
-
"constraints": {
|
|
174
|
-
"notEmpty": true
|
|
175
|
-
}
|
|
136
|
+
"type": "Boolean"
|
|
176
137
|
},
|
|
177
138
|
{
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
|
|
182
|
-
|
|
139
|
+
"id": "deduplicationId",
|
|
140
|
+
"label": "Deduplication ID",
|
|
141
|
+
"constraints": {
|
|
142
|
+
"notEmpty": true,
|
|
143
|
+
"pattern": {
|
|
144
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
145
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"group": "deduplication",
|
|
183
149
|
"binding": {
|
|
184
|
-
"
|
|
185
|
-
"
|
|
150
|
+
"name": "deduplicationId",
|
|
151
|
+
"type": "zeebe:property"
|
|
186
152
|
},
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
|
|
153
|
+
"condition": {
|
|
154
|
+
"property": "deduplicationModeManualFlag",
|
|
155
|
+
"equals": true,
|
|
156
|
+
"type": "simple"
|
|
157
|
+
},
|
|
158
|
+
"type": "String"
|
|
190
159
|
},
|
|
191
160
|
{
|
|
192
|
-
"
|
|
193
|
-
"value": "
|
|
161
|
+
"id": "deduplicationModeManual",
|
|
162
|
+
"value": "MANUAL",
|
|
163
|
+
"group": "deduplication",
|
|
194
164
|
"binding": {
|
|
195
|
-
"
|
|
196
|
-
"
|
|
197
|
-
}
|
|
165
|
+
"name": "deduplicationMode",
|
|
166
|
+
"type": "zeebe:property"
|
|
167
|
+
},
|
|
168
|
+
"condition": {
|
|
169
|
+
"property": "deduplicationId",
|
|
170
|
+
"isActive": true,
|
|
171
|
+
"type": "simple"
|
|
172
|
+
},
|
|
173
|
+
"type": "Hidden"
|
|
198
174
|
},
|
|
199
175
|
{
|
|
200
|
-
"
|
|
201
|
-
"
|
|
202
|
-
"group": "
|
|
203
|
-
"feel": "required",
|
|
204
|
-
"optional": true,
|
|
176
|
+
"id": "deduplicationModeAuto",
|
|
177
|
+
"value": "AUTO",
|
|
178
|
+
"group": "deduplication",
|
|
205
179
|
"binding": {
|
|
206
|
-
"
|
|
207
|
-
"
|
|
180
|
+
"name": "deduplicationMode",
|
|
181
|
+
"type": "zeebe:property"
|
|
208
182
|
},
|
|
209
|
-
"
|
|
183
|
+
"condition": {
|
|
184
|
+
"property": "deduplicationId",
|
|
185
|
+
"isActive": false,
|
|
186
|
+
"type": "simple"
|
|
187
|
+
},
|
|
188
|
+
"type": "Hidden"
|
|
210
189
|
},
|
|
211
190
|
{
|
|
191
|
+
"id": "resultVariable",
|
|
212
192
|
"label": "Result variable",
|
|
213
|
-
"
|
|
214
|
-
"group": "
|
|
215
|
-
"optional": true,
|
|
193
|
+
"description": "Name of variable to store the response in",
|
|
194
|
+
"group": "output",
|
|
216
195
|
"binding": {
|
|
217
|
-
"
|
|
218
|
-
"
|
|
196
|
+
"name": "resultVariable",
|
|
197
|
+
"type": "zeebe:property"
|
|
219
198
|
},
|
|
220
|
-
"
|
|
199
|
+
"type": "String"
|
|
221
200
|
},
|
|
222
201
|
{
|
|
202
|
+
"id": "resultExpression",
|
|
223
203
|
"label": "Result expression",
|
|
224
|
-
"
|
|
225
|
-
"group": "variable-mapping",
|
|
204
|
+
"description": "Expression to map the response into process variables",
|
|
226
205
|
"feel": "required",
|
|
227
|
-
"
|
|
206
|
+
"group": "output",
|
|
228
207
|
"binding": {
|
|
229
|
-
"
|
|
230
|
-
"
|
|
208
|
+
"name": "resultExpression",
|
|
209
|
+
"type": "zeebe:property"
|
|
231
210
|
},
|
|
232
|
-
"
|
|
211
|
+
"type": "Text"
|
|
233
212
|
}
|
|
234
213
|
],
|
|
235
214
|
"icon": {
|
|
236
|
-
"contents": "data:image/svg+xml;
|
|
237
|
-
},
|
|
238
|
-
"engines": {
|
|
239
|
-
"camunda": "^8.4"
|
|
215
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
240
216
|
}
|
|
241
217
|
},
|
|
242
218
|
{
|
|
@@ -336,34 +312,150 @@
|
|
|
336
312
|
"type": "String"
|
|
337
313
|
},
|
|
338
314
|
{
|
|
339
|
-
"id": "resultVariable",
|
|
315
|
+
"id": "resultVariable",
|
|
316
|
+
"label": "Result variable",
|
|
317
|
+
"description": "Name of variable to store the response in",
|
|
318
|
+
"group": "output",
|
|
319
|
+
"binding": {
|
|
320
|
+
"name": "resultVariable",
|
|
321
|
+
"type": "zeebe:property"
|
|
322
|
+
},
|
|
323
|
+
"type": "String"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"id": "resultExpression",
|
|
327
|
+
"label": "Result expression",
|
|
328
|
+
"description": "Expression to map the response into process variables",
|
|
329
|
+
"feel": "required",
|
|
330
|
+
"group": "output",
|
|
331
|
+
"binding": {
|
|
332
|
+
"name": "resultExpression",
|
|
333
|
+
"type": "zeebe:property"
|
|
334
|
+
},
|
|
335
|
+
"type": "Text"
|
|
336
|
+
}
|
|
337
|
+
],
|
|
338
|
+
"engines": {
|
|
339
|
+
"camunda": "^8.3"
|
|
340
|
+
},
|
|
341
|
+
"icon": {
|
|
342
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
347
|
+
"name": "Slack Webhook",
|
|
348
|
+
"id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
|
|
349
|
+
"description": "Receive events from Slack",
|
|
350
|
+
"version": 1,
|
|
351
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
352
|
+
"category": {
|
|
353
|
+
"id": "connectors",
|
|
354
|
+
"name": "Connectors"
|
|
355
|
+
},
|
|
356
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
357
|
+
"elementType": {
|
|
358
|
+
"value": "bpmn:StartEvent"
|
|
359
|
+
},
|
|
360
|
+
"groups": [
|
|
361
|
+
{
|
|
362
|
+
"id": "endpoint",
|
|
363
|
+
"label": "Webhook configuration"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"id": "activation",
|
|
367
|
+
"label": "Activation"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"id": "variable-mapping",
|
|
371
|
+
"label": "Variable mapping"
|
|
372
|
+
}
|
|
373
|
+
],
|
|
374
|
+
"properties": [
|
|
375
|
+
{
|
|
376
|
+
"type": "Hidden",
|
|
377
|
+
"value": "io.camunda:slack-webhook:1",
|
|
378
|
+
"binding": {
|
|
379
|
+
"type": "zeebe:property",
|
|
380
|
+
"name": "inbound.type"
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"type": "Hidden",
|
|
385
|
+
"value": "SlackEventsWebhook",
|
|
386
|
+
"binding": {
|
|
387
|
+
"type": "zeebe:property",
|
|
388
|
+
"name": "inbound.subtype"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"label": "Webhook ID",
|
|
393
|
+
"type": "String",
|
|
394
|
+
"group": "endpoint",
|
|
395
|
+
"binding": {
|
|
396
|
+
"type": "zeebe:property",
|
|
397
|
+
"name": "inbound.context"
|
|
398
|
+
},
|
|
399
|
+
"description": "The webhook ID is a part of the URL endpoint",
|
|
400
|
+
"constraints": {
|
|
401
|
+
"notEmpty": true
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"label": "Slack signing secret",
|
|
406
|
+
"description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
|
|
407
|
+
"type": "String",
|
|
408
|
+
"group": "endpoint",
|
|
409
|
+
"feel": "optional",
|
|
410
|
+
"binding": {
|
|
411
|
+
"type": "zeebe:property",
|
|
412
|
+
"name": "inbound.slackSigningSecret"
|
|
413
|
+
},
|
|
414
|
+
"constraints": {
|
|
415
|
+
"notEmpty": true
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"label": "Condition",
|
|
420
|
+
"type": "String",
|
|
421
|
+
"group": "activation",
|
|
422
|
+
"feel": "required",
|
|
423
|
+
"optional": true,
|
|
424
|
+
"binding": {
|
|
425
|
+
"type": "zeebe:property",
|
|
426
|
+
"name": "activationCondition"
|
|
427
|
+
},
|
|
428
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events."
|
|
429
|
+
},
|
|
430
|
+
{
|
|
340
431
|
"label": "Result variable",
|
|
341
|
-
"
|
|
342
|
-
"group": "
|
|
432
|
+
"type": "String",
|
|
433
|
+
"group": "variable-mapping",
|
|
434
|
+
"optional": true,
|
|
343
435
|
"binding": {
|
|
344
|
-
"
|
|
345
|
-
"
|
|
436
|
+
"type": "zeebe:property",
|
|
437
|
+
"name": "resultVariable"
|
|
346
438
|
},
|
|
347
|
-
"
|
|
439
|
+
"description": "Name of variable to store the result of the connector in"
|
|
348
440
|
},
|
|
349
441
|
{
|
|
350
|
-
"id": "resultExpression",
|
|
351
442
|
"label": "Result expression",
|
|
352
|
-
"
|
|
443
|
+
"type": "String",
|
|
444
|
+
"group": "variable-mapping",
|
|
353
445
|
"feel": "required",
|
|
354
|
-
"
|
|
446
|
+
"optional": true,
|
|
355
447
|
"binding": {
|
|
356
|
-
"
|
|
357
|
-
"
|
|
448
|
+
"type": "zeebe:property",
|
|
449
|
+
"name": "resultExpression"
|
|
358
450
|
},
|
|
359
|
-
"
|
|
451
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
360
452
|
}
|
|
361
453
|
],
|
|
362
|
-
"engines": {
|
|
363
|
-
"camunda": "^8.3"
|
|
364
|
-
},
|
|
365
454
|
"icon": {
|
|
366
|
-
"contents": "data:image/svg+xml;
|
|
455
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
|
|
456
|
+
},
|
|
457
|
+
"engines": {
|
|
458
|
+
"camunda": "^8.2"
|
|
367
459
|
}
|
|
368
460
|
},
|
|
369
461
|
{
|
|
@@ -371,8 +463,8 @@
|
|
|
371
463
|
"name": "Slack Webhook Start Event Connector",
|
|
372
464
|
"id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
|
|
373
465
|
"description": "Receive events from Slack",
|
|
374
|
-
"
|
|
375
|
-
"
|
|
466
|
+
"version": 2,
|
|
467
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
376
468
|
"category": {
|
|
377
469
|
"id": "connectors",
|
|
378
470
|
"name": "Connectors"
|
|
@@ -391,103 +483,95 @@
|
|
|
391
483
|
"label": "Activation"
|
|
392
484
|
},
|
|
393
485
|
{
|
|
394
|
-
"id": "
|
|
395
|
-
"label": "
|
|
486
|
+
"id": "variable-mapping",
|
|
487
|
+
"label": "Variable mapping"
|
|
396
488
|
}
|
|
397
489
|
],
|
|
398
490
|
"properties": [
|
|
399
491
|
{
|
|
492
|
+
"type": "Hidden",
|
|
400
493
|
"value": "io.camunda:slack-webhook:1",
|
|
401
494
|
"binding": {
|
|
402
|
-
"
|
|
403
|
-
"
|
|
404
|
-
}
|
|
405
|
-
"type": "Hidden"
|
|
495
|
+
"type": "zeebe:property",
|
|
496
|
+
"name": "inbound.type"
|
|
497
|
+
}
|
|
406
498
|
},
|
|
407
499
|
{
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
-
"description": "The webhook ID is a part of the URL endpoint",
|
|
411
|
-
"optional": false,
|
|
412
|
-
"constraints": {
|
|
413
|
-
"notEmpty": true
|
|
414
|
-
},
|
|
415
|
-
"group": "endpoint",
|
|
500
|
+
"type": "Hidden",
|
|
501
|
+
"value": "SlackEventsWebhook",
|
|
416
502
|
"binding": {
|
|
417
|
-
"
|
|
418
|
-
"
|
|
419
|
-
}
|
|
420
|
-
"type": "String"
|
|
503
|
+
"type": "zeebe:property",
|
|
504
|
+
"name": "inbound.subtype"
|
|
505
|
+
}
|
|
421
506
|
},
|
|
422
507
|
{
|
|
423
|
-
"
|
|
424
|
-
"
|
|
425
|
-
"description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
|
|
426
|
-
"optional": false,
|
|
427
|
-
"constraints": {
|
|
428
|
-
"notEmpty": true
|
|
429
|
-
},
|
|
508
|
+
"label": "Webhook ID",
|
|
509
|
+
"type": "String",
|
|
430
510
|
"group": "endpoint",
|
|
431
511
|
"binding": {
|
|
432
|
-
"
|
|
433
|
-
"
|
|
512
|
+
"type": "zeebe:property",
|
|
513
|
+
"name": "inbound.context"
|
|
434
514
|
},
|
|
435
|
-
"
|
|
515
|
+
"description": "The webhook ID is a part of the URL endpoint",
|
|
516
|
+
"constraints": {
|
|
517
|
+
"notEmpty": true
|
|
518
|
+
}
|
|
436
519
|
},
|
|
437
520
|
{
|
|
438
|
-
"
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
521
|
+
"label": "Slack signing secret",
|
|
522
|
+
"description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
|
|
523
|
+
"type": "String",
|
|
442
524
|
"group": "endpoint",
|
|
525
|
+
"feel": "optional",
|
|
443
526
|
"binding": {
|
|
444
|
-
"
|
|
445
|
-
"
|
|
527
|
+
"type": "zeebe:property",
|
|
528
|
+
"name": "inbound.slackSigningSecret"
|
|
446
529
|
},
|
|
447
|
-
"
|
|
530
|
+
"constraints": {
|
|
531
|
+
"notEmpty": true
|
|
532
|
+
}
|
|
448
533
|
},
|
|
449
534
|
{
|
|
450
|
-
"
|
|
451
|
-
"
|
|
452
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
453
|
-
"optional": true,
|
|
454
|
-
"feel": "required",
|
|
535
|
+
"label": "Condition",
|
|
536
|
+
"type": "String",
|
|
455
537
|
"group": "activation",
|
|
538
|
+
"feel": "required",
|
|
539
|
+
"optional": true,
|
|
456
540
|
"binding": {
|
|
457
|
-
"
|
|
458
|
-
"
|
|
541
|
+
"type": "zeebe:property",
|
|
542
|
+
"name": "activationCondition"
|
|
459
543
|
},
|
|
460
|
-
"
|
|
544
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events."
|
|
461
545
|
},
|
|
462
546
|
{
|
|
463
|
-
"id": "resultVariable",
|
|
464
547
|
"label": "Result variable",
|
|
465
|
-
"
|
|
466
|
-
"group": "
|
|
548
|
+
"type": "String",
|
|
549
|
+
"group": "variable-mapping",
|
|
550
|
+
"optional": true,
|
|
467
551
|
"binding": {
|
|
468
|
-
"
|
|
469
|
-
"
|
|
552
|
+
"type": "zeebe:property",
|
|
553
|
+
"name": "resultVariable"
|
|
470
554
|
},
|
|
471
|
-
"
|
|
555
|
+
"description": "Name of variable to store the result of the connector in"
|
|
472
556
|
},
|
|
473
557
|
{
|
|
474
|
-
"id": "resultExpression",
|
|
475
558
|
"label": "Result expression",
|
|
476
|
-
"
|
|
559
|
+
"type": "String",
|
|
560
|
+
"group": "variable-mapping",
|
|
477
561
|
"feel": "required",
|
|
478
|
-
"
|
|
562
|
+
"optional": true,
|
|
479
563
|
"binding": {
|
|
480
|
-
"
|
|
481
|
-
"
|
|
564
|
+
"type": "zeebe:property",
|
|
565
|
+
"name": "resultExpression"
|
|
482
566
|
},
|
|
483
|
-
"
|
|
567
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
484
568
|
}
|
|
485
569
|
],
|
|
486
570
|
"icon": {
|
|
487
|
-
"contents": "data:image/svg+xml;
|
|
571
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
|
|
488
572
|
},
|
|
489
573
|
"engines": {
|
|
490
|
-
"camunda": "^8.
|
|
574
|
+
"camunda": "^8.2"
|
|
491
575
|
}
|
|
492
576
|
},
|
|
493
577
|
{
|
|
@@ -495,8 +579,8 @@
|
|
|
495
579
|
"name": "Slack Webhook Start Event Connector",
|
|
496
580
|
"id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
|
|
497
581
|
"description": "Receive events from Slack",
|
|
498
|
-
"version":
|
|
499
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack
|
|
582
|
+
"version": 3,
|
|
583
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
500
584
|
"category": {
|
|
501
585
|
"id": "connectors",
|
|
502
586
|
"name": "Connectors"
|
|
@@ -563,6 +647,14 @@
|
|
|
563
647
|
"notEmpty": true
|
|
564
648
|
}
|
|
565
649
|
},
|
|
650
|
+
{
|
|
651
|
+
"type": "Hidden",
|
|
652
|
+
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
653
|
+
"binding": {
|
|
654
|
+
"type": "zeebe:property",
|
|
655
|
+
"name": "inbound.verificationExpression"
|
|
656
|
+
}
|
|
657
|
+
},
|
|
566
658
|
{
|
|
567
659
|
"label": "Condition",
|
|
568
660
|
"type": "String",
|
|
@@ -603,7 +695,7 @@
|
|
|
603
695
|
"contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
|
|
604
696
|
},
|
|
605
697
|
"engines": {
|
|
606
|
-
"camunda": "^8.
|
|
698
|
+
"camunda": "^8.4"
|
|
607
699
|
}
|
|
608
700
|
},
|
|
609
701
|
{
|
|
@@ -611,30 +703,16 @@
|
|
|
611
703
|
"name": "Slack Webhook Start Event Connector",
|
|
612
704
|
"id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
|
|
613
705
|
"description": "Receive events from Slack",
|
|
614
|
-
"keywords": [
|
|
615
|
-
"message received",
|
|
616
|
-
"event received",
|
|
617
|
-
"channel event",
|
|
618
|
-
"webhook",
|
|
619
|
-
"messaging",
|
|
620
|
-
"new message"
|
|
621
|
-
],
|
|
622
706
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
623
|
-
"version":
|
|
707
|
+
"version": 5,
|
|
624
708
|
"category": {
|
|
625
709
|
"id": "connectors",
|
|
626
710
|
"name": "Connectors"
|
|
627
711
|
},
|
|
628
|
-
"deprecated": {
|
|
629
|
-
"message": "Migrate to Webhook Message Start Event Connector"
|
|
630
|
-
},
|
|
631
712
|
"appliesTo": ["bpmn:StartEvent"],
|
|
632
713
|
"elementType": {
|
|
633
714
|
"value": "bpmn:StartEvent"
|
|
634
715
|
},
|
|
635
|
-
"engines": {
|
|
636
|
-
"camunda": "^8.3"
|
|
637
|
-
},
|
|
638
716
|
"groups": [
|
|
639
717
|
{
|
|
640
718
|
"id": "endpoint",
|
|
@@ -644,11 +722,6 @@
|
|
|
644
722
|
"id": "activation",
|
|
645
723
|
"label": "Activation"
|
|
646
724
|
},
|
|
647
|
-
{
|
|
648
|
-
"id": "deduplication",
|
|
649
|
-
"label": "Deduplication",
|
|
650
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
651
|
-
},
|
|
652
725
|
{
|
|
653
726
|
"id": "output",
|
|
654
727
|
"label": "Output mapping"
|
|
@@ -718,82 +791,6 @@
|
|
|
718
791
|
},
|
|
719
792
|
"type": "String"
|
|
720
793
|
},
|
|
721
|
-
{
|
|
722
|
-
"id": "consumeUnmatchedEvents",
|
|
723
|
-
"label": "Consume unmatched events",
|
|
724
|
-
"value": true,
|
|
725
|
-
"group": "activation",
|
|
726
|
-
"binding": {
|
|
727
|
-
"name": "consumeUnmatchedEvents",
|
|
728
|
-
"type": "zeebe:property"
|
|
729
|
-
},
|
|
730
|
-
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
731
|
-
"type": "Boolean"
|
|
732
|
-
},
|
|
733
|
-
{
|
|
734
|
-
"id": "deduplicationModeManualFlag",
|
|
735
|
-
"label": "Manual mode",
|
|
736
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
737
|
-
"value": false,
|
|
738
|
-
"group": "deduplication",
|
|
739
|
-
"binding": {
|
|
740
|
-
"name": "deduplicationModeManualFlag",
|
|
741
|
-
"type": "zeebe:property"
|
|
742
|
-
},
|
|
743
|
-
"type": "Boolean"
|
|
744
|
-
},
|
|
745
|
-
{
|
|
746
|
-
"id": "deduplicationId",
|
|
747
|
-
"label": "Deduplication ID",
|
|
748
|
-
"constraints": {
|
|
749
|
-
"notEmpty": true,
|
|
750
|
-
"pattern": {
|
|
751
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
752
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
753
|
-
}
|
|
754
|
-
},
|
|
755
|
-
"group": "deduplication",
|
|
756
|
-
"binding": {
|
|
757
|
-
"name": "deduplicationId",
|
|
758
|
-
"type": "zeebe:property"
|
|
759
|
-
},
|
|
760
|
-
"condition": {
|
|
761
|
-
"property": "deduplicationModeManualFlag",
|
|
762
|
-
"equals": true,
|
|
763
|
-
"type": "simple"
|
|
764
|
-
},
|
|
765
|
-
"type": "String"
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"id": "deduplicationModeManual",
|
|
769
|
-
"value": "MANUAL",
|
|
770
|
-
"group": "deduplication",
|
|
771
|
-
"binding": {
|
|
772
|
-
"name": "deduplicationMode",
|
|
773
|
-
"type": "zeebe:property"
|
|
774
|
-
},
|
|
775
|
-
"condition": {
|
|
776
|
-
"property": "deduplicationId",
|
|
777
|
-
"isActive": true,
|
|
778
|
-
"type": "simple"
|
|
779
|
-
},
|
|
780
|
-
"type": "Hidden"
|
|
781
|
-
},
|
|
782
|
-
{
|
|
783
|
-
"id": "deduplicationModeAuto",
|
|
784
|
-
"value": "AUTO",
|
|
785
|
-
"group": "deduplication",
|
|
786
|
-
"binding": {
|
|
787
|
-
"name": "deduplicationMode",
|
|
788
|
-
"type": "zeebe:property"
|
|
789
|
-
},
|
|
790
|
-
"condition": {
|
|
791
|
-
"property": "deduplicationId",
|
|
792
|
-
"isActive": false,
|
|
793
|
-
"type": "simple"
|
|
794
|
-
},
|
|
795
|
-
"type": "Hidden"
|
|
796
|
-
},
|
|
797
794
|
{
|
|
798
795
|
"id": "resultVariable",
|
|
799
796
|
"label": "Result variable",
|
|
@@ -820,6 +817,9 @@
|
|
|
820
817
|
],
|
|
821
818
|
"icon": {
|
|
822
819
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
820
|
+
},
|
|
821
|
+
"engines": {
|
|
822
|
+
"camunda": "^8.5"
|
|
823
823
|
}
|
|
824
824
|
}
|
|
825
825
|
]
|