@camunda/connectors-element-templates 1.0.17 → 1.0.19
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 +4 -7
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
- package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
- package/src/element-templates/asana-connector.json +759 -48
- package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
- 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 +747 -10
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
- package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
- package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
- 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 +238 -234
- package/src/element-templates/aws-s3-outbound-connector.json +646 -5
- package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
- package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
- package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
- package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
- package/src/element-templates/aws-sns-outbound-connector.json +581 -577
- package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
- package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
- package/src/element-templates/aws-sqs-start-message.json +461 -457
- package/src/element-templates/aws-textract-outbound-connector.json +109 -105
- package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
- package/src/element-templates/azure-open-ai-connector.json +1329 -4
- package/src/element-templates/blue-prism-connector.json +569 -24
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +13 -5
- package/src/element-templates/easy-post-connector.json +1077 -109
- package/src/element-templates/email-inbound-connector-boundary.json +32 -24
- package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +58 -50
- package/src/element-templates/email-outbound-connector.json +2116 -243
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
- package/src/element-templates/github-connector.json +15257 -11722
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
- package/src/element-templates/github-webhook-connector-message-start.json +11 -13
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +54 -56
- package/src/element-templates/gitlab-connector.json +4177 -2545
- package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
- package/src/element-templates/google-drive-outbound-connector.json +1386 -766
- package/src/element-templates/google-gemini-outbound-connector.json +13 -5
- package/src/element-templates/google-maps-platform-connector.json +1059 -30
- package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
- package/src/element-templates/graphql-outbound-connector.json +1744 -1735
- package/src/element-templates/http-json-connector.json +2982 -2332
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
- package/src/element-templates/http-polling-connector.json +1512 -1501
- package/src/element-templates/hubspot-outbound-connector.json +2371 -25
- package/src/element-templates/hugging-face-connector.json +234 -3
- package/src/element-templates/jdbc-outbound-connector.json +20 -6
- package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
- package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +518 -512
- 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 +893 -10
- package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
- package/src/element-templates/openai-connector.json +550 -87
- package/src/element-templates/operate-connector.json +1198 -46
- package/src/element-templates/power-automate-connector.json +601 -9
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
- package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +544 -0
- 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 +945 -337
- 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 +490 -192
- package/src/element-templates/slack-inbound-intermediate.json +421 -123
- package/src/element-templates/slack-inbound-message-start.json +469 -139
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +216 -211
- package/src/element-templates/slack-outbound-connector.json +2451 -753
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1573 -93
- package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
- package/src/element-templates/twilio-webhook-connector.json +243 -13
- package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
- 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 +594 -2
- package/src/element-templates/webhook-connector-boundary.json +580 -570
- package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
- package/src/element-templates/webhook-connector-receive.json +16 -6
- package/src/element-templates/webhook-connector-start-event.json +1382 -1375
- package/src/element-templates/webhook-connector-start-message.json +1306 -1296
- package/src/element-templates/whatsapp-connector.json +343 -9
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Camunda Operate
|
|
4
|
+
"name": "Camunda Operate connector",
|
|
5
5
|
"id": "io.camunda.connectors.CamundaOperate.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 1,
|
|
7
7
|
"description": "Fetch data from Camunda Operate API",
|
|
8
8
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
|
|
9
9
|
"category": {
|
|
@@ -65,11 +65,11 @@
|
|
|
65
65
|
"value": "saas",
|
|
66
66
|
"choices": [
|
|
67
67
|
{
|
|
68
|
-
"name": "Camunda SaaS",
|
|
68
|
+
"name": "Camunda 8 SaaS",
|
|
69
69
|
"value": "saas"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"name": "Camunda
|
|
72
|
+
"name": "Camunda 8 self-managed",
|
|
73
73
|
"value": "sm"
|
|
74
74
|
}
|
|
75
75
|
],
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
136
|
"label": "Cluster ID",
|
|
137
|
-
"description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/
|
|
137
|
+
"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>",
|
|
138
138
|
"group": "cluster",
|
|
139
139
|
"type": "String",
|
|
140
140
|
"feel": "optional",
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"label": "Filter",
|
|
376
|
-
"description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-
|
|
376
|
+
"description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-clients/operate-api/#filter\" target=\"_blank\">Operate format</a>",
|
|
377
377
|
"group": "parameters",
|
|
378
378
|
"type": "String",
|
|
379
379
|
"feel": "required",
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
391
|
"label": "Sort",
|
|
392
|
-
"description": "Sorting properties in <a href=\"https://docs.camunda.io/docs/apis-
|
|
392
|
+
"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",
|
|
393
393
|
"group": "parameters",
|
|
394
394
|
"type": "String",
|
|
395
395
|
"feel": "required",
|
|
@@ -491,14 +491,14 @@
|
|
|
491
491
|
"constraints": {
|
|
492
492
|
"notEmpty": false,
|
|
493
493
|
"pattern": {
|
|
494
|
-
"value": "^(=|([0-9]
|
|
494
|
+
"value": "^(=|([0-9]+|secrets\\..+)$)",
|
|
495
495
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
496
496
|
}
|
|
497
497
|
}
|
|
498
498
|
},
|
|
499
499
|
{
|
|
500
500
|
"label": "Error expression",
|
|
501
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
501
|
+
"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
502
|
"group": "errors",
|
|
503
503
|
"type": "Text",
|
|
504
504
|
"feel": "required",
|
|
@@ -512,14 +512,14 @@
|
|
|
512
512
|
"contents": "data:image/png;base64,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"
|
|
513
513
|
},
|
|
514
514
|
"engines": {
|
|
515
|
-
"camunda": "^8.
|
|
515
|
+
"camunda": "^8.2"
|
|
516
516
|
}
|
|
517
517
|
},
|
|
518
518
|
{
|
|
519
519
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
520
520
|
"name": "Camunda Operate connector",
|
|
521
521
|
"id": "io.camunda.connectors.CamundaOperate.v1",
|
|
522
|
-
"version":
|
|
522
|
+
"version": 2,
|
|
523
523
|
"description": "Fetch data from Camunda Operate API",
|
|
524
524
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
|
|
525
525
|
"category": {
|
|
@@ -1007,7 +1007,7 @@
|
|
|
1007
1007
|
"constraints": {
|
|
1008
1008
|
"notEmpty": false,
|
|
1009
1009
|
"pattern": {
|
|
1010
|
-
"value": "^(=|([0-9]+|secrets
|
|
1010
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
1011
1011
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
1012
1012
|
}
|
|
1013
1013
|
}
|
|
@@ -1035,7 +1035,10 @@
|
|
|
1035
1035
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1036
1036
|
"name": "Camunda Operate connector",
|
|
1037
1037
|
"id": "io.camunda.connectors.CamundaOperate.v1",
|
|
1038
|
-
"
|
|
1038
|
+
"deprecated": {
|
|
1039
|
+
"message": "Replace with 'Camunda Operate connector' template.",
|
|
1040
|
+
"documentationRef": "https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/using-templates/#replacing-templates"
|
|
1041
|
+
},
|
|
1039
1042
|
"description": "Fetch data from Camunda Operate API",
|
|
1040
1043
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
|
|
1041
1044
|
"category": {
|
|
@@ -1523,7 +1526,7 @@
|
|
|
1523
1526
|
"constraints": {
|
|
1524
1527
|
"notEmpty": false,
|
|
1525
1528
|
"pattern": {
|
|
1526
|
-
"value": "^(=|([0-9]+|secrets
|
|
1529
|
+
"value": "^(=|([0-9]+|secrets\\..+)$)",
|
|
1527
1530
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
1528
1531
|
}
|
|
1529
1532
|
}
|
|
@@ -1542,19 +1545,13 @@
|
|
|
1542
1545
|
],
|
|
1543
1546
|
"icon": {
|
|
1544
1547
|
"contents": "data:image/png;base64,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"
|
|
1545
|
-
},
|
|
1546
|
-
"engines": {
|
|
1547
|
-
"camunda": "^8.2"
|
|
1548
1548
|
}
|
|
1549
1549
|
},
|
|
1550
1550
|
{
|
|
1551
1551
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1552
|
-
"name": "Camunda Operate connector",
|
|
1552
|
+
"name": "Camunda Operate Outbound connector",
|
|
1553
1553
|
"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
|
-
},
|
|
1554
|
+
"version": 3,
|
|
1558
1555
|
"description": "Fetch data from Camunda Operate API",
|
|
1559
1556
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
|
|
1560
1557
|
"category": {
|
|
@@ -1616,11 +1613,11 @@
|
|
|
1616
1613
|
"value": "saas",
|
|
1617
1614
|
"choices": [
|
|
1618
1615
|
{
|
|
1619
|
-
"name": "Camunda
|
|
1616
|
+
"name": "Camunda SaaS",
|
|
1620
1617
|
"value": "saas"
|
|
1621
1618
|
},
|
|
1622
1619
|
{
|
|
1623
|
-
"name": "Camunda
|
|
1620
|
+
"name": "Camunda Self-managed",
|
|
1624
1621
|
"value": "sm"
|
|
1625
1622
|
}
|
|
1626
1623
|
],
|
|
@@ -2042,7 +2039,7 @@
|
|
|
2042
2039
|
"constraints": {
|
|
2043
2040
|
"notEmpty": false,
|
|
2044
2041
|
"pattern": {
|
|
2045
|
-
"value": "^(=|([0-9]
|
|
2042
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
2046
2043
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
2047
2044
|
}
|
|
2048
2045
|
}
|
|
@@ -2061,13 +2058,23 @@
|
|
|
2061
2058
|
],
|
|
2062
2059
|
"icon": {
|
|
2063
2060
|
"contents": "data:image/png;base64,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"
|
|
2061
|
+
},
|
|
2062
|
+
"engines": {
|
|
2063
|
+
"camunda": "^8.2"
|
|
2064
2064
|
}
|
|
2065
2065
|
},
|
|
2066
2066
|
{
|
|
2067
2067
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2068
2068
|
"name": "Camunda Operate Outbound connector",
|
|
2069
2069
|
"id": "io.camunda.connectors.CamundaOperate.v1",
|
|
2070
|
-
"version":
|
|
2070
|
+
"version": 5,
|
|
2071
|
+
"engines": {
|
|
2072
|
+
"camunda": "^8.3"
|
|
2073
|
+
},
|
|
2074
|
+
"deprecated": {
|
|
2075
|
+
"message": "Deprecation of the Operate API and Tasklist API. Please use the REST Connector for now.",
|
|
2076
|
+
"documentationRef": "https://docs.camunda.io/docs/apis-tools/working-with-apis-tools/"
|
|
2077
|
+
},
|
|
2071
2078
|
"description": "Fetch data from Camunda Operate API",
|
|
2072
2079
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
|
|
2073
2080
|
"category": {
|
|
@@ -2198,7 +2205,7 @@
|
|
|
2198
2205
|
},
|
|
2199
2206
|
{
|
|
2200
2207
|
"label": "Cluster ID",
|
|
2201
|
-
"description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/
|
|
2208
|
+
"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
2209
|
"group": "cluster",
|
|
2203
2210
|
"type": "String",
|
|
2204
2211
|
"feel": "optional",
|
|
@@ -2437,7 +2444,7 @@
|
|
|
2437
2444
|
},
|
|
2438
2445
|
{
|
|
2439
2446
|
"label": "Filter",
|
|
2440
|
-
"description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-
|
|
2447
|
+
"description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search/\" target=\"_blank\">Operate format</a>",
|
|
2441
2448
|
"group": "parameters",
|
|
2442
2449
|
"type": "String",
|
|
2443
2450
|
"feel": "required",
|
|
@@ -2453,7 +2460,7 @@
|
|
|
2453
2460
|
},
|
|
2454
2461
|
{
|
|
2455
2462
|
"label": "Sort",
|
|
2456
|
-
"description": "Sorting properties in <a href=\"https://docs.camunda.io/docs/apis-
|
|
2463
|
+
"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
2464
|
"group": "parameters",
|
|
2458
2465
|
"type": "String",
|
|
2459
2466
|
"feel": "required",
|
|
@@ -2570,27 +2577,41 @@
|
|
|
2570
2577
|
"type": "zeebe:taskHeader",
|
|
2571
2578
|
"key": "errorExpression"
|
|
2572
2579
|
}
|
|
2580
|
+
},
|
|
2581
|
+
{
|
|
2582
|
+
"id": "version",
|
|
2583
|
+
"label": "Version",
|
|
2584
|
+
"description": "Version of the element template",
|
|
2585
|
+
"value": "5",
|
|
2586
|
+
"group": "connector",
|
|
2587
|
+
"binding": {
|
|
2588
|
+
"key": "elementTemplateVersion",
|
|
2589
|
+
"type": "zeebe:taskHeader"
|
|
2590
|
+
},
|
|
2591
|
+
"type": "Hidden"
|
|
2592
|
+
},
|
|
2593
|
+
{
|
|
2594
|
+
"id": "id",
|
|
2595
|
+
"label": "ID",
|
|
2596
|
+
"description": "ID of the element template",
|
|
2597
|
+
"value": "io.camunda.connectors.CamundaOperate.v1",
|
|
2598
|
+
"group": "connector",
|
|
2599
|
+
"binding": {
|
|
2600
|
+
"key": "elementTemplateId",
|
|
2601
|
+
"type": "zeebe:taskHeader"
|
|
2602
|
+
},
|
|
2603
|
+
"type": "Hidden"
|
|
2573
2604
|
}
|
|
2574
2605
|
],
|
|
2575
2606
|
"icon": {
|
|
2576
2607
|
"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="
|
|
2577
|
-
},
|
|
2578
|
-
"engines": {
|
|
2579
|
-
"camunda": "^8.2"
|
|
2580
2608
|
}
|
|
2581
2609
|
},
|
|
2582
2610
|
{
|
|
2583
2611
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2584
2612
|
"name": "Camunda Operate Outbound connector",
|
|
2585
2613
|
"id": "io.camunda.connectors.CamundaOperate.v1",
|
|
2586
|
-
"version":
|
|
2587
|
-
"engines": {
|
|
2588
|
-
"camunda": "^8.3"
|
|
2589
|
-
},
|
|
2590
|
-
"deprecated": {
|
|
2591
|
-
"message": "Deprecation of the Operate API and Tasklist API. Please use the REST Connector for now.",
|
|
2592
|
-
"documentationRef": "https://docs.camunda.io/docs/apis-tools/working-with-apis-tools/"
|
|
2593
|
-
},
|
|
2614
|
+
"version": 4,
|
|
2594
2615
|
"description": "Fetch data from Camunda Operate API",
|
|
2595
2616
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
|
|
2596
2617
|
"category": {
|
|
@@ -2721,7 +2742,7 @@
|
|
|
2721
2742
|
},
|
|
2722
2743
|
{
|
|
2723
2744
|
"label": "Cluster ID",
|
|
2724
|
-
"description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/
|
|
2745
|
+
"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>",
|
|
2725
2746
|
"group": "cluster",
|
|
2726
2747
|
"type": "String",
|
|
2727
2748
|
"feel": "optional",
|
|
@@ -3085,7 +3106,7 @@
|
|
|
3085
3106
|
},
|
|
3086
3107
|
{
|
|
3087
3108
|
"label": "Error expression",
|
|
3088
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
3109
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
|
|
3089
3110
|
"group": "errors",
|
|
3090
3111
|
"type": "Text",
|
|
3091
3112
|
"feel": "required",
|
|
@@ -3093,12 +3114,1143 @@
|
|
|
3093
3114
|
"type": "zeebe:taskHeader",
|
|
3094
3115
|
"key": "errorExpression"
|
|
3095
3116
|
}
|
|
3117
|
+
}
|
|
3118
|
+
],
|
|
3119
|
+
"icon": {
|
|
3120
|
+
"contents": "data:image/png;base64,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"
|
|
3121
|
+
},
|
|
3122
|
+
"engines": {
|
|
3123
|
+
"camunda": "^8.4"
|
|
3124
|
+
}
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
3128
|
+
"name": "Camunda Operate Outbound connector",
|
|
3129
|
+
"id": "io.camunda.connectors.CamundaOperate.v1",
|
|
3130
|
+
"version": 6,
|
|
3131
|
+
"engines": {
|
|
3132
|
+
"camunda": "^8.3"
|
|
3133
|
+
},
|
|
3134
|
+
"deprecated": {
|
|
3135
|
+
"message": "Deprecation of the Operate API and Tasklist API. Please use the REST Connector for now.",
|
|
3136
|
+
"documentationRef": "https://docs.camunda.io/docs/apis-tools/working-with-apis-tools/"
|
|
3137
|
+
},
|
|
3138
|
+
"description": "Fetch data from Camunda Operate API",
|
|
3139
|
+
"keywords": [
|
|
3140
|
+
"search process instances",
|
|
3141
|
+
"get process instance by key",
|
|
3142
|
+
"search incidents",
|
|
3143
|
+
"get incident by key",
|
|
3144
|
+
"search variables",
|
|
3145
|
+
"get variable by key",
|
|
3146
|
+
"search process definitions",
|
|
3147
|
+
"get process definition by key",
|
|
3148
|
+
"search flow node instances",
|
|
3149
|
+
"get flow node instance by key",
|
|
3150
|
+
"process monitoring",
|
|
3151
|
+
"workflow status"
|
|
3152
|
+
],
|
|
3153
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
|
|
3154
|
+
"category": {
|
|
3155
|
+
"id": "connectors",
|
|
3156
|
+
"name": "Connectors"
|
|
3157
|
+
},
|
|
3158
|
+
"appliesTo": ["bpmn:Task"],
|
|
3159
|
+
"elementType": {
|
|
3160
|
+
"value": "bpmn:ServiceTask"
|
|
3161
|
+
},
|
|
3162
|
+
"groups": [
|
|
3163
|
+
{
|
|
3164
|
+
"id": "cluster",
|
|
3165
|
+
"label": "Cluster"
|
|
3166
|
+
},
|
|
3167
|
+
{
|
|
3168
|
+
"id": "authentication",
|
|
3169
|
+
"label": "Authentication"
|
|
3170
|
+
},
|
|
3171
|
+
{
|
|
3172
|
+
"id": "input",
|
|
3173
|
+
"label": "Endpoint"
|
|
3174
|
+
},
|
|
3175
|
+
{
|
|
3176
|
+
"id": "parameters",
|
|
3177
|
+
"label": "Parameters"
|
|
3178
|
+
},
|
|
3179
|
+
{
|
|
3180
|
+
"id": "output",
|
|
3181
|
+
"label": "Response mapping"
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
3184
|
+
"id": "errors",
|
|
3185
|
+
"label": "Error handling"
|
|
3186
|
+
}
|
|
3187
|
+
],
|
|
3188
|
+
"properties": [
|
|
3189
|
+
{
|
|
3190
|
+
"type": "Hidden",
|
|
3191
|
+
"value": "io.camunda:http-json:1",
|
|
3192
|
+
"binding": {
|
|
3193
|
+
"type": "zeebe:taskDefinition",
|
|
3194
|
+
"property": "type"
|
|
3195
|
+
}
|
|
3096
3196
|
},
|
|
3097
3197
|
{
|
|
3098
|
-
"
|
|
3099
|
-
"
|
|
3100
|
-
"
|
|
3101
|
-
|
|
3198
|
+
"type": "Hidden",
|
|
3199
|
+
"value": "={\"Content-Type\":\"application/json\"}",
|
|
3200
|
+
"binding": {
|
|
3201
|
+
"type": "zeebe:input",
|
|
3202
|
+
"name": "headers"
|
|
3203
|
+
}
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
"label": "Type",
|
|
3207
|
+
"id": "authentication.internal_deployment_type",
|
|
3208
|
+
"group": "cluster",
|
|
3209
|
+
"type": "Dropdown",
|
|
3210
|
+
"value": "saas",
|
|
3211
|
+
"choices": [
|
|
3212
|
+
{
|
|
3213
|
+
"name": "Camunda SaaS",
|
|
3214
|
+
"value": "saas"
|
|
3215
|
+
},
|
|
3216
|
+
{
|
|
3217
|
+
"name": "Camunda Self-managed",
|
|
3218
|
+
"value": "sm"
|
|
3219
|
+
}
|
|
3220
|
+
],
|
|
3221
|
+
"binding": {
|
|
3222
|
+
"type": "zeebe:input",
|
|
3223
|
+
"name": "authentication.internal_deployment_type"
|
|
3224
|
+
}
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
"label": "OAuth token endpoint",
|
|
3228
|
+
"description": "Token endpoint of your authentication server",
|
|
3229
|
+
"group": "cluster",
|
|
3230
|
+
"type": "String",
|
|
3231
|
+
"feel": "optional",
|
|
3232
|
+
"binding": {
|
|
3233
|
+
"type": "zeebe:input",
|
|
3234
|
+
"name": "authentication.oauthTokenEndpoint"
|
|
3235
|
+
},
|
|
3236
|
+
"constraints": {
|
|
3237
|
+
"notEmpty": true
|
|
3238
|
+
},
|
|
3239
|
+
"condition": {
|
|
3240
|
+
"property": "authentication.internal_deployment_type",
|
|
3241
|
+
"equals": "sm"
|
|
3242
|
+
}
|
|
3243
|
+
},
|
|
3244
|
+
{
|
|
3245
|
+
"label": "Operate base URL",
|
|
3246
|
+
"description": "Base URL of Operate in your C8 cluster",
|
|
3247
|
+
"type": "String",
|
|
3248
|
+
"feel": "optional",
|
|
3249
|
+
"id": "authentication.operate_base_url",
|
|
3250
|
+
"group": "cluster",
|
|
3251
|
+
"binding": {
|
|
3252
|
+
"type": "zeebe:input",
|
|
3253
|
+
"name": "authentication.operate_base_url"
|
|
3254
|
+
},
|
|
3255
|
+
"constraints": {
|
|
3256
|
+
"notEmpty": true
|
|
3257
|
+
},
|
|
3258
|
+
"condition": {
|
|
3259
|
+
"property": "authentication.internal_deployment_type",
|
|
3260
|
+
"equals": "sm"
|
|
3261
|
+
}
|
|
3262
|
+
},
|
|
3263
|
+
{
|
|
3264
|
+
"label": "Region",
|
|
3265
|
+
"group": "cluster",
|
|
3266
|
+
"type": "String",
|
|
3267
|
+
"feel": "optional",
|
|
3268
|
+
"binding": {
|
|
3269
|
+
"type": "zeebe:input",
|
|
3270
|
+
"name": "authentication.internal_region"
|
|
3271
|
+
},
|
|
3272
|
+
"constraints": {
|
|
3273
|
+
"notEmpty": true
|
|
3274
|
+
},
|
|
3275
|
+
"condition": {
|
|
3276
|
+
"property": "authentication.internal_deployment_type",
|
|
3277
|
+
"equals": "saas"
|
|
3278
|
+
}
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
"label": "Cluster ID",
|
|
3282
|
+
"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>",
|
|
3283
|
+
"group": "cluster",
|
|
3284
|
+
"type": "String",
|
|
3285
|
+
"feel": "optional",
|
|
3286
|
+
"binding": {
|
|
3287
|
+
"type": "zeebe:input",
|
|
3288
|
+
"name": "authentication.internal_cluster"
|
|
3289
|
+
},
|
|
3290
|
+
"constraints": {
|
|
3291
|
+
"notEmpty": true
|
|
3292
|
+
},
|
|
3293
|
+
"condition": {
|
|
3294
|
+
"property": "authentication.internal_deployment_type",
|
|
3295
|
+
"equals": "saas"
|
|
3296
|
+
}
|
|
3297
|
+
},
|
|
3298
|
+
{
|
|
3299
|
+
"type": "Hidden",
|
|
3300
|
+
"id": "authenticationType",
|
|
3301
|
+
"value": "oauth-client-credentials-flow",
|
|
3302
|
+
"binding": {
|
|
3303
|
+
"type": "zeebe:input",
|
|
3304
|
+
"name": "authentication.type"
|
|
3305
|
+
}
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"value": "credentialsBody",
|
|
3309
|
+
"type": "Hidden",
|
|
3310
|
+
"binding": {
|
|
3311
|
+
"type": "zeebe:input",
|
|
3312
|
+
"name": "authentication.clientAuthentication"
|
|
3313
|
+
}
|
|
3314
|
+
},
|
|
3315
|
+
{
|
|
3316
|
+
"description": "The OAuth token endpoint (SaaS)",
|
|
3317
|
+
"group": "authentication",
|
|
3318
|
+
"type": "Hidden",
|
|
3319
|
+
"value": "https://login.cloud.camunda.io/oauth/token",
|
|
3320
|
+
"binding": {
|
|
3321
|
+
"type": "zeebe:input",
|
|
3322
|
+
"name": "authentication.oauthTokenEndpoint"
|
|
3323
|
+
},
|
|
3324
|
+
"condition": {
|
|
3325
|
+
"property": "authentication.internal_deployment_type",
|
|
3326
|
+
"equals": "saas"
|
|
3327
|
+
}
|
|
3328
|
+
},
|
|
3329
|
+
{
|
|
3330
|
+
"label": "Client ID",
|
|
3331
|
+
"group": "authentication",
|
|
3332
|
+
"type": "String",
|
|
3333
|
+
"feel": "optional",
|
|
3334
|
+
"binding": {
|
|
3335
|
+
"type": "zeebe:input",
|
|
3336
|
+
"name": "authentication.clientId"
|
|
3337
|
+
},
|
|
3338
|
+
"constraints": {
|
|
3339
|
+
"notEmpty": true
|
|
3340
|
+
},
|
|
3341
|
+
"condition": {
|
|
3342
|
+
"property": "authenticationType",
|
|
3343
|
+
"equals": "oauth-client-credentials-flow"
|
|
3344
|
+
}
|
|
3345
|
+
},
|
|
3346
|
+
{
|
|
3347
|
+
"label": "Client secret",
|
|
3348
|
+
"description": "Client ID and secret for the Operate OAuth client",
|
|
3349
|
+
"group": "authentication",
|
|
3350
|
+
"type": "String",
|
|
3351
|
+
"feel": "optional",
|
|
3352
|
+
"binding": {
|
|
3353
|
+
"type": "zeebe:input",
|
|
3354
|
+
"name": "authentication.clientSecret"
|
|
3355
|
+
},
|
|
3356
|
+
"constraints": {
|
|
3357
|
+
"notEmpty": true
|
|
3358
|
+
},
|
|
3359
|
+
"condition": {
|
|
3360
|
+
"property": "authenticationType",
|
|
3361
|
+
"equals": "oauth-client-credentials-flow"
|
|
3362
|
+
}
|
|
3363
|
+
},
|
|
3364
|
+
{
|
|
3365
|
+
"label": "Operate audience",
|
|
3366
|
+
"description": "API audience",
|
|
3367
|
+
"type": "String",
|
|
3368
|
+
"group": "authentication",
|
|
3369
|
+
"value": "operate-api",
|
|
3370
|
+
"feel": "optional",
|
|
3371
|
+
"binding": {
|
|
3372
|
+
"type": "zeebe:input",
|
|
3373
|
+
"name": "authentication.audience"
|
|
3374
|
+
},
|
|
3375
|
+
"condition": {
|
|
3376
|
+
"property": "authentication.internal_deployment_type",
|
|
3377
|
+
"equals": "sm"
|
|
3378
|
+
},
|
|
3379
|
+
"constraints": {
|
|
3380
|
+
"notEmpty": true
|
|
3381
|
+
}
|
|
3382
|
+
},
|
|
3383
|
+
{
|
|
3384
|
+
"label": "Scopes",
|
|
3385
|
+
"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>",
|
|
3386
|
+
"group": "authentication",
|
|
3387
|
+
"type": "String",
|
|
3388
|
+
"feel": "optional",
|
|
3389
|
+
"binding": {
|
|
3390
|
+
"type": "zeebe:input",
|
|
3391
|
+
"name": "authentication.scopes"
|
|
3392
|
+
},
|
|
3393
|
+
"optional": true,
|
|
3394
|
+
"condition": {
|
|
3395
|
+
"property": "authentication.internal_deployment_type",
|
|
3396
|
+
"equals": "sm"
|
|
3397
|
+
}
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
"type": "Hidden",
|
|
3401
|
+
"value": "operate.camunda.io",
|
|
3402
|
+
"binding": {
|
|
3403
|
+
"type": "zeebe:input",
|
|
3404
|
+
"name": "authentication.audience"
|
|
3405
|
+
},
|
|
3406
|
+
"condition": {
|
|
3407
|
+
"property": "authentication.internal_deployment_type",
|
|
3408
|
+
"equals": "saas"
|
|
3409
|
+
}
|
|
3410
|
+
},
|
|
3411
|
+
{
|
|
3412
|
+
"label": "Endpoint",
|
|
3413
|
+
"description": "Operate API entity",
|
|
3414
|
+
"group": "input",
|
|
3415
|
+
"id": "input.internal_endpoint",
|
|
3416
|
+
"type": "Dropdown",
|
|
3417
|
+
"value": "/v1/process-instances",
|
|
3418
|
+
"choices": [
|
|
3419
|
+
{
|
|
3420
|
+
"name": "Process instances",
|
|
3421
|
+
"value": "/v1/process-instances"
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"name": "Incidents",
|
|
3425
|
+
"value": "/v1/incidents"
|
|
3426
|
+
},
|
|
3427
|
+
{
|
|
3428
|
+
"name": "Variables",
|
|
3429
|
+
"value": "/v1/variables"
|
|
3430
|
+
},
|
|
3431
|
+
{
|
|
3432
|
+
"name": "Process definitions",
|
|
3433
|
+
"value": "/v1/process-definitions"
|
|
3434
|
+
},
|
|
3435
|
+
{
|
|
3436
|
+
"name": "Flownode instances",
|
|
3437
|
+
"value": "/v1/flownode-instances"
|
|
3438
|
+
}
|
|
3439
|
+
],
|
|
3440
|
+
"binding": {
|
|
3441
|
+
"type": "zeebe:input",
|
|
3442
|
+
"name": "input.internal_endpoint"
|
|
3443
|
+
}
|
|
3444
|
+
},
|
|
3445
|
+
{
|
|
3446
|
+
"label": "Operation",
|
|
3447
|
+
"description": "Operation to execute against the selected entity",
|
|
3448
|
+
"group": "input",
|
|
3449
|
+
"id": "input.internal_operation",
|
|
3450
|
+
"type": "Dropdown",
|
|
3451
|
+
"value": "/search",
|
|
3452
|
+
"choices": [
|
|
3453
|
+
{
|
|
3454
|
+
"name": "Search",
|
|
3455
|
+
"value": "/search"
|
|
3456
|
+
},
|
|
3457
|
+
{
|
|
3458
|
+
"name": "Get by key",
|
|
3459
|
+
"value": "/"
|
|
3460
|
+
}
|
|
3461
|
+
],
|
|
3462
|
+
"binding": {
|
|
3463
|
+
"type": "zeebe:input",
|
|
3464
|
+
"name": "input.internal_operation"
|
|
3465
|
+
}
|
|
3466
|
+
},
|
|
3467
|
+
{
|
|
3468
|
+
"type": "Hidden",
|
|
3469
|
+
"description": "Get by key operation method (GET)",
|
|
3470
|
+
"value": "get",
|
|
3471
|
+
"binding": {
|
|
3472
|
+
"type": "zeebe:input",
|
|
3473
|
+
"name": "method"
|
|
3474
|
+
},
|
|
3475
|
+
"condition": {
|
|
3476
|
+
"property": "input.internal_operation",
|
|
3477
|
+
"equals": "/"
|
|
3478
|
+
}
|
|
3479
|
+
},
|
|
3480
|
+
{
|
|
3481
|
+
"type": "Hidden",
|
|
3482
|
+
"description": "Search operation method (POST)",
|
|
3483
|
+
"value": "post",
|
|
3484
|
+
"binding": {
|
|
3485
|
+
"type": "zeebe:input",
|
|
3486
|
+
"name": "method"
|
|
3487
|
+
},
|
|
3488
|
+
"condition": {
|
|
3489
|
+
"property": "input.internal_operation",
|
|
3490
|
+
"equals": "/search"
|
|
3491
|
+
}
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"type": "Hidden",
|
|
3495
|
+
"binding": {
|
|
3496
|
+
"type": "zeebe:input",
|
|
3497
|
+
"name": "url"
|
|
3498
|
+
},
|
|
3499
|
+
"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 \"\")",
|
|
3500
|
+
"condition": {
|
|
3501
|
+
"property": "authentication.internal_deployment_type",
|
|
3502
|
+
"equals": "saas"
|
|
3503
|
+
}
|
|
3504
|
+
},
|
|
3505
|
+
{
|
|
3506
|
+
"type": "Hidden",
|
|
3507
|
+
"binding": {
|
|
3508
|
+
"type": "zeebe:input",
|
|
3509
|
+
"name": "url"
|
|
3510
|
+
},
|
|
3511
|
+
"value": "=authentication.operate_base_url + input.internal_endpoint + input.internal_operation + (if is defined(input.internal_key) then input.internal_key else \"\")",
|
|
3512
|
+
"condition": {
|
|
3513
|
+
"property": "authentication.internal_deployment_type",
|
|
3514
|
+
"equals": "sm"
|
|
3515
|
+
}
|
|
3516
|
+
},
|
|
3517
|
+
{
|
|
3518
|
+
"label": "Key",
|
|
3519
|
+
"description": "Entity key",
|
|
3520
|
+
"group": "parameters",
|
|
3521
|
+
"type": "String",
|
|
3522
|
+
"feel": "optional",
|
|
3523
|
+
"binding": {
|
|
3524
|
+
"type": "zeebe:input",
|
|
3525
|
+
"name": "input.internal_key"
|
|
3526
|
+
},
|
|
3527
|
+
"constraints": {
|
|
3528
|
+
"notEmpty": true
|
|
3529
|
+
},
|
|
3530
|
+
"condition": {
|
|
3531
|
+
"property": "input.internal_operation",
|
|
3532
|
+
"equals": "/"
|
|
3533
|
+
}
|
|
3534
|
+
},
|
|
3535
|
+
{
|
|
3536
|
+
"label": "Filter",
|
|
3537
|
+
"description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search/\" target=\"_blank\">Operate format</a>",
|
|
3538
|
+
"group": "parameters",
|
|
3539
|
+
"type": "String",
|
|
3540
|
+
"feel": "required",
|
|
3541
|
+
"binding": {
|
|
3542
|
+
"type": "zeebe:input",
|
|
3543
|
+
"name": "input.internal_filter"
|
|
3544
|
+
},
|
|
3545
|
+
"optional": true,
|
|
3546
|
+
"condition": {
|
|
3547
|
+
"property": "input.internal_operation",
|
|
3548
|
+
"equals": "/search"
|
|
3549
|
+
}
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
"label": "Sort",
|
|
3553
|
+
"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",
|
|
3554
|
+
"group": "parameters",
|
|
3555
|
+
"type": "String",
|
|
3556
|
+
"feel": "required",
|
|
3557
|
+
"binding": {
|
|
3558
|
+
"type": "zeebe:input",
|
|
3559
|
+
"name": "input.internal_sort"
|
|
3560
|
+
},
|
|
3561
|
+
"optional": true,
|
|
3562
|
+
"condition": {
|
|
3563
|
+
"property": "input.internal_operation",
|
|
3564
|
+
"equals": "/search"
|
|
3565
|
+
}
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
"label": "Results",
|
|
3569
|
+
"description": "Number of results to return",
|
|
3570
|
+
"group": "parameters",
|
|
3571
|
+
"type": "String",
|
|
3572
|
+
"value": "20",
|
|
3573
|
+
"feel": "optional",
|
|
3574
|
+
"binding": {
|
|
3575
|
+
"type": "zeebe:input",
|
|
3576
|
+
"name": "input.internal_results"
|
|
3577
|
+
},
|
|
3578
|
+
"condition": {
|
|
3579
|
+
"property": "input.internal_operation",
|
|
3580
|
+
"equals": "/search"
|
|
3581
|
+
},
|
|
3582
|
+
"constraints": {
|
|
3583
|
+
"notEmpty": true,
|
|
3584
|
+
"pattern": {
|
|
3585
|
+
"value": "^[1-9]\\d*$",
|
|
3586
|
+
"message": "Must be a positive integer number"
|
|
3587
|
+
}
|
|
3588
|
+
}
|
|
3589
|
+
},
|
|
3590
|
+
{
|
|
3591
|
+
"label": "Pagination",
|
|
3592
|
+
"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",
|
|
3593
|
+
"group": "parameters",
|
|
3594
|
+
"type": "String",
|
|
3595
|
+
"feel": "required",
|
|
3596
|
+
"binding": {
|
|
3597
|
+
"type": "zeebe:input",
|
|
3598
|
+
"name": "input.internal_pagination"
|
|
3599
|
+
},
|
|
3600
|
+
"optional": true,
|
|
3601
|
+
"condition": {
|
|
3602
|
+
"property": "input.internal_operation",
|
|
3603
|
+
"equals": "/search"
|
|
3604
|
+
}
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
"type": "Hidden",
|
|
3608
|
+
"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)}",
|
|
3609
|
+
"binding": {
|
|
3610
|
+
"type": "zeebe:input",
|
|
3611
|
+
"name": "body"
|
|
3612
|
+
},
|
|
3613
|
+
"condition": {
|
|
3614
|
+
"property": "input.internal_operation",
|
|
3615
|
+
"equals": "/search"
|
|
3616
|
+
}
|
|
3617
|
+
},
|
|
3618
|
+
{
|
|
3619
|
+
"label": "Result variable",
|
|
3620
|
+
"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>",
|
|
3621
|
+
"group": "output",
|
|
3622
|
+
"type": "String",
|
|
3623
|
+
"binding": {
|
|
3624
|
+
"type": "zeebe:taskHeader",
|
|
3625
|
+
"key": "resultVariable"
|
|
3626
|
+
}
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
"label": "Result expression",
|
|
3630
|
+
"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>",
|
|
3631
|
+
"group": "output",
|
|
3632
|
+
"value": "={operateResponse: response.body}",
|
|
3633
|
+
"type": "Text",
|
|
3634
|
+
"feel": "required",
|
|
3635
|
+
"binding": {
|
|
3636
|
+
"type": "zeebe:taskHeader",
|
|
3637
|
+
"key": "resultExpression"
|
|
3638
|
+
}
|
|
3639
|
+
},
|
|
3640
|
+
{
|
|
3641
|
+
"label": "Connection timeout",
|
|
3642
|
+
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
3643
|
+
"group": "errors",
|
|
3644
|
+
"type": "String",
|
|
3645
|
+
"value": "20",
|
|
3646
|
+
"binding": {
|
|
3647
|
+
"type": "zeebe:input",
|
|
3648
|
+
"name": "connectionTimeoutInSeconds"
|
|
3649
|
+
},
|
|
3650
|
+
"optional": true,
|
|
3651
|
+
"feel": "optional",
|
|
3652
|
+
"constraints": {
|
|
3653
|
+
"notEmpty": false,
|
|
3654
|
+
"pattern": {
|
|
3655
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
3656
|
+
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
3657
|
+
}
|
|
3658
|
+
}
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"label": "Error expression",
|
|
3662
|
+
"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>",
|
|
3663
|
+
"group": "errors",
|
|
3664
|
+
"type": "Text",
|
|
3665
|
+
"feel": "required",
|
|
3666
|
+
"binding": {
|
|
3667
|
+
"type": "zeebe:taskHeader",
|
|
3668
|
+
"key": "errorExpression"
|
|
3669
|
+
}
|
|
3670
|
+
},
|
|
3671
|
+
{
|
|
3672
|
+
"id": "version",
|
|
3673
|
+
"label": "Version",
|
|
3674
|
+
"description": "Version of the element template",
|
|
3675
|
+
"value": "6",
|
|
3676
|
+
"group": "connector",
|
|
3677
|
+
"binding": {
|
|
3678
|
+
"key": "elementTemplateVersion",
|
|
3679
|
+
"type": "zeebe:taskHeader"
|
|
3680
|
+
},
|
|
3681
|
+
"type": "Hidden"
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"id": "id",
|
|
3685
|
+
"label": "ID",
|
|
3686
|
+
"description": "ID of the element template",
|
|
3687
|
+
"value": "io.camunda.connectors.CamundaOperate.v1",
|
|
3688
|
+
"group": "connector",
|
|
3689
|
+
"binding": {
|
|
3690
|
+
"key": "elementTemplateId",
|
|
3691
|
+
"type": "zeebe:taskHeader"
|
|
3692
|
+
},
|
|
3693
|
+
"type": "Hidden"
|
|
3694
|
+
}
|
|
3695
|
+
],
|
|
3696
|
+
"icon": {
|
|
3697
|
+
"contents": "data:image/png;base64,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"
|
|
3698
|
+
}
|
|
3699
|
+
},
|
|
3700
|
+
{
|
|
3701
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
3702
|
+
"name": "Camunda Operate Outbound connector",
|
|
3703
|
+
"id": "io.camunda.connectors.CamundaOperate.v1",
|
|
3704
|
+
"version": 7,
|
|
3705
|
+
"engines": {
|
|
3706
|
+
"camunda": "^8.3"
|
|
3707
|
+
},
|
|
3708
|
+
"deprecated": {
|
|
3709
|
+
"message": "Deprecation of the Operate API and Tasklist API. Please use the REST Connector for now.",
|
|
3710
|
+
"documentationRef": "https://docs.camunda.io/docs/apis-tools/working-with-apis-tools/"
|
|
3711
|
+
},
|
|
3712
|
+
"description": "Fetch data from Camunda Operate API",
|
|
3713
|
+
"keywords": [
|
|
3714
|
+
"search process instances",
|
|
3715
|
+
"get process instance by key",
|
|
3716
|
+
"search incidents",
|
|
3717
|
+
"get incident by key",
|
|
3718
|
+
"search variables",
|
|
3719
|
+
"get variable by key",
|
|
3720
|
+
"search process definitions",
|
|
3721
|
+
"get process definition by key",
|
|
3722
|
+
"search flow node instances",
|
|
3723
|
+
"get flow node instance by key",
|
|
3724
|
+
"process monitoring",
|
|
3725
|
+
"workflow status"
|
|
3726
|
+
],
|
|
3727
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
|
|
3728
|
+
"category": {
|
|
3729
|
+
"id": "connectors",
|
|
3730
|
+
"name": "Connectors"
|
|
3731
|
+
},
|
|
3732
|
+
"appliesTo": ["bpmn:Task"],
|
|
3733
|
+
"elementType": {
|
|
3734
|
+
"value": "bpmn:ServiceTask"
|
|
3735
|
+
},
|
|
3736
|
+
"groups": [
|
|
3737
|
+
{
|
|
3738
|
+
"id": "cluster",
|
|
3739
|
+
"label": "Cluster"
|
|
3740
|
+
},
|
|
3741
|
+
{
|
|
3742
|
+
"id": "authentication",
|
|
3743
|
+
"label": "Authentication"
|
|
3744
|
+
},
|
|
3745
|
+
{
|
|
3746
|
+
"id": "input",
|
|
3747
|
+
"label": "Endpoint"
|
|
3748
|
+
},
|
|
3749
|
+
{
|
|
3750
|
+
"id": "parameters",
|
|
3751
|
+
"label": "Parameters"
|
|
3752
|
+
},
|
|
3753
|
+
{
|
|
3754
|
+
"id": "connector",
|
|
3755
|
+
"label": "Connector"
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
"id": "output",
|
|
3759
|
+
"label": "Response mapping"
|
|
3760
|
+
},
|
|
3761
|
+
{
|
|
3762
|
+
"id": "errors",
|
|
3763
|
+
"label": "Error handling"
|
|
3764
|
+
}
|
|
3765
|
+
],
|
|
3766
|
+
"properties": [
|
|
3767
|
+
{
|
|
3768
|
+
"type": "Hidden",
|
|
3769
|
+
"value": "io.camunda:http-json:1",
|
|
3770
|
+
"binding": {
|
|
3771
|
+
"type": "zeebe:taskDefinition",
|
|
3772
|
+
"property": "type"
|
|
3773
|
+
}
|
|
3774
|
+
},
|
|
3775
|
+
{
|
|
3776
|
+
"type": "Hidden",
|
|
3777
|
+
"value": "={\"Content-Type\":\"application/json\"}",
|
|
3778
|
+
"binding": {
|
|
3779
|
+
"type": "zeebe:input",
|
|
3780
|
+
"name": "headers"
|
|
3781
|
+
}
|
|
3782
|
+
},
|
|
3783
|
+
{
|
|
3784
|
+
"label": "Type",
|
|
3785
|
+
"id": "authentication.internal_deployment_type",
|
|
3786
|
+
"group": "cluster",
|
|
3787
|
+
"type": "Dropdown",
|
|
3788
|
+
"value": "saas",
|
|
3789
|
+
"choices": [
|
|
3790
|
+
{
|
|
3791
|
+
"name": "Camunda SaaS",
|
|
3792
|
+
"value": "saas"
|
|
3793
|
+
},
|
|
3794
|
+
{
|
|
3795
|
+
"name": "Camunda Self-managed",
|
|
3796
|
+
"value": "sm"
|
|
3797
|
+
}
|
|
3798
|
+
],
|
|
3799
|
+
"binding": {
|
|
3800
|
+
"type": "zeebe:input",
|
|
3801
|
+
"name": "authentication.internal_deployment_type"
|
|
3802
|
+
}
|
|
3803
|
+
},
|
|
3804
|
+
{
|
|
3805
|
+
"label": "OAuth token endpoint",
|
|
3806
|
+
"description": "Token endpoint of your authentication server",
|
|
3807
|
+
"group": "cluster",
|
|
3808
|
+
"type": "String",
|
|
3809
|
+
"feel": "optional",
|
|
3810
|
+
"binding": {
|
|
3811
|
+
"type": "zeebe:input",
|
|
3812
|
+
"name": "authentication.oauthTokenEndpoint"
|
|
3813
|
+
},
|
|
3814
|
+
"constraints": {
|
|
3815
|
+
"notEmpty": true
|
|
3816
|
+
},
|
|
3817
|
+
"condition": {
|
|
3818
|
+
"property": "authentication.internal_deployment_type",
|
|
3819
|
+
"equals": "sm"
|
|
3820
|
+
}
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"label": "Operate base URL",
|
|
3824
|
+
"description": "Base URL of Operate in your C8 cluster",
|
|
3825
|
+
"type": "String",
|
|
3826
|
+
"feel": "optional",
|
|
3827
|
+
"id": "authentication.operate_base_url",
|
|
3828
|
+
"group": "cluster",
|
|
3829
|
+
"binding": {
|
|
3830
|
+
"type": "zeebe:input",
|
|
3831
|
+
"name": "authentication.operate_base_url"
|
|
3832
|
+
},
|
|
3833
|
+
"constraints": {
|
|
3834
|
+
"notEmpty": true
|
|
3835
|
+
},
|
|
3836
|
+
"condition": {
|
|
3837
|
+
"property": "authentication.internal_deployment_type",
|
|
3838
|
+
"equals": "sm"
|
|
3839
|
+
}
|
|
3840
|
+
},
|
|
3841
|
+
{
|
|
3842
|
+
"label": "Region",
|
|
3843
|
+
"group": "cluster",
|
|
3844
|
+
"type": "String",
|
|
3845
|
+
"feel": "optional",
|
|
3846
|
+
"binding": {
|
|
3847
|
+
"type": "zeebe:input",
|
|
3848
|
+
"name": "authentication.internal_region"
|
|
3849
|
+
},
|
|
3850
|
+
"constraints": {
|
|
3851
|
+
"notEmpty": true
|
|
3852
|
+
},
|
|
3853
|
+
"condition": {
|
|
3854
|
+
"property": "authentication.internal_deployment_type",
|
|
3855
|
+
"equals": "saas"
|
|
3856
|
+
}
|
|
3857
|
+
},
|
|
3858
|
+
{
|
|
3859
|
+
"label": "Cluster ID",
|
|
3860
|
+
"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>",
|
|
3861
|
+
"group": "cluster",
|
|
3862
|
+
"type": "String",
|
|
3863
|
+
"feel": "optional",
|
|
3864
|
+
"binding": {
|
|
3865
|
+
"type": "zeebe:input",
|
|
3866
|
+
"name": "authentication.internal_cluster"
|
|
3867
|
+
},
|
|
3868
|
+
"constraints": {
|
|
3869
|
+
"notEmpty": true
|
|
3870
|
+
},
|
|
3871
|
+
"condition": {
|
|
3872
|
+
"property": "authentication.internal_deployment_type",
|
|
3873
|
+
"equals": "saas"
|
|
3874
|
+
}
|
|
3875
|
+
},
|
|
3876
|
+
{
|
|
3877
|
+
"type": "Hidden",
|
|
3878
|
+
"id": "authenticationType",
|
|
3879
|
+
"value": "oauth-client-credentials-flow",
|
|
3880
|
+
"binding": {
|
|
3881
|
+
"type": "zeebe:input",
|
|
3882
|
+
"name": "authentication.type"
|
|
3883
|
+
}
|
|
3884
|
+
},
|
|
3885
|
+
{
|
|
3886
|
+
"value": "credentialsBody",
|
|
3887
|
+
"type": "Hidden",
|
|
3888
|
+
"binding": {
|
|
3889
|
+
"type": "zeebe:input",
|
|
3890
|
+
"name": "authentication.clientAuthentication"
|
|
3891
|
+
}
|
|
3892
|
+
},
|
|
3893
|
+
{
|
|
3894
|
+
"description": "The OAuth token endpoint (SaaS)",
|
|
3895
|
+
"group": "authentication",
|
|
3896
|
+
"type": "Hidden",
|
|
3897
|
+
"value": "https://login.cloud.camunda.io/oauth/token",
|
|
3898
|
+
"binding": {
|
|
3899
|
+
"type": "zeebe:input",
|
|
3900
|
+
"name": "authentication.oauthTokenEndpoint"
|
|
3901
|
+
},
|
|
3902
|
+
"condition": {
|
|
3903
|
+
"property": "authentication.internal_deployment_type",
|
|
3904
|
+
"equals": "saas"
|
|
3905
|
+
}
|
|
3906
|
+
},
|
|
3907
|
+
{
|
|
3908
|
+
"label": "Client ID",
|
|
3909
|
+
"group": "authentication",
|
|
3910
|
+
"type": "String",
|
|
3911
|
+
"feel": "optional",
|
|
3912
|
+
"binding": {
|
|
3913
|
+
"type": "zeebe:input",
|
|
3914
|
+
"name": "authentication.clientId"
|
|
3915
|
+
},
|
|
3916
|
+
"constraints": {
|
|
3917
|
+
"notEmpty": true
|
|
3918
|
+
},
|
|
3919
|
+
"condition": {
|
|
3920
|
+
"property": "authenticationType",
|
|
3921
|
+
"equals": "oauth-client-credentials-flow"
|
|
3922
|
+
}
|
|
3923
|
+
},
|
|
3924
|
+
{
|
|
3925
|
+
"label": "Client secret",
|
|
3926
|
+
"description": "Client ID and secret for the Operate OAuth client",
|
|
3927
|
+
"group": "authentication",
|
|
3928
|
+
"type": "String",
|
|
3929
|
+
"feel": "optional",
|
|
3930
|
+
"binding": {
|
|
3931
|
+
"type": "zeebe:input",
|
|
3932
|
+
"name": "authentication.clientSecret"
|
|
3933
|
+
},
|
|
3934
|
+
"constraints": {
|
|
3935
|
+
"notEmpty": true
|
|
3936
|
+
},
|
|
3937
|
+
"condition": {
|
|
3938
|
+
"property": "authenticationType",
|
|
3939
|
+
"equals": "oauth-client-credentials-flow"
|
|
3940
|
+
}
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"label": "Operate audience",
|
|
3944
|
+
"description": "API audience",
|
|
3945
|
+
"type": "String",
|
|
3946
|
+
"group": "authentication",
|
|
3947
|
+
"value": "operate-api",
|
|
3948
|
+
"feel": "optional",
|
|
3949
|
+
"binding": {
|
|
3950
|
+
"type": "zeebe:input",
|
|
3951
|
+
"name": "authentication.audience"
|
|
3952
|
+
},
|
|
3953
|
+
"condition": {
|
|
3954
|
+
"property": "authentication.internal_deployment_type",
|
|
3955
|
+
"equals": "sm"
|
|
3956
|
+
},
|
|
3957
|
+
"constraints": {
|
|
3958
|
+
"notEmpty": true
|
|
3959
|
+
}
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"label": "Scopes",
|
|
3963
|
+
"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>",
|
|
3964
|
+
"group": "authentication",
|
|
3965
|
+
"type": "String",
|
|
3966
|
+
"feel": "optional",
|
|
3967
|
+
"binding": {
|
|
3968
|
+
"type": "zeebe:input",
|
|
3969
|
+
"name": "authentication.scopes"
|
|
3970
|
+
},
|
|
3971
|
+
"optional": true,
|
|
3972
|
+
"condition": {
|
|
3973
|
+
"property": "authentication.internal_deployment_type",
|
|
3974
|
+
"equals": "sm"
|
|
3975
|
+
}
|
|
3976
|
+
},
|
|
3977
|
+
{
|
|
3978
|
+
"type": "Hidden",
|
|
3979
|
+
"value": "operate.camunda.io",
|
|
3980
|
+
"binding": {
|
|
3981
|
+
"type": "zeebe:input",
|
|
3982
|
+
"name": "authentication.audience"
|
|
3983
|
+
},
|
|
3984
|
+
"condition": {
|
|
3985
|
+
"property": "authentication.internal_deployment_type",
|
|
3986
|
+
"equals": "saas"
|
|
3987
|
+
}
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
"label": "Endpoint",
|
|
3991
|
+
"description": "Operate API entity",
|
|
3992
|
+
"group": "input",
|
|
3993
|
+
"id": "input.internal_endpoint",
|
|
3994
|
+
"type": "Dropdown",
|
|
3995
|
+
"value": "/v1/process-instances",
|
|
3996
|
+
"choices": [
|
|
3997
|
+
{
|
|
3998
|
+
"name": "Process instances",
|
|
3999
|
+
"value": "/v1/process-instances"
|
|
4000
|
+
},
|
|
4001
|
+
{
|
|
4002
|
+
"name": "Incidents",
|
|
4003
|
+
"value": "/v1/incidents"
|
|
4004
|
+
},
|
|
4005
|
+
{
|
|
4006
|
+
"name": "Variables",
|
|
4007
|
+
"value": "/v1/variables"
|
|
4008
|
+
},
|
|
4009
|
+
{
|
|
4010
|
+
"name": "Process definitions",
|
|
4011
|
+
"value": "/v1/process-definitions"
|
|
4012
|
+
},
|
|
4013
|
+
{
|
|
4014
|
+
"name": "Flownode instances",
|
|
4015
|
+
"value": "/v1/flownode-instances"
|
|
4016
|
+
}
|
|
4017
|
+
],
|
|
4018
|
+
"binding": {
|
|
4019
|
+
"type": "zeebe:input",
|
|
4020
|
+
"name": "input.internal_endpoint"
|
|
4021
|
+
}
|
|
4022
|
+
},
|
|
4023
|
+
{
|
|
4024
|
+
"label": "Operation",
|
|
4025
|
+
"description": "Operation to execute against the selected entity",
|
|
4026
|
+
"group": "input",
|
|
4027
|
+
"id": "input.internal_operation",
|
|
4028
|
+
"type": "Dropdown",
|
|
4029
|
+
"value": "/search",
|
|
4030
|
+
"choices": [
|
|
4031
|
+
{
|
|
4032
|
+
"name": "Search",
|
|
4033
|
+
"value": "/search"
|
|
4034
|
+
},
|
|
4035
|
+
{
|
|
4036
|
+
"name": "Get by key",
|
|
4037
|
+
"value": "/"
|
|
4038
|
+
}
|
|
4039
|
+
],
|
|
4040
|
+
"binding": {
|
|
4041
|
+
"type": "zeebe:input",
|
|
4042
|
+
"name": "input.internal_operation"
|
|
4043
|
+
}
|
|
4044
|
+
},
|
|
4045
|
+
{
|
|
4046
|
+
"type": "Hidden",
|
|
4047
|
+
"description": "Get by key operation method (GET)",
|
|
4048
|
+
"value": "get",
|
|
4049
|
+
"binding": {
|
|
4050
|
+
"type": "zeebe:input",
|
|
4051
|
+
"name": "method"
|
|
4052
|
+
},
|
|
4053
|
+
"condition": {
|
|
4054
|
+
"property": "input.internal_operation",
|
|
4055
|
+
"equals": "/"
|
|
4056
|
+
}
|
|
4057
|
+
},
|
|
4058
|
+
{
|
|
4059
|
+
"type": "Hidden",
|
|
4060
|
+
"description": "Search operation method (POST)",
|
|
4061
|
+
"value": "post",
|
|
4062
|
+
"binding": {
|
|
4063
|
+
"type": "zeebe:input",
|
|
4064
|
+
"name": "method"
|
|
4065
|
+
},
|
|
4066
|
+
"condition": {
|
|
4067
|
+
"property": "input.internal_operation",
|
|
4068
|
+
"equals": "/search"
|
|
4069
|
+
}
|
|
4070
|
+
},
|
|
4071
|
+
{
|
|
4072
|
+
"type": "Hidden",
|
|
4073
|
+
"binding": {
|
|
4074
|
+
"type": "zeebe:input",
|
|
4075
|
+
"name": "url"
|
|
4076
|
+
},
|
|
4077
|
+
"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 \"\")",
|
|
4078
|
+
"condition": {
|
|
4079
|
+
"property": "authentication.internal_deployment_type",
|
|
4080
|
+
"equals": "saas"
|
|
4081
|
+
}
|
|
4082
|
+
},
|
|
4083
|
+
{
|
|
4084
|
+
"type": "Hidden",
|
|
4085
|
+
"binding": {
|
|
4086
|
+
"type": "zeebe:input",
|
|
4087
|
+
"name": "url"
|
|
4088
|
+
},
|
|
4089
|
+
"value": "=authentication.operate_base_url + input.internal_endpoint + input.internal_operation + (if is defined(input.internal_key) then input.internal_key else \"\")",
|
|
4090
|
+
"condition": {
|
|
4091
|
+
"property": "authentication.internal_deployment_type",
|
|
4092
|
+
"equals": "sm"
|
|
4093
|
+
}
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
"label": "Key",
|
|
4097
|
+
"description": "Entity key",
|
|
4098
|
+
"group": "parameters",
|
|
4099
|
+
"type": "String",
|
|
4100
|
+
"feel": "optional",
|
|
4101
|
+
"binding": {
|
|
4102
|
+
"type": "zeebe:input",
|
|
4103
|
+
"name": "input.internal_key"
|
|
4104
|
+
},
|
|
4105
|
+
"constraints": {
|
|
4106
|
+
"notEmpty": true
|
|
4107
|
+
},
|
|
4108
|
+
"condition": {
|
|
4109
|
+
"property": "input.internal_operation",
|
|
4110
|
+
"equals": "/"
|
|
4111
|
+
}
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
"label": "Filter",
|
|
4115
|
+
"description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search/\" target=\"_blank\">Operate format</a>",
|
|
4116
|
+
"group": "parameters",
|
|
4117
|
+
"type": "String",
|
|
4118
|
+
"feel": "required",
|
|
4119
|
+
"binding": {
|
|
4120
|
+
"type": "zeebe:input",
|
|
4121
|
+
"name": "input.internal_filter"
|
|
4122
|
+
},
|
|
4123
|
+
"optional": true,
|
|
4124
|
+
"condition": {
|
|
4125
|
+
"property": "input.internal_operation",
|
|
4126
|
+
"equals": "/search"
|
|
4127
|
+
}
|
|
4128
|
+
},
|
|
4129
|
+
{
|
|
4130
|
+
"label": "Sort",
|
|
4131
|
+
"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",
|
|
4132
|
+
"group": "parameters",
|
|
4133
|
+
"type": "String",
|
|
4134
|
+
"feel": "required",
|
|
4135
|
+
"binding": {
|
|
4136
|
+
"type": "zeebe:input",
|
|
4137
|
+
"name": "input.internal_sort"
|
|
4138
|
+
},
|
|
4139
|
+
"optional": true,
|
|
4140
|
+
"condition": {
|
|
4141
|
+
"property": "input.internal_operation",
|
|
4142
|
+
"equals": "/search"
|
|
4143
|
+
}
|
|
4144
|
+
},
|
|
4145
|
+
{
|
|
4146
|
+
"label": "Results",
|
|
4147
|
+
"description": "Number of results to return",
|
|
4148
|
+
"group": "parameters",
|
|
4149
|
+
"type": "String",
|
|
4150
|
+
"value": "20",
|
|
4151
|
+
"feel": "optional",
|
|
4152
|
+
"binding": {
|
|
4153
|
+
"type": "zeebe:input",
|
|
4154
|
+
"name": "input.internal_results"
|
|
4155
|
+
},
|
|
4156
|
+
"condition": {
|
|
4157
|
+
"property": "input.internal_operation",
|
|
4158
|
+
"equals": "/search"
|
|
4159
|
+
},
|
|
4160
|
+
"constraints": {
|
|
4161
|
+
"notEmpty": true,
|
|
4162
|
+
"pattern": {
|
|
4163
|
+
"value": "^[1-9]\\d*$",
|
|
4164
|
+
"message": "Must be a positive integer number"
|
|
4165
|
+
}
|
|
4166
|
+
}
|
|
4167
|
+
},
|
|
4168
|
+
{
|
|
4169
|
+
"label": "Pagination",
|
|
4170
|
+
"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",
|
|
4171
|
+
"group": "parameters",
|
|
4172
|
+
"type": "String",
|
|
4173
|
+
"feel": "required",
|
|
4174
|
+
"binding": {
|
|
4175
|
+
"type": "zeebe:input",
|
|
4176
|
+
"name": "input.internal_pagination"
|
|
4177
|
+
},
|
|
4178
|
+
"optional": true,
|
|
4179
|
+
"condition": {
|
|
4180
|
+
"property": "input.internal_operation",
|
|
4181
|
+
"equals": "/search"
|
|
4182
|
+
}
|
|
4183
|
+
},
|
|
4184
|
+
{
|
|
4185
|
+
"type": "Hidden",
|
|
4186
|
+
"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)}",
|
|
4187
|
+
"binding": {
|
|
4188
|
+
"type": "zeebe:input",
|
|
4189
|
+
"name": "body"
|
|
4190
|
+
},
|
|
4191
|
+
"condition": {
|
|
4192
|
+
"property": "input.internal_operation",
|
|
4193
|
+
"equals": "/search"
|
|
4194
|
+
}
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"label": "Result variable",
|
|
4198
|
+
"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>",
|
|
4199
|
+
"group": "output",
|
|
4200
|
+
"type": "String",
|
|
4201
|
+
"binding": {
|
|
4202
|
+
"type": "zeebe:taskHeader",
|
|
4203
|
+
"key": "resultVariable"
|
|
4204
|
+
}
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"label": "Result expression",
|
|
4208
|
+
"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>",
|
|
4209
|
+
"group": "output",
|
|
4210
|
+
"value": "={operateResponse: response.body}",
|
|
4211
|
+
"type": "Text",
|
|
4212
|
+
"feel": "required",
|
|
4213
|
+
"binding": {
|
|
4214
|
+
"type": "zeebe:taskHeader",
|
|
4215
|
+
"key": "resultExpression"
|
|
4216
|
+
}
|
|
4217
|
+
},
|
|
4218
|
+
{
|
|
4219
|
+
"label": "Connection timeout",
|
|
4220
|
+
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
4221
|
+
"group": "errors",
|
|
4222
|
+
"type": "String",
|
|
4223
|
+
"value": "20",
|
|
4224
|
+
"binding": {
|
|
4225
|
+
"type": "zeebe:input",
|
|
4226
|
+
"name": "connectionTimeoutInSeconds"
|
|
4227
|
+
},
|
|
4228
|
+
"optional": true,
|
|
4229
|
+
"feel": "optional",
|
|
4230
|
+
"constraints": {
|
|
4231
|
+
"notEmpty": false,
|
|
4232
|
+
"pattern": {
|
|
4233
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
4234
|
+
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
4235
|
+
}
|
|
4236
|
+
}
|
|
4237
|
+
},
|
|
4238
|
+
{
|
|
4239
|
+
"label": "Error expression",
|
|
4240
|
+
"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>",
|
|
4241
|
+
"group": "errors",
|
|
4242
|
+
"type": "Text",
|
|
4243
|
+
"feel": "required",
|
|
4244
|
+
"binding": {
|
|
4245
|
+
"type": "zeebe:taskHeader",
|
|
4246
|
+
"key": "errorExpression"
|
|
4247
|
+
}
|
|
4248
|
+
},
|
|
4249
|
+
{
|
|
4250
|
+
"id": "version",
|
|
4251
|
+
"label": "Version",
|
|
4252
|
+
"description": "Version of the element template",
|
|
4253
|
+
"value": "6",
|
|
3102
4254
|
"group": "connector",
|
|
3103
4255
|
"binding": {
|
|
3104
4256
|
"key": "elementTemplateVersion",
|