@camunda/connectors-element-templates 1.0.17 → 1.0.18
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.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -3,8 +3,29 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Camunda Operate Outbound connector",
|
|
5
5
|
"id": "io.camunda.connectors.CamundaOperate.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 7,
|
|
7
|
+
"engines": {
|
|
8
|
+
"camunda": "^8.3"
|
|
9
|
+
},
|
|
10
|
+
"deprecated": {
|
|
11
|
+
"message": "Deprecation of the Operate API and Tasklist API. Please use the REST Connector for now.",
|
|
12
|
+
"documentationRef": "https://docs.camunda.io/docs/apis-tools/working-with-apis-tools/"
|
|
13
|
+
},
|
|
7
14
|
"description": "Fetch data from Camunda Operate API",
|
|
15
|
+
"keywords": [
|
|
16
|
+
"search process instances",
|
|
17
|
+
"get process instance by key",
|
|
18
|
+
"search incidents",
|
|
19
|
+
"get incident by key",
|
|
20
|
+
"search variables",
|
|
21
|
+
"get variable by key",
|
|
22
|
+
"search process definitions",
|
|
23
|
+
"get process definition by key",
|
|
24
|
+
"search flow node instances",
|
|
25
|
+
"get flow node instance by key",
|
|
26
|
+
"process monitoring",
|
|
27
|
+
"workflow status"
|
|
28
|
+
],
|
|
8
29
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
|
|
9
30
|
"category": {
|
|
10
31
|
"id": "connectors",
|
|
@@ -31,6 +52,10 @@
|
|
|
31
52
|
"id": "parameters",
|
|
32
53
|
"label": "Parameters"
|
|
33
54
|
},
|
|
55
|
+
{
|
|
56
|
+
"id": "connector",
|
|
57
|
+
"label": "Connector"
|
|
58
|
+
},
|
|
34
59
|
{
|
|
35
60
|
"id": "output",
|
|
36
61
|
"label": "Response mapping"
|
|
@@ -134,7 +159,7 @@
|
|
|
134
159
|
},
|
|
135
160
|
{
|
|
136
161
|
"label": "Cluster ID",
|
|
137
|
-
"description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/
|
|
162
|
+
"description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/guides/setup-client-connection-credentials\" target=\"_blank\">creating API client credentials</a>",
|
|
138
163
|
"group": "cluster",
|
|
139
164
|
"type": "String",
|
|
140
165
|
"feel": "optional",
|
|
@@ -235,6 +260,22 @@
|
|
|
235
260
|
"notEmpty": true
|
|
236
261
|
}
|
|
237
262
|
},
|
|
263
|
+
{
|
|
264
|
+
"label": "Scopes",
|
|
265
|
+
"description": "Space-separated list of OAuth 2.0 scopes to request from the token endpoint. Required by some identity providers — e.g. for Microsoft Entra ID use <code>api://<client-id>/.default</code>",
|
|
266
|
+
"group": "authentication",
|
|
267
|
+
"type": "String",
|
|
268
|
+
"feel": "optional",
|
|
269
|
+
"binding": {
|
|
270
|
+
"type": "zeebe:input",
|
|
271
|
+
"name": "authentication.scopes"
|
|
272
|
+
},
|
|
273
|
+
"optional": true,
|
|
274
|
+
"condition": {
|
|
275
|
+
"property": "authentication.internal_deployment_type",
|
|
276
|
+
"equals": "sm"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
238
279
|
{
|
|
239
280
|
"type": "Hidden",
|
|
240
281
|
"value": "operate.camunda.io",
|
|
@@ -498,7 +539,7 @@
|
|
|
498
539
|
},
|
|
499
540
|
{
|
|
500
541
|
"label": "Error expression",
|
|
501
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
542
|
+
"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>",
|
|
502
543
|
"group": "errors",
|
|
503
544
|
"type": "Text",
|
|
504
545
|
"feel": "required",
|
|
@@ -506,20 +547,41 @@
|
|
|
506
547
|
"type": "zeebe:taskHeader",
|
|
507
548
|
"key": "errorExpression"
|
|
508
549
|
}
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"id": "version",
|
|
553
|
+
"label": "Version",
|
|
554
|
+
"description": "Version of the element template",
|
|
555
|
+
"value": "6",
|
|
556
|
+
"group": "connector",
|
|
557
|
+
"binding": {
|
|
558
|
+
"key": "elementTemplateVersion",
|
|
559
|
+
"type": "zeebe:taskHeader"
|
|
560
|
+
},
|
|
561
|
+
"type": "Hidden"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"id": "id",
|
|
565
|
+
"label": "ID",
|
|
566
|
+
"description": "ID of the element template",
|
|
567
|
+
"value": "io.camunda.connectors.CamundaOperate.v1",
|
|
568
|
+
"group": "connector",
|
|
569
|
+
"binding": {
|
|
570
|
+
"key": "elementTemplateId",
|
|
571
|
+
"type": "zeebe:taskHeader"
|
|
572
|
+
},
|
|
573
|
+
"type": "Hidden"
|
|
509
574
|
}
|
|
510
575
|
],
|
|
511
576
|
"icon": {
|
|
512
577
|
"contents": "data:image/png;base64,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"
|
|
513
|
-
},
|
|
514
|
-
"engines": {
|
|
515
|
-
"camunda": "^8.4"
|
|
516
578
|
}
|
|
517
579
|
},
|
|
518
580
|
{
|
|
519
581
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
520
582
|
"name": "Camunda Operate connector",
|
|
521
583
|
"id": "io.camunda.connectors.CamundaOperate.v1",
|
|
522
|
-
"version":
|
|
584
|
+
"version": 2,
|
|
523
585
|
"description": "Fetch data from Camunda Operate API",
|
|
524
586
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
|
|
525
587
|
"category": {
|
|
@@ -1007,7 +1069,7 @@
|
|
|
1007
1069
|
"constraints": {
|
|
1008
1070
|
"notEmpty": false,
|
|
1009
1071
|
"pattern": {
|
|
1010
|
-
"value": "^(=|([0-9]+|secrets
|
|
1072
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
1011
1073
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
1012
1074
|
}
|
|
1013
1075
|
}
|
|
@@ -1033,9 +1095,9 @@
|
|
|
1033
1095
|
},
|
|
1034
1096
|
{
|
|
1035
1097
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1036
|
-
"name": "Camunda Operate connector",
|
|
1098
|
+
"name": "Camunda Operate Outbound connector",
|
|
1037
1099
|
"id": "io.camunda.connectors.CamundaOperate.v1",
|
|
1038
|
-
"version":
|
|
1100
|
+
"version": 3,
|
|
1039
1101
|
"description": "Fetch data from Camunda Operate API",
|
|
1040
1102
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
|
|
1041
1103
|
"category": {
|
|
@@ -1097,11 +1159,11 @@
|
|
|
1097
1159
|
"value": "saas",
|
|
1098
1160
|
"choices": [
|
|
1099
1161
|
{
|
|
1100
|
-
"name": "Camunda
|
|
1162
|
+
"name": "Camunda SaaS",
|
|
1101
1163
|
"value": "saas"
|
|
1102
1164
|
},
|
|
1103
1165
|
{
|
|
1104
|
-
"name": "Camunda
|
|
1166
|
+
"name": "Camunda Self-managed",
|
|
1105
1167
|
"value": "sm"
|
|
1106
1168
|
}
|
|
1107
1169
|
],
|
|
@@ -1523,7 +1585,7 @@
|
|
|
1523
1585
|
"constraints": {
|
|
1524
1586
|
"notEmpty": false,
|
|
1525
1587
|
"pattern": {
|
|
1526
|
-
"value": "^(=|([0-9]
|
|
1588
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
1527
1589
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
1528
1590
|
}
|
|
1529
1591
|
}
|
|
@@ -1549,12 +1611,9 @@
|
|
|
1549
1611
|
},
|
|
1550
1612
|
{
|
|
1551
1613
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1552
|
-
"name": "Camunda Operate connector",
|
|
1614
|
+
"name": "Camunda Operate Outbound connector",
|
|
1553
1615
|
"id": "io.camunda.connectors.CamundaOperate.v1",
|
|
1554
|
-
"
|
|
1555
|
-
"message": "Replace with 'Camunda Operate connector' template.",
|
|
1556
|
-
"documentationRef": "https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/using-templates/#replacing-templates"
|
|
1557
|
-
},
|
|
1616
|
+
"version": 4,
|
|
1558
1617
|
"description": "Fetch data from Camunda Operate API",
|
|
1559
1618
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
|
|
1560
1619
|
"category": {
|
|
@@ -1616,11 +1675,11 @@
|
|
|
1616
1675
|
"value": "saas",
|
|
1617
1676
|
"choices": [
|
|
1618
1677
|
{
|
|
1619
|
-
"name": "Camunda
|
|
1678
|
+
"name": "Camunda SaaS",
|
|
1620
1679
|
"value": "saas"
|
|
1621
1680
|
},
|
|
1622
1681
|
{
|
|
1623
|
-
"name": "Camunda
|
|
1682
|
+
"name": "Camunda Self-managed",
|
|
1624
1683
|
"value": "sm"
|
|
1625
1684
|
}
|
|
1626
1685
|
],
|
|
@@ -1685,7 +1744,7 @@
|
|
|
1685
1744
|
},
|
|
1686
1745
|
{
|
|
1687
1746
|
"label": "Cluster ID",
|
|
1688
|
-
"description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/
|
|
1747
|
+
"description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/components/console/manage-clusters/setup-client-connection-credentials\" target=\"_blank\">creating API client credentials</a>",
|
|
1689
1748
|
"group": "cluster",
|
|
1690
1749
|
"type": "String",
|
|
1691
1750
|
"feel": "optional",
|
|
@@ -1924,7 +1983,7 @@
|
|
|
1924
1983
|
},
|
|
1925
1984
|
{
|
|
1926
1985
|
"label": "Filter",
|
|
1927
|
-
"description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-
|
|
1986
|
+
"description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search/\" target=\"_blank\">Operate format</a>",
|
|
1928
1987
|
"group": "parameters",
|
|
1929
1988
|
"type": "String",
|
|
1930
1989
|
"feel": "required",
|
|
@@ -1940,7 +1999,7 @@
|
|
|
1940
1999
|
},
|
|
1941
2000
|
{
|
|
1942
2001
|
"label": "Sort",
|
|
1943
|
-
"description": "Sorting properties in <a href=\"https://docs.camunda.io/docs/apis-
|
|
2002
|
+
"description": "Sorting properties in <a href=\"https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search\" target=\"_blank\">Operate format</a><br>Please provide a list of sort objects",
|
|
1944
2003
|
"group": "parameters",
|
|
1945
2004
|
"type": "String",
|
|
1946
2005
|
"feel": "required",
|
|
@@ -2042,14 +2101,14 @@
|
|
|
2042
2101
|
"constraints": {
|
|
2043
2102
|
"notEmpty": false,
|
|
2044
2103
|
"pattern": {
|
|
2045
|
-
"value": "^(=|([0-9]
|
|
2104
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
2046
2105
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
2047
2106
|
}
|
|
2048
2107
|
}
|
|
2049
2108
|
},
|
|
2050
2109
|
{
|
|
2051
2110
|
"label": "Error expression",
|
|
2052
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
2111
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
|
|
2053
2112
|
"group": "errors",
|
|
2054
2113
|
"type": "Text",
|
|
2055
2114
|
"feel": "required",
|
|
@@ -2061,14 +2120,38 @@
|
|
|
2061
2120
|
],
|
|
2062
2121
|
"icon": {
|
|
2063
2122
|
"contents": "data:image/png;base64,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"
|
|
2123
|
+
},
|
|
2124
|
+
"engines": {
|
|
2125
|
+
"camunda": "^8.4"
|
|
2064
2126
|
}
|
|
2065
2127
|
},
|
|
2066
2128
|
{
|
|
2067
2129
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2068
2130
|
"name": "Camunda Operate Outbound connector",
|
|
2069
2131
|
"id": "io.camunda.connectors.CamundaOperate.v1",
|
|
2070
|
-
"version":
|
|
2132
|
+
"version": 6,
|
|
2133
|
+
"engines": {
|
|
2134
|
+
"camunda": "^8.3"
|
|
2135
|
+
},
|
|
2136
|
+
"deprecated": {
|
|
2137
|
+
"message": "Deprecation of the Operate API and Tasklist API. Please use the REST Connector for now.",
|
|
2138
|
+
"documentationRef": "https://docs.camunda.io/docs/apis-tools/working-with-apis-tools/"
|
|
2139
|
+
},
|
|
2071
2140
|
"description": "Fetch data from Camunda Operate API",
|
|
2141
|
+
"keywords": [
|
|
2142
|
+
"search process instances",
|
|
2143
|
+
"get process instance by key",
|
|
2144
|
+
"search incidents",
|
|
2145
|
+
"get incident by key",
|
|
2146
|
+
"search variables",
|
|
2147
|
+
"get variable by key",
|
|
2148
|
+
"search process definitions",
|
|
2149
|
+
"get process definition by key",
|
|
2150
|
+
"search flow node instances",
|
|
2151
|
+
"get flow node instance by key",
|
|
2152
|
+
"process monitoring",
|
|
2153
|
+
"workflow status"
|
|
2154
|
+
],
|
|
2072
2155
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
|
|
2073
2156
|
"category": {
|
|
2074
2157
|
"id": "connectors",
|
|
@@ -2198,7 +2281,7 @@
|
|
|
2198
2281
|
},
|
|
2199
2282
|
{
|
|
2200
2283
|
"label": "Cluster ID",
|
|
2201
|
-
"description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/
|
|
2284
|
+
"description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/guides/setup-client-connection-credentials\" target=\"_blank\">creating API client credentials</a>",
|
|
2202
2285
|
"group": "cluster",
|
|
2203
2286
|
"type": "String",
|
|
2204
2287
|
"feel": "optional",
|
|
@@ -2299,6 +2382,22 @@
|
|
|
2299
2382
|
"notEmpty": true
|
|
2300
2383
|
}
|
|
2301
2384
|
},
|
|
2385
|
+
{
|
|
2386
|
+
"label": "Scopes",
|
|
2387
|
+
"description": "Space-separated list of OAuth 2.0 scopes to request from the token endpoint. Required by some identity providers — e.g. for Microsoft Entra ID use <code>api://<client-id>/.default</code>",
|
|
2388
|
+
"group": "authentication",
|
|
2389
|
+
"type": "String",
|
|
2390
|
+
"feel": "optional",
|
|
2391
|
+
"binding": {
|
|
2392
|
+
"type": "zeebe:input",
|
|
2393
|
+
"name": "authentication.scopes"
|
|
2394
|
+
},
|
|
2395
|
+
"optional": true,
|
|
2396
|
+
"condition": {
|
|
2397
|
+
"property": "authentication.internal_deployment_type",
|
|
2398
|
+
"equals": "sm"
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2302
2401
|
{
|
|
2303
2402
|
"type": "Hidden",
|
|
2304
2403
|
"value": "operate.camunda.io",
|
|
@@ -2437,7 +2536,7 @@
|
|
|
2437
2536
|
},
|
|
2438
2537
|
{
|
|
2439
2538
|
"label": "Filter",
|
|
2440
|
-
"description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-
|
|
2539
|
+
"description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search/\" target=\"_blank\">Operate format</a>",
|
|
2441
2540
|
"group": "parameters",
|
|
2442
2541
|
"type": "String",
|
|
2443
2542
|
"feel": "required",
|
|
@@ -2453,7 +2552,7 @@
|
|
|
2453
2552
|
},
|
|
2454
2553
|
{
|
|
2455
2554
|
"label": "Sort",
|
|
2456
|
-
"description": "Sorting properties in <a href=\"https://docs.camunda.io/docs/apis-
|
|
2555
|
+
"description": "Sorting properties in <a href=\"https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search\" target=\"_blank\">Operate format</a><br>Please provide a list of sort objects",
|
|
2457
2556
|
"group": "parameters",
|
|
2458
2557
|
"type": "String",
|
|
2459
2558
|
"feel": "required",
|
|
@@ -2570,26 +2669,43 @@
|
|
|
2570
2669
|
"type": "zeebe:taskHeader",
|
|
2571
2670
|
"key": "errorExpression"
|
|
2572
2671
|
}
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"id": "version",
|
|
2675
|
+
"label": "Version",
|
|
2676
|
+
"description": "Version of the element template",
|
|
2677
|
+
"value": "6",
|
|
2678
|
+
"group": "connector",
|
|
2679
|
+
"binding": {
|
|
2680
|
+
"key": "elementTemplateVersion",
|
|
2681
|
+
"type": "zeebe:taskHeader"
|
|
2682
|
+
},
|
|
2683
|
+
"type": "Hidden"
|
|
2684
|
+
},
|
|
2685
|
+
{
|
|
2686
|
+
"id": "id",
|
|
2687
|
+
"label": "ID",
|
|
2688
|
+
"description": "ID of the element template",
|
|
2689
|
+
"value": "io.camunda.connectors.CamundaOperate.v1",
|
|
2690
|
+
"group": "connector",
|
|
2691
|
+
"binding": {
|
|
2692
|
+
"key": "elementTemplateId",
|
|
2693
|
+
"type": "zeebe:taskHeader"
|
|
2694
|
+
},
|
|
2695
|
+
"type": "Hidden"
|
|
2573
2696
|
}
|
|
2574
2697
|
],
|
|
2575
2698
|
"icon": {
|
|
2576
2699
|
"contents": "data:image/png;base64,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"
|
|
2577
|
-
},
|
|
2578
|
-
"engines": {
|
|
2579
|
-
"camunda": "^8.2"
|
|
2580
2700
|
}
|
|
2581
2701
|
},
|
|
2582
2702
|
{
|
|
2583
2703
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2584
|
-
"name": "Camunda Operate
|
|
2704
|
+
"name": "Camunda Operate connector",
|
|
2585
2705
|
"id": "io.camunda.connectors.CamundaOperate.v1",
|
|
2586
|
-
"version": 5,
|
|
2587
|
-
"engines": {
|
|
2588
|
-
"camunda": "^8.3"
|
|
2589
|
-
},
|
|
2590
2706
|
"deprecated": {
|
|
2591
|
-
"message": "
|
|
2592
|
-
"documentationRef": "https://docs.camunda.io/docs/
|
|
2707
|
+
"message": "Replace with 'Camunda Operate connector' template.",
|
|
2708
|
+
"documentationRef": "https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/using-templates/#replacing-templates"
|
|
2593
2709
|
},
|
|
2594
2710
|
"description": "Fetch data from Camunda Operate API",
|
|
2595
2711
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
|
|
@@ -2652,11 +2768,11 @@
|
|
|
2652
2768
|
"value": "saas",
|
|
2653
2769
|
"choices": [
|
|
2654
2770
|
{
|
|
2655
|
-
"name": "Camunda SaaS",
|
|
2771
|
+
"name": "Camunda 8 SaaS",
|
|
2656
2772
|
"value": "saas"
|
|
2657
2773
|
},
|
|
2658
2774
|
{
|
|
2659
|
-
"name": "Camunda
|
|
2775
|
+
"name": "Camunda 8 self-managed",
|
|
2660
2776
|
"value": "sm"
|
|
2661
2777
|
}
|
|
2662
2778
|
],
|
|
@@ -2721,7 +2837,7 @@
|
|
|
2721
2837
|
},
|
|
2722
2838
|
{
|
|
2723
2839
|
"label": "Cluster ID",
|
|
2724
|
-
"description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/guides/setup-client-connection-credentials\" target=\"_blank\">creating API client credentials</a>",
|
|
2840
|
+
"description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/next/guides/setup-client-connection-credentials\" target=\"_blank\">creating API client credentials</a>",
|
|
2725
2841
|
"group": "cluster",
|
|
2726
2842
|
"type": "String",
|
|
2727
2843
|
"feel": "optional",
|
|
@@ -2960,7 +3076,7 @@
|
|
|
2960
3076
|
},
|
|
2961
3077
|
{
|
|
2962
3078
|
"label": "Filter",
|
|
2963
|
-
"description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-
|
|
3079
|
+
"description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-clients/operate-api/#filter\" target=\"_blank\">Operate format</a>",
|
|
2964
3080
|
"group": "parameters",
|
|
2965
3081
|
"type": "String",
|
|
2966
3082
|
"feel": "required",
|
|
@@ -2976,7 +3092,7 @@
|
|
|
2976
3092
|
},
|
|
2977
3093
|
{
|
|
2978
3094
|
"label": "Sort",
|
|
2979
|
-
"description": "Sorting properties in <a href=\"https://docs.camunda.io/docs/apis-
|
|
3095
|
+
"description": "Sorting properties in <a href=\"https://docs.camunda.io/docs/apis-clients/operate-api/#sort\" target=\"_blank\">Operate format</a><br>Please provide a list of sort objects",
|
|
2980
3096
|
"group": "parameters",
|
|
2981
3097
|
"type": "String",
|
|
2982
3098
|
"feel": "required",
|
|
@@ -3078,7 +3194,7 @@
|
|
|
3078
3194
|
"constraints": {
|
|
3079
3195
|
"notEmpty": false,
|
|
3080
3196
|
"pattern": {
|
|
3081
|
-
"value": "^(=|([0-9]
|
|
3197
|
+
"value": "^(=|([0-9]+|secrets\\..+)$)",
|
|
3082
3198
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
3083
3199
|
}
|
|
3084
3200
|
}
|
|
@@ -3093,34 +3209,1070 @@
|
|
|
3093
3209
|
"type": "zeebe:taskHeader",
|
|
3094
3210
|
"key": "errorExpression"
|
|
3095
3211
|
}
|
|
3212
|
+
}
|
|
3213
|
+
],
|
|
3214
|
+
"icon": {
|
|
3215
|
+
"contents": "data:image/png;base64,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"
|
|
3216
|
+
}
|
|
3217
|
+
},
|
|
3218
|
+
{
|
|
3219
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
3220
|
+
"name": "Camunda Operate Outbound connector",
|
|
3221
|
+
"id": "io.camunda.connectors.CamundaOperate.v1",
|
|
3222
|
+
"version": 5,
|
|
3223
|
+
"engines": {
|
|
3224
|
+
"camunda": "^8.3"
|
|
3225
|
+
},
|
|
3226
|
+
"deprecated": {
|
|
3227
|
+
"message": "Deprecation of the Operate API and Tasklist API. Please use the REST Connector for now.",
|
|
3228
|
+
"documentationRef": "https://docs.camunda.io/docs/apis-tools/working-with-apis-tools/"
|
|
3229
|
+
},
|
|
3230
|
+
"description": "Fetch data from Camunda Operate API",
|
|
3231
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
|
|
3232
|
+
"category": {
|
|
3233
|
+
"id": "connectors",
|
|
3234
|
+
"name": "Connectors"
|
|
3235
|
+
},
|
|
3236
|
+
"appliesTo": ["bpmn:Task"],
|
|
3237
|
+
"elementType": {
|
|
3238
|
+
"value": "bpmn:ServiceTask"
|
|
3239
|
+
},
|
|
3240
|
+
"groups": [
|
|
3241
|
+
{
|
|
3242
|
+
"id": "cluster",
|
|
3243
|
+
"label": "Cluster"
|
|
3096
3244
|
},
|
|
3097
3245
|
{
|
|
3098
|
-
"id": "
|
|
3099
|
-
"label": "
|
|
3100
|
-
"description": "Version of the element template",
|
|
3101
|
-
"value": "5",
|
|
3102
|
-
"group": "connector",
|
|
3103
|
-
"binding": {
|
|
3104
|
-
"key": "elementTemplateVersion",
|
|
3105
|
-
"type": "zeebe:taskHeader"
|
|
3106
|
-
},
|
|
3107
|
-
"type": "Hidden"
|
|
3246
|
+
"id": "authentication",
|
|
3247
|
+
"label": "Authentication"
|
|
3108
3248
|
},
|
|
3109
3249
|
{
|
|
3110
|
-
"id": "
|
|
3111
|
-
"label": "
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
"
|
|
3115
|
-
"
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
"
|
|
3250
|
+
"id": "input",
|
|
3251
|
+
"label": "Endpoint"
|
|
3252
|
+
},
|
|
3253
|
+
{
|
|
3254
|
+
"id": "parameters",
|
|
3255
|
+
"label": "Parameters"
|
|
3256
|
+
},
|
|
3257
|
+
{
|
|
3258
|
+
"id": "output",
|
|
3259
|
+
"label": "Response mapping"
|
|
3260
|
+
},
|
|
3261
|
+
{
|
|
3262
|
+
"id": "errors",
|
|
3263
|
+
"label": "Error handling"
|
|
3120
3264
|
}
|
|
3121
3265
|
],
|
|
3122
|
-
"
|
|
3123
|
-
|
|
3266
|
+
"properties": [
|
|
3267
|
+
{
|
|
3268
|
+
"type": "Hidden",
|
|
3269
|
+
"value": "io.camunda:http-json:1",
|
|
3270
|
+
"binding": {
|
|
3271
|
+
"type": "zeebe:taskDefinition",
|
|
3272
|
+
"property": "type"
|
|
3273
|
+
}
|
|
3274
|
+
},
|
|
3275
|
+
{
|
|
3276
|
+
"type": "Hidden",
|
|
3277
|
+
"value": "={\"Content-Type\":\"application/json\"}",
|
|
3278
|
+
"binding": {
|
|
3279
|
+
"type": "zeebe:input",
|
|
3280
|
+
"name": "headers"
|
|
3281
|
+
}
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
"label": "Type",
|
|
3285
|
+
"id": "authentication.internal_deployment_type",
|
|
3286
|
+
"group": "cluster",
|
|
3287
|
+
"type": "Dropdown",
|
|
3288
|
+
"value": "saas",
|
|
3289
|
+
"choices": [
|
|
3290
|
+
{
|
|
3291
|
+
"name": "Camunda SaaS",
|
|
3292
|
+
"value": "saas"
|
|
3293
|
+
},
|
|
3294
|
+
{
|
|
3295
|
+
"name": "Camunda Self-managed",
|
|
3296
|
+
"value": "sm"
|
|
3297
|
+
}
|
|
3298
|
+
],
|
|
3299
|
+
"binding": {
|
|
3300
|
+
"type": "zeebe:input",
|
|
3301
|
+
"name": "authentication.internal_deployment_type"
|
|
3302
|
+
}
|
|
3303
|
+
},
|
|
3304
|
+
{
|
|
3305
|
+
"label": "OAuth token endpoint",
|
|
3306
|
+
"description": "Token endpoint of your authentication server",
|
|
3307
|
+
"group": "cluster",
|
|
3308
|
+
"type": "String",
|
|
3309
|
+
"feel": "optional",
|
|
3310
|
+
"binding": {
|
|
3311
|
+
"type": "zeebe:input",
|
|
3312
|
+
"name": "authentication.oauthTokenEndpoint"
|
|
3313
|
+
},
|
|
3314
|
+
"constraints": {
|
|
3315
|
+
"notEmpty": true
|
|
3316
|
+
},
|
|
3317
|
+
"condition": {
|
|
3318
|
+
"property": "authentication.internal_deployment_type",
|
|
3319
|
+
"equals": "sm"
|
|
3320
|
+
}
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"label": "Operate base URL",
|
|
3324
|
+
"description": "Base URL of Operate in your C8 cluster",
|
|
3325
|
+
"type": "String",
|
|
3326
|
+
"feel": "optional",
|
|
3327
|
+
"id": "authentication.operate_base_url",
|
|
3328
|
+
"group": "cluster",
|
|
3329
|
+
"binding": {
|
|
3330
|
+
"type": "zeebe:input",
|
|
3331
|
+
"name": "authentication.operate_base_url"
|
|
3332
|
+
},
|
|
3333
|
+
"constraints": {
|
|
3334
|
+
"notEmpty": true
|
|
3335
|
+
},
|
|
3336
|
+
"condition": {
|
|
3337
|
+
"property": "authentication.internal_deployment_type",
|
|
3338
|
+
"equals": "sm"
|
|
3339
|
+
}
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
"label": "Region",
|
|
3343
|
+
"group": "cluster",
|
|
3344
|
+
"type": "String",
|
|
3345
|
+
"feel": "optional",
|
|
3346
|
+
"binding": {
|
|
3347
|
+
"type": "zeebe:input",
|
|
3348
|
+
"name": "authentication.internal_region"
|
|
3349
|
+
},
|
|
3350
|
+
"constraints": {
|
|
3351
|
+
"notEmpty": true
|
|
3352
|
+
},
|
|
3353
|
+
"condition": {
|
|
3354
|
+
"property": "authentication.internal_deployment_type",
|
|
3355
|
+
"equals": "saas"
|
|
3356
|
+
}
|
|
3357
|
+
},
|
|
3358
|
+
{
|
|
3359
|
+
"label": "Cluster ID",
|
|
3360
|
+
"description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/guides/setup-client-connection-credentials\" target=\"_blank\">creating API client credentials</a>",
|
|
3361
|
+
"group": "cluster",
|
|
3362
|
+
"type": "String",
|
|
3363
|
+
"feel": "optional",
|
|
3364
|
+
"binding": {
|
|
3365
|
+
"type": "zeebe:input",
|
|
3366
|
+
"name": "authentication.internal_cluster"
|
|
3367
|
+
},
|
|
3368
|
+
"constraints": {
|
|
3369
|
+
"notEmpty": true
|
|
3370
|
+
},
|
|
3371
|
+
"condition": {
|
|
3372
|
+
"property": "authentication.internal_deployment_type",
|
|
3373
|
+
"equals": "saas"
|
|
3374
|
+
}
|
|
3375
|
+
},
|
|
3376
|
+
{
|
|
3377
|
+
"type": "Hidden",
|
|
3378
|
+
"id": "authenticationType",
|
|
3379
|
+
"value": "oauth-client-credentials-flow",
|
|
3380
|
+
"binding": {
|
|
3381
|
+
"type": "zeebe:input",
|
|
3382
|
+
"name": "authentication.type"
|
|
3383
|
+
}
|
|
3384
|
+
},
|
|
3385
|
+
{
|
|
3386
|
+
"value": "credentialsBody",
|
|
3387
|
+
"type": "Hidden",
|
|
3388
|
+
"binding": {
|
|
3389
|
+
"type": "zeebe:input",
|
|
3390
|
+
"name": "authentication.clientAuthentication"
|
|
3391
|
+
}
|
|
3392
|
+
},
|
|
3393
|
+
{
|
|
3394
|
+
"description": "The OAuth token endpoint (SaaS)",
|
|
3395
|
+
"group": "authentication",
|
|
3396
|
+
"type": "Hidden",
|
|
3397
|
+
"value": "https://login.cloud.camunda.io/oauth/token",
|
|
3398
|
+
"binding": {
|
|
3399
|
+
"type": "zeebe:input",
|
|
3400
|
+
"name": "authentication.oauthTokenEndpoint"
|
|
3401
|
+
},
|
|
3402
|
+
"condition": {
|
|
3403
|
+
"property": "authentication.internal_deployment_type",
|
|
3404
|
+
"equals": "saas"
|
|
3405
|
+
}
|
|
3406
|
+
},
|
|
3407
|
+
{
|
|
3408
|
+
"label": "Client ID",
|
|
3409
|
+
"group": "authentication",
|
|
3410
|
+
"type": "String",
|
|
3411
|
+
"feel": "optional",
|
|
3412
|
+
"binding": {
|
|
3413
|
+
"type": "zeebe:input",
|
|
3414
|
+
"name": "authentication.clientId"
|
|
3415
|
+
},
|
|
3416
|
+
"constraints": {
|
|
3417
|
+
"notEmpty": true
|
|
3418
|
+
},
|
|
3419
|
+
"condition": {
|
|
3420
|
+
"property": "authenticationType",
|
|
3421
|
+
"equals": "oauth-client-credentials-flow"
|
|
3422
|
+
}
|
|
3423
|
+
},
|
|
3424
|
+
{
|
|
3425
|
+
"label": "Client secret",
|
|
3426
|
+
"description": "Client ID and secret for the Operate OAuth client",
|
|
3427
|
+
"group": "authentication",
|
|
3428
|
+
"type": "String",
|
|
3429
|
+
"feel": "optional",
|
|
3430
|
+
"binding": {
|
|
3431
|
+
"type": "zeebe:input",
|
|
3432
|
+
"name": "authentication.clientSecret"
|
|
3433
|
+
},
|
|
3434
|
+
"constraints": {
|
|
3435
|
+
"notEmpty": true
|
|
3436
|
+
},
|
|
3437
|
+
"condition": {
|
|
3438
|
+
"property": "authenticationType",
|
|
3439
|
+
"equals": "oauth-client-credentials-flow"
|
|
3440
|
+
}
|
|
3441
|
+
},
|
|
3442
|
+
{
|
|
3443
|
+
"label": "Operate audience",
|
|
3444
|
+
"description": "API audience",
|
|
3445
|
+
"type": "String",
|
|
3446
|
+
"group": "authentication",
|
|
3447
|
+
"value": "operate-api",
|
|
3448
|
+
"feel": "optional",
|
|
3449
|
+
"binding": {
|
|
3450
|
+
"type": "zeebe:input",
|
|
3451
|
+
"name": "authentication.audience"
|
|
3452
|
+
},
|
|
3453
|
+
"condition": {
|
|
3454
|
+
"property": "authentication.internal_deployment_type",
|
|
3455
|
+
"equals": "sm"
|
|
3456
|
+
},
|
|
3457
|
+
"constraints": {
|
|
3458
|
+
"notEmpty": true
|
|
3459
|
+
}
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
"type": "Hidden",
|
|
3463
|
+
"value": "operate.camunda.io",
|
|
3464
|
+
"binding": {
|
|
3465
|
+
"type": "zeebe:input",
|
|
3466
|
+
"name": "authentication.audience"
|
|
3467
|
+
},
|
|
3468
|
+
"condition": {
|
|
3469
|
+
"property": "authentication.internal_deployment_type",
|
|
3470
|
+
"equals": "saas"
|
|
3471
|
+
}
|
|
3472
|
+
},
|
|
3473
|
+
{
|
|
3474
|
+
"label": "Endpoint",
|
|
3475
|
+
"description": "Operate API entity",
|
|
3476
|
+
"group": "input",
|
|
3477
|
+
"id": "input.internal_endpoint",
|
|
3478
|
+
"type": "Dropdown",
|
|
3479
|
+
"value": "/v1/process-instances",
|
|
3480
|
+
"choices": [
|
|
3481
|
+
{
|
|
3482
|
+
"name": "Process instances",
|
|
3483
|
+
"value": "/v1/process-instances"
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"name": "Incidents",
|
|
3487
|
+
"value": "/v1/incidents"
|
|
3488
|
+
},
|
|
3489
|
+
{
|
|
3490
|
+
"name": "Variables",
|
|
3491
|
+
"value": "/v1/variables"
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"name": "Process definitions",
|
|
3495
|
+
"value": "/v1/process-definitions"
|
|
3496
|
+
},
|
|
3497
|
+
{
|
|
3498
|
+
"name": "Flownode instances",
|
|
3499
|
+
"value": "/v1/flownode-instances"
|
|
3500
|
+
}
|
|
3501
|
+
],
|
|
3502
|
+
"binding": {
|
|
3503
|
+
"type": "zeebe:input",
|
|
3504
|
+
"name": "input.internal_endpoint"
|
|
3505
|
+
}
|
|
3506
|
+
},
|
|
3507
|
+
{
|
|
3508
|
+
"label": "Operation",
|
|
3509
|
+
"description": "Operation to execute against the selected entity",
|
|
3510
|
+
"group": "input",
|
|
3511
|
+
"id": "input.internal_operation",
|
|
3512
|
+
"type": "Dropdown",
|
|
3513
|
+
"value": "/search",
|
|
3514
|
+
"choices": [
|
|
3515
|
+
{
|
|
3516
|
+
"name": "Search",
|
|
3517
|
+
"value": "/search"
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
"name": "Get by key",
|
|
3521
|
+
"value": "/"
|
|
3522
|
+
}
|
|
3523
|
+
],
|
|
3524
|
+
"binding": {
|
|
3525
|
+
"type": "zeebe:input",
|
|
3526
|
+
"name": "input.internal_operation"
|
|
3527
|
+
}
|
|
3528
|
+
},
|
|
3529
|
+
{
|
|
3530
|
+
"type": "Hidden",
|
|
3531
|
+
"description": "Get by key operation method (GET)",
|
|
3532
|
+
"value": "get",
|
|
3533
|
+
"binding": {
|
|
3534
|
+
"type": "zeebe:input",
|
|
3535
|
+
"name": "method"
|
|
3536
|
+
},
|
|
3537
|
+
"condition": {
|
|
3538
|
+
"property": "input.internal_operation",
|
|
3539
|
+
"equals": "/"
|
|
3540
|
+
}
|
|
3541
|
+
},
|
|
3542
|
+
{
|
|
3543
|
+
"type": "Hidden",
|
|
3544
|
+
"description": "Search operation method (POST)",
|
|
3545
|
+
"value": "post",
|
|
3546
|
+
"binding": {
|
|
3547
|
+
"type": "zeebe:input",
|
|
3548
|
+
"name": "method"
|
|
3549
|
+
},
|
|
3550
|
+
"condition": {
|
|
3551
|
+
"property": "input.internal_operation",
|
|
3552
|
+
"equals": "/search"
|
|
3553
|
+
}
|
|
3554
|
+
},
|
|
3555
|
+
{
|
|
3556
|
+
"type": "Hidden",
|
|
3557
|
+
"binding": {
|
|
3558
|
+
"type": "zeebe:input",
|
|
3559
|
+
"name": "url"
|
|
3560
|
+
},
|
|
3561
|
+
"value": "=\"https://\" + authentication.internal_region + \".operate.camunda.io/\" + authentication.internal_cluster + input.internal_endpoint + input.internal_operation + (if is defined(input.internal_key) then input.internal_key else \"\")",
|
|
3562
|
+
"condition": {
|
|
3563
|
+
"property": "authentication.internal_deployment_type",
|
|
3564
|
+
"equals": "saas"
|
|
3565
|
+
}
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
"type": "Hidden",
|
|
3569
|
+
"binding": {
|
|
3570
|
+
"type": "zeebe:input",
|
|
3571
|
+
"name": "url"
|
|
3572
|
+
},
|
|
3573
|
+
"value": "=authentication.operate_base_url + input.internal_endpoint + input.internal_operation + (if is defined(input.internal_key) then input.internal_key else \"\")",
|
|
3574
|
+
"condition": {
|
|
3575
|
+
"property": "authentication.internal_deployment_type",
|
|
3576
|
+
"equals": "sm"
|
|
3577
|
+
}
|
|
3578
|
+
},
|
|
3579
|
+
{
|
|
3580
|
+
"label": "Key",
|
|
3581
|
+
"description": "Entity key",
|
|
3582
|
+
"group": "parameters",
|
|
3583
|
+
"type": "String",
|
|
3584
|
+
"feel": "optional",
|
|
3585
|
+
"binding": {
|
|
3586
|
+
"type": "zeebe:input",
|
|
3587
|
+
"name": "input.internal_key"
|
|
3588
|
+
},
|
|
3589
|
+
"constraints": {
|
|
3590
|
+
"notEmpty": true
|
|
3591
|
+
},
|
|
3592
|
+
"condition": {
|
|
3593
|
+
"property": "input.internal_operation",
|
|
3594
|
+
"equals": "/"
|
|
3595
|
+
}
|
|
3596
|
+
},
|
|
3597
|
+
{
|
|
3598
|
+
"label": "Filter",
|
|
3599
|
+
"description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search/\" target=\"_blank\">Operate format</a>",
|
|
3600
|
+
"group": "parameters",
|
|
3601
|
+
"type": "String",
|
|
3602
|
+
"feel": "required",
|
|
3603
|
+
"binding": {
|
|
3604
|
+
"type": "zeebe:input",
|
|
3605
|
+
"name": "input.internal_filter"
|
|
3606
|
+
},
|
|
3607
|
+
"optional": true,
|
|
3608
|
+
"condition": {
|
|
3609
|
+
"property": "input.internal_operation",
|
|
3610
|
+
"equals": "/search"
|
|
3611
|
+
}
|
|
3612
|
+
},
|
|
3613
|
+
{
|
|
3614
|
+
"label": "Sort",
|
|
3615
|
+
"description": "Sorting properties in <a href=\"https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search\" target=\"_blank\">Operate format</a><br>Please provide a list of sort objects",
|
|
3616
|
+
"group": "parameters",
|
|
3617
|
+
"type": "String",
|
|
3618
|
+
"feel": "required",
|
|
3619
|
+
"binding": {
|
|
3620
|
+
"type": "zeebe:input",
|
|
3621
|
+
"name": "input.internal_sort"
|
|
3622
|
+
},
|
|
3623
|
+
"optional": true,
|
|
3624
|
+
"condition": {
|
|
3625
|
+
"property": "input.internal_operation",
|
|
3626
|
+
"equals": "/search"
|
|
3627
|
+
}
|
|
3628
|
+
},
|
|
3629
|
+
{
|
|
3630
|
+
"label": "Results",
|
|
3631
|
+
"description": "Number of results to return",
|
|
3632
|
+
"group": "parameters",
|
|
3633
|
+
"type": "String",
|
|
3634
|
+
"value": "20",
|
|
3635
|
+
"feel": "optional",
|
|
3636
|
+
"binding": {
|
|
3637
|
+
"type": "zeebe:input",
|
|
3638
|
+
"name": "input.internal_results"
|
|
3639
|
+
},
|
|
3640
|
+
"condition": {
|
|
3641
|
+
"property": "input.internal_operation",
|
|
3642
|
+
"equals": "/search"
|
|
3643
|
+
},
|
|
3644
|
+
"constraints": {
|
|
3645
|
+
"notEmpty": true,
|
|
3646
|
+
"pattern": {
|
|
3647
|
+
"value": "^[1-9]\\d*$",
|
|
3648
|
+
"message": "Must be a positive integer number"
|
|
3649
|
+
}
|
|
3650
|
+
}
|
|
3651
|
+
},
|
|
3652
|
+
{
|
|
3653
|
+
"label": "Pagination",
|
|
3654
|
+
"description": "Identifier of item from which the search should start. <br>Hint: Copy the <code>sortValues</code> field from the previous search result, or leave blank for no pagination",
|
|
3655
|
+
"group": "parameters",
|
|
3656
|
+
"type": "String",
|
|
3657
|
+
"feel": "required",
|
|
3658
|
+
"binding": {
|
|
3659
|
+
"type": "zeebe:input",
|
|
3660
|
+
"name": "input.internal_pagination"
|
|
3661
|
+
},
|
|
3662
|
+
"optional": true,
|
|
3663
|
+
"condition": {
|
|
3664
|
+
"property": "input.internal_operation",
|
|
3665
|
+
"equals": "/search"
|
|
3666
|
+
}
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
"type": "Hidden",
|
|
3670
|
+
"value": "={filter: if is defined(input.internal_filter) then input.internal_filter else null, sort: if is defined(input.internal_sort) then input.internal_sort else null, searchAfter: if is defined(input.internal_pagination) then input.internal_pagination else null, size: number(input.internal_results)}",
|
|
3671
|
+
"binding": {
|
|
3672
|
+
"type": "zeebe:input",
|
|
3673
|
+
"name": "body"
|
|
3674
|
+
},
|
|
3675
|
+
"condition": {
|
|
3676
|
+
"property": "input.internal_operation",
|
|
3677
|
+
"equals": "/search"
|
|
3678
|
+
}
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"label": "Result variable",
|
|
3682
|
+
"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>",
|
|
3683
|
+
"group": "output",
|
|
3684
|
+
"type": "String",
|
|
3685
|
+
"binding": {
|
|
3686
|
+
"type": "zeebe:taskHeader",
|
|
3687
|
+
"key": "resultVariable"
|
|
3688
|
+
}
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"label": "Result expression",
|
|
3692
|
+
"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>",
|
|
3693
|
+
"group": "output",
|
|
3694
|
+
"value": "={operateResponse: response.body}",
|
|
3695
|
+
"type": "Text",
|
|
3696
|
+
"feel": "required",
|
|
3697
|
+
"binding": {
|
|
3698
|
+
"type": "zeebe:taskHeader",
|
|
3699
|
+
"key": "resultExpression"
|
|
3700
|
+
}
|
|
3701
|
+
},
|
|
3702
|
+
{
|
|
3703
|
+
"label": "Connection timeout",
|
|
3704
|
+
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
3705
|
+
"group": "errors",
|
|
3706
|
+
"type": "String",
|
|
3707
|
+
"value": "20",
|
|
3708
|
+
"binding": {
|
|
3709
|
+
"type": "zeebe:input",
|
|
3710
|
+
"name": "connectionTimeoutInSeconds"
|
|
3711
|
+
},
|
|
3712
|
+
"optional": true,
|
|
3713
|
+
"feel": "optional",
|
|
3714
|
+
"constraints": {
|
|
3715
|
+
"notEmpty": false,
|
|
3716
|
+
"pattern": {
|
|
3717
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
3718
|
+
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
3719
|
+
}
|
|
3720
|
+
}
|
|
3721
|
+
},
|
|
3722
|
+
{
|
|
3723
|
+
"label": "Error expression",
|
|
3724
|
+
"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>",
|
|
3725
|
+
"group": "errors",
|
|
3726
|
+
"type": "Text",
|
|
3727
|
+
"feel": "required",
|
|
3728
|
+
"binding": {
|
|
3729
|
+
"type": "zeebe:taskHeader",
|
|
3730
|
+
"key": "errorExpression"
|
|
3731
|
+
}
|
|
3732
|
+
},
|
|
3733
|
+
{
|
|
3734
|
+
"id": "version",
|
|
3735
|
+
"label": "Version",
|
|
3736
|
+
"description": "Version of the element template",
|
|
3737
|
+
"value": "5",
|
|
3738
|
+
"group": "connector",
|
|
3739
|
+
"binding": {
|
|
3740
|
+
"key": "elementTemplateVersion",
|
|
3741
|
+
"type": "zeebe:taskHeader"
|
|
3742
|
+
},
|
|
3743
|
+
"type": "Hidden"
|
|
3744
|
+
},
|
|
3745
|
+
{
|
|
3746
|
+
"id": "id",
|
|
3747
|
+
"label": "ID",
|
|
3748
|
+
"description": "ID of the element template",
|
|
3749
|
+
"value": "io.camunda.connectors.CamundaOperate.v1",
|
|
3750
|
+
"group": "connector",
|
|
3751
|
+
"binding": {
|
|
3752
|
+
"key": "elementTemplateId",
|
|
3753
|
+
"type": "zeebe:taskHeader"
|
|
3754
|
+
},
|
|
3755
|
+
"type": "Hidden"
|
|
3756
|
+
}
|
|
3757
|
+
],
|
|
3758
|
+
"icon": {
|
|
3759
|
+
"contents": "data:image/png;base64,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"
|
|
3760
|
+
}
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
3764
|
+
"name": "Camunda Operate connector",
|
|
3765
|
+
"id": "io.camunda.connectors.CamundaOperate.v1",
|
|
3766
|
+
"version": 1,
|
|
3767
|
+
"description": "Fetch data from Camunda Operate API",
|
|
3768
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
|
|
3769
|
+
"category": {
|
|
3770
|
+
"id": "connectors",
|
|
3771
|
+
"name": "Connectors"
|
|
3772
|
+
},
|
|
3773
|
+
"appliesTo": ["bpmn:Task"],
|
|
3774
|
+
"elementType": {
|
|
3775
|
+
"value": "bpmn:ServiceTask"
|
|
3776
|
+
},
|
|
3777
|
+
"groups": [
|
|
3778
|
+
{
|
|
3779
|
+
"id": "cluster",
|
|
3780
|
+
"label": "Cluster"
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"id": "authentication",
|
|
3784
|
+
"label": "Authentication"
|
|
3785
|
+
},
|
|
3786
|
+
{
|
|
3787
|
+
"id": "input",
|
|
3788
|
+
"label": "Endpoint"
|
|
3789
|
+
},
|
|
3790
|
+
{
|
|
3791
|
+
"id": "parameters",
|
|
3792
|
+
"label": "Parameters"
|
|
3793
|
+
},
|
|
3794
|
+
{
|
|
3795
|
+
"id": "output",
|
|
3796
|
+
"label": "Response mapping"
|
|
3797
|
+
},
|
|
3798
|
+
{
|
|
3799
|
+
"id": "errors",
|
|
3800
|
+
"label": "Error handling"
|
|
3801
|
+
}
|
|
3802
|
+
],
|
|
3803
|
+
"properties": [
|
|
3804
|
+
{
|
|
3805
|
+
"type": "Hidden",
|
|
3806
|
+
"value": "io.camunda:http-json:1",
|
|
3807
|
+
"binding": {
|
|
3808
|
+
"type": "zeebe:taskDefinition",
|
|
3809
|
+
"property": "type"
|
|
3810
|
+
}
|
|
3811
|
+
},
|
|
3812
|
+
{
|
|
3813
|
+
"type": "Hidden",
|
|
3814
|
+
"value": "={\"Content-Type\":\"application/json\"}",
|
|
3815
|
+
"binding": {
|
|
3816
|
+
"type": "zeebe:input",
|
|
3817
|
+
"name": "headers"
|
|
3818
|
+
}
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
"label": "Type",
|
|
3822
|
+
"id": "authentication.internal_deployment_type",
|
|
3823
|
+
"group": "cluster",
|
|
3824
|
+
"type": "Dropdown",
|
|
3825
|
+
"value": "saas",
|
|
3826
|
+
"choices": [
|
|
3827
|
+
{
|
|
3828
|
+
"name": "Camunda 8 SaaS",
|
|
3829
|
+
"value": "saas"
|
|
3830
|
+
},
|
|
3831
|
+
{
|
|
3832
|
+
"name": "Camunda 8 self-managed",
|
|
3833
|
+
"value": "sm"
|
|
3834
|
+
}
|
|
3835
|
+
],
|
|
3836
|
+
"binding": {
|
|
3837
|
+
"type": "zeebe:input",
|
|
3838
|
+
"name": "authentication.internal_deployment_type"
|
|
3839
|
+
}
|
|
3840
|
+
},
|
|
3841
|
+
{
|
|
3842
|
+
"label": "OAuth token endpoint",
|
|
3843
|
+
"description": "Token endpoint of your authentication server",
|
|
3844
|
+
"group": "cluster",
|
|
3845
|
+
"type": "String",
|
|
3846
|
+
"feel": "optional",
|
|
3847
|
+
"binding": {
|
|
3848
|
+
"type": "zeebe:input",
|
|
3849
|
+
"name": "authentication.oauthTokenEndpoint"
|
|
3850
|
+
},
|
|
3851
|
+
"constraints": {
|
|
3852
|
+
"notEmpty": true
|
|
3853
|
+
},
|
|
3854
|
+
"condition": {
|
|
3855
|
+
"property": "authentication.internal_deployment_type",
|
|
3856
|
+
"equals": "sm"
|
|
3857
|
+
}
|
|
3858
|
+
},
|
|
3859
|
+
{
|
|
3860
|
+
"label": "Operate base URL",
|
|
3861
|
+
"description": "Base URL of Operate in your C8 cluster",
|
|
3862
|
+
"type": "String",
|
|
3863
|
+
"feel": "optional",
|
|
3864
|
+
"id": "authentication.operate_base_url",
|
|
3865
|
+
"group": "cluster",
|
|
3866
|
+
"binding": {
|
|
3867
|
+
"type": "zeebe:input",
|
|
3868
|
+
"name": "authentication.operate_base_url"
|
|
3869
|
+
},
|
|
3870
|
+
"constraints": {
|
|
3871
|
+
"notEmpty": true
|
|
3872
|
+
},
|
|
3873
|
+
"condition": {
|
|
3874
|
+
"property": "authentication.internal_deployment_type",
|
|
3875
|
+
"equals": "sm"
|
|
3876
|
+
}
|
|
3877
|
+
},
|
|
3878
|
+
{
|
|
3879
|
+
"label": "Region",
|
|
3880
|
+
"group": "cluster",
|
|
3881
|
+
"type": "String",
|
|
3882
|
+
"feel": "optional",
|
|
3883
|
+
"binding": {
|
|
3884
|
+
"type": "zeebe:input",
|
|
3885
|
+
"name": "authentication.internal_region"
|
|
3886
|
+
},
|
|
3887
|
+
"constraints": {
|
|
3888
|
+
"notEmpty": true
|
|
3889
|
+
},
|
|
3890
|
+
"condition": {
|
|
3891
|
+
"property": "authentication.internal_deployment_type",
|
|
3892
|
+
"equals": "saas"
|
|
3893
|
+
}
|
|
3894
|
+
},
|
|
3895
|
+
{
|
|
3896
|
+
"label": "Cluster ID",
|
|
3897
|
+
"description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/next/guides/setup-client-connection-credentials\" target=\"_blank\">creating API client credentials</a>",
|
|
3898
|
+
"group": "cluster",
|
|
3899
|
+
"type": "String",
|
|
3900
|
+
"feel": "optional",
|
|
3901
|
+
"binding": {
|
|
3902
|
+
"type": "zeebe:input",
|
|
3903
|
+
"name": "authentication.internal_cluster"
|
|
3904
|
+
},
|
|
3905
|
+
"constraints": {
|
|
3906
|
+
"notEmpty": true
|
|
3907
|
+
},
|
|
3908
|
+
"condition": {
|
|
3909
|
+
"property": "authentication.internal_deployment_type",
|
|
3910
|
+
"equals": "saas"
|
|
3911
|
+
}
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
"type": "Hidden",
|
|
3915
|
+
"id": "authenticationType",
|
|
3916
|
+
"value": "oauth-client-credentials-flow",
|
|
3917
|
+
"binding": {
|
|
3918
|
+
"type": "zeebe:input",
|
|
3919
|
+
"name": "authentication.type"
|
|
3920
|
+
}
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
"value": "credentialsBody",
|
|
3924
|
+
"type": "Hidden",
|
|
3925
|
+
"binding": {
|
|
3926
|
+
"type": "zeebe:input",
|
|
3927
|
+
"name": "authentication.clientAuthentication"
|
|
3928
|
+
}
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
"description": "The OAuth token endpoint (SaaS)",
|
|
3932
|
+
"group": "authentication",
|
|
3933
|
+
"type": "Hidden",
|
|
3934
|
+
"value": "https://login.cloud.camunda.io/oauth/token",
|
|
3935
|
+
"binding": {
|
|
3936
|
+
"type": "zeebe:input",
|
|
3937
|
+
"name": "authentication.oauthTokenEndpoint"
|
|
3938
|
+
},
|
|
3939
|
+
"condition": {
|
|
3940
|
+
"property": "authentication.internal_deployment_type",
|
|
3941
|
+
"equals": "saas"
|
|
3942
|
+
}
|
|
3943
|
+
},
|
|
3944
|
+
{
|
|
3945
|
+
"label": "Client ID",
|
|
3946
|
+
"group": "authentication",
|
|
3947
|
+
"type": "String",
|
|
3948
|
+
"feel": "optional",
|
|
3949
|
+
"binding": {
|
|
3950
|
+
"type": "zeebe:input",
|
|
3951
|
+
"name": "authentication.clientId"
|
|
3952
|
+
},
|
|
3953
|
+
"constraints": {
|
|
3954
|
+
"notEmpty": true
|
|
3955
|
+
},
|
|
3956
|
+
"condition": {
|
|
3957
|
+
"property": "authenticationType",
|
|
3958
|
+
"equals": "oauth-client-credentials-flow"
|
|
3959
|
+
}
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"label": "Client secret",
|
|
3963
|
+
"description": "Client ID and secret for the Operate OAuth client",
|
|
3964
|
+
"group": "authentication",
|
|
3965
|
+
"type": "String",
|
|
3966
|
+
"feel": "optional",
|
|
3967
|
+
"binding": {
|
|
3968
|
+
"type": "zeebe:input",
|
|
3969
|
+
"name": "authentication.clientSecret"
|
|
3970
|
+
},
|
|
3971
|
+
"constraints": {
|
|
3972
|
+
"notEmpty": true
|
|
3973
|
+
},
|
|
3974
|
+
"condition": {
|
|
3975
|
+
"property": "authenticationType",
|
|
3976
|
+
"equals": "oauth-client-credentials-flow"
|
|
3977
|
+
}
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"label": "Operate audience",
|
|
3981
|
+
"description": "API audience",
|
|
3982
|
+
"type": "String",
|
|
3983
|
+
"group": "authentication",
|
|
3984
|
+
"value": "operate-api",
|
|
3985
|
+
"feel": "optional",
|
|
3986
|
+
"binding": {
|
|
3987
|
+
"type": "zeebe:input",
|
|
3988
|
+
"name": "authentication.audience"
|
|
3989
|
+
},
|
|
3990
|
+
"condition": {
|
|
3991
|
+
"property": "authentication.internal_deployment_type",
|
|
3992
|
+
"equals": "sm"
|
|
3993
|
+
},
|
|
3994
|
+
"constraints": {
|
|
3995
|
+
"notEmpty": true
|
|
3996
|
+
}
|
|
3997
|
+
},
|
|
3998
|
+
{
|
|
3999
|
+
"type": "Hidden",
|
|
4000
|
+
"value": "operate.camunda.io",
|
|
4001
|
+
"binding": {
|
|
4002
|
+
"type": "zeebe:input",
|
|
4003
|
+
"name": "authentication.audience"
|
|
4004
|
+
},
|
|
4005
|
+
"condition": {
|
|
4006
|
+
"property": "authentication.internal_deployment_type",
|
|
4007
|
+
"equals": "saas"
|
|
4008
|
+
}
|
|
4009
|
+
},
|
|
4010
|
+
{
|
|
4011
|
+
"label": "Endpoint",
|
|
4012
|
+
"description": "Operate API entity",
|
|
4013
|
+
"group": "input",
|
|
4014
|
+
"id": "input.internal_endpoint",
|
|
4015
|
+
"type": "Dropdown",
|
|
4016
|
+
"value": "/v1/process-instances",
|
|
4017
|
+
"choices": [
|
|
4018
|
+
{
|
|
4019
|
+
"name": "Process instances",
|
|
4020
|
+
"value": "/v1/process-instances"
|
|
4021
|
+
},
|
|
4022
|
+
{
|
|
4023
|
+
"name": "Incidents",
|
|
4024
|
+
"value": "/v1/incidents"
|
|
4025
|
+
},
|
|
4026
|
+
{
|
|
4027
|
+
"name": "Variables",
|
|
4028
|
+
"value": "/v1/variables"
|
|
4029
|
+
},
|
|
4030
|
+
{
|
|
4031
|
+
"name": "Process definitions",
|
|
4032
|
+
"value": "/v1/process-definitions"
|
|
4033
|
+
},
|
|
4034
|
+
{
|
|
4035
|
+
"name": "Flownode instances",
|
|
4036
|
+
"value": "/v1/flownode-instances"
|
|
4037
|
+
}
|
|
4038
|
+
],
|
|
4039
|
+
"binding": {
|
|
4040
|
+
"type": "zeebe:input",
|
|
4041
|
+
"name": "input.internal_endpoint"
|
|
4042
|
+
}
|
|
4043
|
+
},
|
|
4044
|
+
{
|
|
4045
|
+
"label": "Operation",
|
|
4046
|
+
"description": "Operation to execute against the selected entity",
|
|
4047
|
+
"group": "input",
|
|
4048
|
+
"id": "input.internal_operation",
|
|
4049
|
+
"type": "Dropdown",
|
|
4050
|
+
"value": "/search",
|
|
4051
|
+
"choices": [
|
|
4052
|
+
{
|
|
4053
|
+
"name": "Search",
|
|
4054
|
+
"value": "/search"
|
|
4055
|
+
},
|
|
4056
|
+
{
|
|
4057
|
+
"name": "Get by key",
|
|
4058
|
+
"value": "/"
|
|
4059
|
+
}
|
|
4060
|
+
],
|
|
4061
|
+
"binding": {
|
|
4062
|
+
"type": "zeebe:input",
|
|
4063
|
+
"name": "input.internal_operation"
|
|
4064
|
+
}
|
|
4065
|
+
},
|
|
4066
|
+
{
|
|
4067
|
+
"type": "Hidden",
|
|
4068
|
+
"description": "Get by key operation method (GET)",
|
|
4069
|
+
"value": "get",
|
|
4070
|
+
"binding": {
|
|
4071
|
+
"type": "zeebe:input",
|
|
4072
|
+
"name": "method"
|
|
4073
|
+
},
|
|
4074
|
+
"condition": {
|
|
4075
|
+
"property": "input.internal_operation",
|
|
4076
|
+
"equals": "/"
|
|
4077
|
+
}
|
|
4078
|
+
},
|
|
4079
|
+
{
|
|
4080
|
+
"type": "Hidden",
|
|
4081
|
+
"description": "Search operation method (POST)",
|
|
4082
|
+
"value": "post",
|
|
4083
|
+
"binding": {
|
|
4084
|
+
"type": "zeebe:input",
|
|
4085
|
+
"name": "method"
|
|
4086
|
+
},
|
|
4087
|
+
"condition": {
|
|
4088
|
+
"property": "input.internal_operation",
|
|
4089
|
+
"equals": "/search"
|
|
4090
|
+
}
|
|
4091
|
+
},
|
|
4092
|
+
{
|
|
4093
|
+
"type": "Hidden",
|
|
4094
|
+
"binding": {
|
|
4095
|
+
"type": "zeebe:input",
|
|
4096
|
+
"name": "url"
|
|
4097
|
+
},
|
|
4098
|
+
"value": "=\"https://\" + authentication.internal_region + \".operate.camunda.io/\" + authentication.internal_cluster + input.internal_endpoint + input.internal_operation + (if is defined(input.internal_key) then input.internal_key else \"\")",
|
|
4099
|
+
"condition": {
|
|
4100
|
+
"property": "authentication.internal_deployment_type",
|
|
4101
|
+
"equals": "saas"
|
|
4102
|
+
}
|
|
4103
|
+
},
|
|
4104
|
+
{
|
|
4105
|
+
"type": "Hidden",
|
|
4106
|
+
"binding": {
|
|
4107
|
+
"type": "zeebe:input",
|
|
4108
|
+
"name": "url"
|
|
4109
|
+
},
|
|
4110
|
+
"value": "=authentication.operate_base_url + input.internal_endpoint + input.internal_operation + (if is defined(input.internal_key) then input.internal_key else \"\")",
|
|
4111
|
+
"condition": {
|
|
4112
|
+
"property": "authentication.internal_deployment_type",
|
|
4113
|
+
"equals": "sm"
|
|
4114
|
+
}
|
|
4115
|
+
},
|
|
4116
|
+
{
|
|
4117
|
+
"label": "Key",
|
|
4118
|
+
"description": "Entity key",
|
|
4119
|
+
"group": "parameters",
|
|
4120
|
+
"type": "String",
|
|
4121
|
+
"feel": "optional",
|
|
4122
|
+
"binding": {
|
|
4123
|
+
"type": "zeebe:input",
|
|
4124
|
+
"name": "input.internal_key"
|
|
4125
|
+
},
|
|
4126
|
+
"constraints": {
|
|
4127
|
+
"notEmpty": true
|
|
4128
|
+
},
|
|
4129
|
+
"condition": {
|
|
4130
|
+
"property": "input.internal_operation",
|
|
4131
|
+
"equals": "/"
|
|
4132
|
+
}
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
"label": "Filter",
|
|
4136
|
+
"description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-clients/operate-api/#filter\" target=\"_blank\">Operate format</a>",
|
|
4137
|
+
"group": "parameters",
|
|
4138
|
+
"type": "String",
|
|
4139
|
+
"feel": "required",
|
|
4140
|
+
"binding": {
|
|
4141
|
+
"type": "zeebe:input",
|
|
4142
|
+
"name": "input.internal_filter"
|
|
4143
|
+
},
|
|
4144
|
+
"optional": true,
|
|
4145
|
+
"condition": {
|
|
4146
|
+
"property": "input.internal_operation",
|
|
4147
|
+
"equals": "/search"
|
|
4148
|
+
}
|
|
4149
|
+
},
|
|
4150
|
+
{
|
|
4151
|
+
"label": "Sort",
|
|
4152
|
+
"description": "Sorting properties in <a href=\"https://docs.camunda.io/docs/apis-clients/operate-api/#sort\" target=\"_blank\">Operate format</a><br>Please provide a list of sort objects",
|
|
4153
|
+
"group": "parameters",
|
|
4154
|
+
"type": "String",
|
|
4155
|
+
"feel": "required",
|
|
4156
|
+
"binding": {
|
|
4157
|
+
"type": "zeebe:input",
|
|
4158
|
+
"name": "input.internal_sort"
|
|
4159
|
+
},
|
|
4160
|
+
"optional": true,
|
|
4161
|
+
"condition": {
|
|
4162
|
+
"property": "input.internal_operation",
|
|
4163
|
+
"equals": "/search"
|
|
4164
|
+
}
|
|
4165
|
+
},
|
|
4166
|
+
{
|
|
4167
|
+
"label": "Results",
|
|
4168
|
+
"description": "Number of results to return",
|
|
4169
|
+
"group": "parameters",
|
|
4170
|
+
"type": "String",
|
|
4171
|
+
"value": "20",
|
|
4172
|
+
"feel": "optional",
|
|
4173
|
+
"binding": {
|
|
4174
|
+
"type": "zeebe:input",
|
|
4175
|
+
"name": "input.internal_results"
|
|
4176
|
+
},
|
|
4177
|
+
"condition": {
|
|
4178
|
+
"property": "input.internal_operation",
|
|
4179
|
+
"equals": "/search"
|
|
4180
|
+
},
|
|
4181
|
+
"constraints": {
|
|
4182
|
+
"notEmpty": true,
|
|
4183
|
+
"pattern": {
|
|
4184
|
+
"value": "^[1-9]\\d*$",
|
|
4185
|
+
"message": "Must be a positive integer number"
|
|
4186
|
+
}
|
|
4187
|
+
}
|
|
4188
|
+
},
|
|
4189
|
+
{
|
|
4190
|
+
"label": "Pagination",
|
|
4191
|
+
"description": "Identifier of item from which the search should start. <br>Hint: Copy the <code>sortValues</code> field from the previous search result, or leave blank for no pagination",
|
|
4192
|
+
"group": "parameters",
|
|
4193
|
+
"type": "String",
|
|
4194
|
+
"feel": "required",
|
|
4195
|
+
"binding": {
|
|
4196
|
+
"type": "zeebe:input",
|
|
4197
|
+
"name": "input.internal_pagination"
|
|
4198
|
+
},
|
|
4199
|
+
"optional": true,
|
|
4200
|
+
"condition": {
|
|
4201
|
+
"property": "input.internal_operation",
|
|
4202
|
+
"equals": "/search"
|
|
4203
|
+
}
|
|
4204
|
+
},
|
|
4205
|
+
{
|
|
4206
|
+
"type": "Hidden",
|
|
4207
|
+
"value": "={filter: if is defined(input.internal_filter) then input.internal_filter else null, sort: if is defined(input.internal_sort) then input.internal_sort else null, searchAfter: if is defined(input.internal_pagination) then input.internal_pagination else null, size: number(input.internal_results)}",
|
|
4208
|
+
"binding": {
|
|
4209
|
+
"type": "zeebe:input",
|
|
4210
|
+
"name": "body"
|
|
4211
|
+
},
|
|
4212
|
+
"condition": {
|
|
4213
|
+
"property": "input.internal_operation",
|
|
4214
|
+
"equals": "/search"
|
|
4215
|
+
}
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
"label": "Result variable",
|
|
4219
|
+
"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>",
|
|
4220
|
+
"group": "output",
|
|
4221
|
+
"type": "String",
|
|
4222
|
+
"binding": {
|
|
4223
|
+
"type": "zeebe:taskHeader",
|
|
4224
|
+
"key": "resultVariable"
|
|
4225
|
+
}
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"label": "Result expression",
|
|
4229
|
+
"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>",
|
|
4230
|
+
"group": "output",
|
|
4231
|
+
"value": "={operateResponse: response.body}",
|
|
4232
|
+
"type": "Text",
|
|
4233
|
+
"feel": "required",
|
|
4234
|
+
"binding": {
|
|
4235
|
+
"type": "zeebe:taskHeader",
|
|
4236
|
+
"key": "resultExpression"
|
|
4237
|
+
}
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
"label": "Connection timeout",
|
|
4241
|
+
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
4242
|
+
"group": "errors",
|
|
4243
|
+
"type": "String",
|
|
4244
|
+
"value": "20",
|
|
4245
|
+
"binding": {
|
|
4246
|
+
"type": "zeebe:input",
|
|
4247
|
+
"name": "connectionTimeoutInSeconds"
|
|
4248
|
+
},
|
|
4249
|
+
"optional": true,
|
|
4250
|
+
"feel": "optional",
|
|
4251
|
+
"constraints": {
|
|
4252
|
+
"notEmpty": false,
|
|
4253
|
+
"pattern": {
|
|
4254
|
+
"value": "^(=|([0-9]+|secrets\\..+)$)",
|
|
4255
|
+
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
4256
|
+
}
|
|
4257
|
+
}
|
|
4258
|
+
},
|
|
4259
|
+
{
|
|
4260
|
+
"label": "Error expression",
|
|
4261
|
+
"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>",
|
|
4262
|
+
"group": "errors",
|
|
4263
|
+
"type": "Text",
|
|
4264
|
+
"feel": "required",
|
|
4265
|
+
"binding": {
|
|
4266
|
+
"type": "zeebe:taskHeader",
|
|
4267
|
+
"key": "errorExpression"
|
|
4268
|
+
}
|
|
4269
|
+
}
|
|
4270
|
+
],
|
|
4271
|
+
"icon": {
|
|
4272
|
+
"contents": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATYAAAE2CAYAAADrvL6pAAAACXBIWXMAAAsSAAALEgHS3X78AAAJEUlEQVR4nO3d71EcyQHG4W6bz5YuApGBcATHRXA4AQtHcGRwOAKjCA45AhzBQQSGDCAD4e+udg1uqfZsIfFnZ5l9+3mq+OCybmp2pvZXPTM927W1VgCS/M7ZBNIIGxBH2IA4wgbEETYgjrABcYQNiCNsQBxhA+IIGxBH2IA4wgbEETYgjrABcYQNiCNsQBxhA+IIGxBH2IA4wgbEETYgjrABcYQNiCNsQBxhA+IIGxBH2IA4wgbEETYgjrABcYQNiCNsQBxhA+IIGxBH2IA4wgbEETYgjrABcYQNiCNsQBxhA+IIGxBH2IA4wgbE2XFKWbda614p5fXKZlf/98dSyuXK/3fdWrt2Elin2lpzQHmSWutuKWW/h+vT36snbu5milwp5byH71LweCph41FqrQellIMetDczH72rHrrT1trlA/493BE2vqmPzA7739wxu880ojvpkfvorPE1wsa9etCOSynvFnSUbnvgTgSO+wgb/6fWOt3oPyql/LzgozMF7ri1drKAfWFhhI3fqLVO985OX/CS87Gm+3CH7sGxyjw2Pqu1Tpedv25R1CZvpwcMtdbDBewLC2HExp1a6+nC7qU9xfvW2tH27TbrJmyD6/fTzvvIJ8GH1prR2+BcinIWFLXJuz76ZGDCNrAegO8Dj8AUN5ekA3MpOqj+xf9b+Kf/obV2voD9YMOEbUD9JfV/DvDJp7luuybyjsel6JhGuQf1aqDPygphG0yfq5b0sOBbfuyTjhmIS9GB9Kkd18/4aaFtddNa2x39/I/EiG0sRwNGbfLGmwljMWIbxMCjtU+M2gZixDaOw4GjVvqozb22QQjbOExY/W/cGYBL0QEMNG/tIb4zry2fVarG8FIjlau+MMuXFmXZf+biL091YG5bPmEbw8EGP+XtytoE31xlqt/3Ot7gO6v7wpbPpWi4DV+GXkwRfcqlXg/c2QZGcLettdcP+HdsMQ8P8m3qSeD0O2j7T71/1V9W3+urUc3pVY89wYQt3ybCdrWOH3fsl64H/XJ2TqZ9hBO2fJsYnazt4URflOV4Xdu7hxFbOGEL1t82mHthlg/rXiGqL6k35yWpNxDCCVu2TYxMzmba7pzrhSb+ajArhC3b3COT6QnjXGGba7t3+ir3hBK2bHN/eWf72e3+IMHlKE8ibNnm/vLOvfr6nOsVmMsWTNiybXvYvvnmwjN4MhpM2HiOuV8mnzNsBBO2bNt+uSVsPImwZRtp0Rb4TNgYlYcHwYSNUXl4EEzYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAnB2nlAWbfnr8Yqbdm3u9Bl6QsLFYfYX5fWeIx3IpCsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiDOjlPKUtVad0sphzPt3nVr7dTJzyRsLNkUtp9n2r+LUoqwhXIpCsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhI1RfXTmcwkbo7p05nMJGxBH2LLdjH4AGJOwZbve8k+3u4B9YAsJG8+xN/PRmzNs2x59vkLYss395G/uEdWc4RS2YMKWbe4nf/tbvH3TPYIJW7a5v7xva62zjNpqrdNo7dUc25601kz3CCZs2Tbx5T3csu0WT4vzCVu2TdxHOqq1vl7nBvv25gyb+2vhhC1Ya236At/O/Amny8XjNW/zeM7L0FLK+YzbZgGELd8mvsQ/1VrXMsLq2/lpHdv6CmELJ2z5NvUl/uW5cev//S/r26V7eXAQTtjybXJ0MsXt7LFPSqd/P/13G4raVWvNVI9wtbU2+jGIV2v9OPM9qy+5KKWc9dHR5WpM+sOBvf43jdLebnC//tpaW/c9QRZG2AZQaz0tpbwb/Th0fzSHLZ9L0TGcjX4AuhtRG4OwDaC1dmZS6p2TBewDGyBs4zgd/QA4BuMQtnGcbGCy7pJ98DR0HMI2iP6lHvlSzJPQgQjbWEYdtb3vr5cxCGEbSB+1jTZyuTVaG495bAOqtV5ueFLsS/pTfyrMQIzYxnQ4yCXpP0RtTMI2oD5J9Sj8k9/M/JtuLJiwDaq1Ns3p+hD66afR6IHpHeMStoG11g4D4zZFbd+rU2MTtsGFxU3UuCNsfIrb+y0/EqLGZ8LGndba9DDhL1v6tHT67bddUeMTYeOz/kBhr4diW0w/HLnvQQGrTNDli/r6A9OM/TcLPUJTfA+9KsWXCBv36j/hfdTngy0lcFPQjltrVpriXsLGg/QR3EEp5ccXOGK3/bfUTozQeAhh41H6KO6g/+3PuEjMVV9h69xrUTyWsPEstdZPq03t9tBNvn/ENqdXn65X/s7/d1UreCxhY1Z9jdHfrDPq/hhzEzYgjnlsQBxhA+IIGxBH2IA4wgbEETYgjrABcYQNiCNsQBxhA+IIGxBH2IA4wgbEETYgjrABcYQNiCNsQBxhA+IIGxBH2IA4O05prn//+Q9Wg7rf5e///q+jpe4czyNs2R6zvifEcCkKxBE2II6wAXGEDYgjbEAcYQPiCBsQR9iAOMIGxBE2II6wAXGEDYgjbEAcYQPiCBsQR9iAOMIGxBE2II6wAXGEDYgjbEAcYQPiCBsQR9iAOMIGxBE2II6wAXGEDYgjbEAcYQPiCBsQR9iAOMIGxBE2II6wAXGEDYgjbEAcYQPi7Dil0S5GPwBfcbnYPePZamvNUQSiuBQF4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiBLKeU/6wDlv8KCEewAAAAASUVORK5CYII="
|
|
4273
|
+
},
|
|
4274
|
+
"engines": {
|
|
4275
|
+
"camunda": "^8.2"
|
|
3124
4276
|
}
|
|
3125
4277
|
}
|
|
3126
4278
|
]
|