@camunda/connectors-element-templates 1.0.16 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/connectors.js +2 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +163 -163
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1489 -1475
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +196 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +160 -20
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1203 -507
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"metadata": {
|
|
8
8
|
"keywords": ["AI", "AI Agent", "agentic orchestration"]
|
|
9
9
|
},
|
|
10
|
-
"documentationRef": "https://docs.camunda.io/docs/8.
|
|
11
|
-
"version":
|
|
10
|
+
"documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/",
|
|
11
|
+
"version": 6,
|
|
12
12
|
"category": {
|
|
13
13
|
"id": "connectors",
|
|
14
14
|
"name": "Connectors"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"value": "bpmn:AdHocSubProcess"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
|
-
"camunda": "^8.
|
|
21
|
+
"camunda": "^8.9"
|
|
22
22
|
},
|
|
23
23
|
"groups": [
|
|
24
24
|
{
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
{
|
|
70
70
|
"id": "response",
|
|
71
71
|
"label": "Response",
|
|
72
|
-
"tooltip": "Configuration of the model response format and how to map the model response to the connector result.<br><br>Depending on the selection, the model response will be available as <code>response.responseText</code> or <code>response.responseJson</code>.<br><br>See <a href=\"https://docs.camunda.io/docs/8.
|
|
72
|
+
"tooltip": "Configuration of the model response format and how to map the model response to the connector result.<br><br>Depending on the selection, the model response will be available as <code>response.responseText</code> or <code>response.responseJson</code>.<br><br>See <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/#response\">documentation</a> for details.",
|
|
73
73
|
"openByDefault": false
|
|
74
74
|
},
|
|
75
75
|
{
|
|
@@ -192,6 +192,24 @@
|
|
|
192
192
|
},
|
|
193
193
|
"type": "String"
|
|
194
194
|
},
|
|
195
|
+
{
|
|
196
|
+
"id": "provider.anthropic.timeouts.timeout",
|
|
197
|
+
"label": "Timeout",
|
|
198
|
+
"description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
|
|
199
|
+
"optional": true,
|
|
200
|
+
"feel": "optional",
|
|
201
|
+
"group": "provider",
|
|
202
|
+
"binding": {
|
|
203
|
+
"name": "provider.anthropic.timeouts.timeout",
|
|
204
|
+
"type": "zeebe:input"
|
|
205
|
+
},
|
|
206
|
+
"condition": {
|
|
207
|
+
"property": "provider.type",
|
|
208
|
+
"equals": "anthropic",
|
|
209
|
+
"type": "simple"
|
|
210
|
+
},
|
|
211
|
+
"type": "String"
|
|
212
|
+
},
|
|
195
213
|
{
|
|
196
214
|
"id": "provider.bedrock.region",
|
|
197
215
|
"label": "Region",
|
|
@@ -252,6 +270,10 @@
|
|
|
252
270
|
"name": "Credentials",
|
|
253
271
|
"value": "credentials"
|
|
254
272
|
},
|
|
273
|
+
{
|
|
274
|
+
"name": "API Key",
|
|
275
|
+
"value": "apiKey"
|
|
276
|
+
},
|
|
255
277
|
{
|
|
256
278
|
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
257
279
|
"value": "defaultCredentialsChain"
|
|
@@ -318,6 +340,54 @@
|
|
|
318
340
|
},
|
|
319
341
|
"type": "String"
|
|
320
342
|
},
|
|
343
|
+
{
|
|
344
|
+
"id": "provider.bedrock.authentication.apiKey",
|
|
345
|
+
"label": "API Key",
|
|
346
|
+
"description": "Provide an API Key with permissions to interact with your AWS Bedrock Instance",
|
|
347
|
+
"optional": false,
|
|
348
|
+
"constraints": {
|
|
349
|
+
"notEmpty": true
|
|
350
|
+
},
|
|
351
|
+
"feel": "optional",
|
|
352
|
+
"group": "provider",
|
|
353
|
+
"binding": {
|
|
354
|
+
"name": "provider.bedrock.authentication.apiKey",
|
|
355
|
+
"type": "zeebe:input"
|
|
356
|
+
},
|
|
357
|
+
"condition": {
|
|
358
|
+
"allMatch": [
|
|
359
|
+
{
|
|
360
|
+
"property": "provider.bedrock.authentication.type",
|
|
361
|
+
"equals": "apiKey",
|
|
362
|
+
"type": "simple"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"property": "provider.type",
|
|
366
|
+
"equals": "bedrock",
|
|
367
|
+
"type": "simple"
|
|
368
|
+
}
|
|
369
|
+
]
|
|
370
|
+
},
|
|
371
|
+
"type": "String"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"id": "provider.bedrock.timeouts.timeout",
|
|
375
|
+
"label": "Timeout",
|
|
376
|
+
"description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
|
|
377
|
+
"optional": true,
|
|
378
|
+
"feel": "optional",
|
|
379
|
+
"group": "provider",
|
|
380
|
+
"binding": {
|
|
381
|
+
"name": "provider.bedrock.timeouts.timeout",
|
|
382
|
+
"type": "zeebe:input"
|
|
383
|
+
},
|
|
384
|
+
"condition": {
|
|
385
|
+
"property": "provider.type",
|
|
386
|
+
"equals": "bedrock",
|
|
387
|
+
"type": "simple"
|
|
388
|
+
},
|
|
389
|
+
"type": "String"
|
|
390
|
+
},
|
|
321
391
|
{
|
|
322
392
|
"id": "provider.azureOpenAi.endpoint",
|
|
323
393
|
"label": "Endpoint",
|
|
@@ -512,6 +582,24 @@
|
|
|
512
582
|
},
|
|
513
583
|
"type": "String"
|
|
514
584
|
},
|
|
585
|
+
{
|
|
586
|
+
"id": "provider.azureOpenAi.timeouts.timeout",
|
|
587
|
+
"label": "Timeout",
|
|
588
|
+
"description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
|
|
589
|
+
"optional": true,
|
|
590
|
+
"feel": "optional",
|
|
591
|
+
"group": "provider",
|
|
592
|
+
"binding": {
|
|
593
|
+
"name": "provider.azureOpenAi.timeouts.timeout",
|
|
594
|
+
"type": "zeebe:input"
|
|
595
|
+
},
|
|
596
|
+
"condition": {
|
|
597
|
+
"property": "provider.type",
|
|
598
|
+
"equals": "azureOpenAi",
|
|
599
|
+
"type": "simple"
|
|
600
|
+
},
|
|
601
|
+
"type": "String"
|
|
602
|
+
},
|
|
515
603
|
{
|
|
516
604
|
"id": "provider.googleVertexAi.projectId",
|
|
517
605
|
"label": "Project ID",
|
|
@@ -667,6 +755,24 @@
|
|
|
667
755
|
},
|
|
668
756
|
"type": "String"
|
|
669
757
|
},
|
|
758
|
+
{
|
|
759
|
+
"id": "provider.openai.timeouts.timeout",
|
|
760
|
+
"label": "Timeout",
|
|
761
|
+
"description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
|
|
762
|
+
"optional": true,
|
|
763
|
+
"feel": "optional",
|
|
764
|
+
"group": "provider",
|
|
765
|
+
"binding": {
|
|
766
|
+
"name": "provider.openai.timeouts.timeout",
|
|
767
|
+
"type": "zeebe:input"
|
|
768
|
+
},
|
|
769
|
+
"condition": {
|
|
770
|
+
"property": "provider.type",
|
|
771
|
+
"equals": "openai",
|
|
772
|
+
"type": "simple"
|
|
773
|
+
},
|
|
774
|
+
"type": "String"
|
|
775
|
+
},
|
|
670
776
|
{
|
|
671
777
|
"id": "provider.openaiCompatible.endpoint",
|
|
672
778
|
"label": "API endpoint",
|
|
@@ -724,6 +830,42 @@
|
|
|
724
830
|
},
|
|
725
831
|
"type": "String"
|
|
726
832
|
},
|
|
833
|
+
{
|
|
834
|
+
"id": "provider.openaiCompatible.queryParameters",
|
|
835
|
+
"label": "Query Parameters",
|
|
836
|
+
"description": "Map of query parameters to add to the request URL.",
|
|
837
|
+
"optional": true,
|
|
838
|
+
"feel": "required",
|
|
839
|
+
"group": "provider",
|
|
840
|
+
"binding": {
|
|
841
|
+
"name": "provider.openaiCompatible.queryParameters",
|
|
842
|
+
"type": "zeebe:input"
|
|
843
|
+
},
|
|
844
|
+
"condition": {
|
|
845
|
+
"property": "provider.type",
|
|
846
|
+
"equals": "openaiCompatible",
|
|
847
|
+
"type": "simple"
|
|
848
|
+
},
|
|
849
|
+
"type": "String"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"id": "provider.openaiCompatible.timeouts.timeout",
|
|
853
|
+
"label": "Timeout",
|
|
854
|
+
"description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
|
|
855
|
+
"optional": true,
|
|
856
|
+
"feel": "optional",
|
|
857
|
+
"group": "provider",
|
|
858
|
+
"binding": {
|
|
859
|
+
"name": "provider.openaiCompatible.timeouts.timeout",
|
|
860
|
+
"type": "zeebe:input"
|
|
861
|
+
},
|
|
862
|
+
"condition": {
|
|
863
|
+
"property": "provider.type",
|
|
864
|
+
"equals": "openaiCompatible",
|
|
865
|
+
"type": "simple"
|
|
866
|
+
},
|
|
867
|
+
"type": "String"
|
|
868
|
+
},
|
|
727
869
|
{
|
|
728
870
|
"id": "provider.anthropic.model.model",
|
|
729
871
|
"label": "Model",
|
|
@@ -1236,7 +1378,7 @@
|
|
|
1236
1378
|
"id": "data.systemPrompt.prompt",
|
|
1237
1379
|
"label": "System prompt",
|
|
1238
1380
|
"optional": false,
|
|
1239
|
-
"value": "
|
|
1381
|
+
"value": "=\"You are **TaskAgent**, a helpful, generic chat agent that can handle a wide variety of customer requests using your own domain knowledge **and** any tools explicitly provided to you at runtime.\n\nIf tools are provided, you should prefer them instead of guessing an answer. You can call the same tool multiple times by providing different input values. Don't guess any tools which were not explicitly configured. If no tool matches the request, try to generate an answer. If you're not able to find a good answer, return with a message stating why you're not able to.\n\nWrap minimal, inspectable reasoning in *exactly* this XML template:\n\n<thinking>\n<context>…briefly state the customer’s need and current state…</context>\n<reflection>…list candidate tools, justify which you will call next and why…</reflection>\n</thinking>\n\nReveal **no** additional private reasoning outside these tags.\"",
|
|
1240
1382
|
"constraints": {
|
|
1241
1383
|
"notEmpty": true
|
|
1242
1384
|
},
|
|
@@ -1274,7 +1416,7 @@
|
|
|
1274
1416
|
"name": "data.userPrompt.documents",
|
|
1275
1417
|
"type": "zeebe:input"
|
|
1276
1418
|
},
|
|
1277
|
-
"tooltip": "Referenced documents will be automatically added to the user prompt. <a href=\"https://docs.camunda.io/docs/8.
|
|
1419
|
+
"tooltip": "Referenced documents will be automatically added to the user prompt. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details and supported file types.",
|
|
1278
1420
|
"type": "String"
|
|
1279
1421
|
},
|
|
1280
1422
|
{
|
|
@@ -1288,7 +1430,7 @@
|
|
|
1288
1430
|
"name": "agentContext",
|
|
1289
1431
|
"type": "zeebe:input"
|
|
1290
1432
|
},
|
|
1291
|
-
"tooltip": "The agent context variable containing all relevant data for the agent to support the feedback loop between user requests, tool calls and LLM responses. Make sure this variable points to the <code>context</code> variable which is returned from the agent response. <a href=\"https://docs.camunda.io/docs/8.
|
|
1433
|
+
"tooltip": "The agent context variable containing all relevant data for the agent to support the feedback loop between user requests, tool calls and LLM responses. Make sure this variable points to the <code>context</code> variable which is returned from the agent response. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details.",
|
|
1292
1434
|
"type": "Text"
|
|
1293
1435
|
},
|
|
1294
1436
|
{
|
|
@@ -1404,7 +1546,7 @@
|
|
|
1404
1546
|
"name": "data.memory.contextWindowSize",
|
|
1405
1547
|
"type": "zeebe:input"
|
|
1406
1548
|
},
|
|
1407
|
-
"tooltip": "Use this to limit the number of messages which are sent to the model. The agent will only send the most recent messages up to the configured limit to the LLM. Older messages will be kept in the conversation store, but not sent to the model. <a href=\"https://docs.camunda.io/docs/8.
|
|
1549
|
+
"tooltip": "Use this to limit the number of messages which are sent to the model. The agent will only send the most recent messages up to the configured limit to the LLM. Older messages will be kept in the conversation store, but not sent to the model. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent-subprocess/\" target=\"_blank\">See documentation</a> for details.",
|
|
1408
1550
|
"type": "Number"
|
|
1409
1551
|
},
|
|
1410
1552
|
{
|
|
@@ -1558,7 +1700,7 @@
|
|
|
1558
1700
|
"id": "version",
|
|
1559
1701
|
"label": "Version",
|
|
1560
1702
|
"description": "Version of the element template",
|
|
1561
|
-
"value": "
|
|
1703
|
+
"value": "6",
|
|
1562
1704
|
"group": "connector",
|
|
1563
1705
|
"binding": {
|
|
1564
1706
|
"key": "elementTemplateVersion",
|
|
@@ -1634,14 +1776,14 @@
|
|
|
1634
1776
|
},
|
|
1635
1777
|
{
|
|
1636
1778
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1637
|
-
"name": "AI Agent
|
|
1779
|
+
"name": "AI Agent Sub-process",
|
|
1638
1780
|
"id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
|
|
1639
|
-
"description": "
|
|
1781
|
+
"description": "Run a multi-step AI reasoning loop with dynamic tool selection",
|
|
1640
1782
|
"metadata": {
|
|
1641
1783
|
"keywords": ["AI", "AI Agent", "agentic orchestration"]
|
|
1642
1784
|
},
|
|
1643
1785
|
"documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
|
|
1644
|
-
"version":
|
|
1786
|
+
"version": 4,
|
|
1645
1787
|
"category": {
|
|
1646
1788
|
"id": "connectors",
|
|
1647
1789
|
"name": "Connectors"
|
|
@@ -2914,7 +3056,7 @@
|
|
|
2914
3056
|
"id": "agentContext",
|
|
2915
3057
|
"label": "Agent context",
|
|
2916
3058
|
"description": "Initial agent context from previous interactions. Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
|
|
2917
|
-
"optional":
|
|
3059
|
+
"optional": false,
|
|
2918
3060
|
"feel": "required",
|
|
2919
3061
|
"group": "memory",
|
|
2920
3062
|
"binding": {
|
|
@@ -3191,7 +3333,7 @@
|
|
|
3191
3333
|
"id": "version",
|
|
3192
3334
|
"label": "Version",
|
|
3193
3335
|
"description": "Version of the element template",
|
|
3194
|
-
"value": "
|
|
3336
|
+
"value": "4",
|
|
3195
3337
|
"group": "connector",
|
|
3196
3338
|
"binding": {
|
|
3197
3339
|
"key": "elementTemplateVersion",
|
|
@@ -4900,14 +5042,14 @@
|
|
|
4900
5042
|
},
|
|
4901
5043
|
{
|
|
4902
5044
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4903
|
-
"name": "AI Agent
|
|
5045
|
+
"name": "AI Agent Subprocess",
|
|
4904
5046
|
"id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
|
|
4905
|
-
"description": "
|
|
5047
|
+
"description": "Processes user requests with an integrated, customizable toolbox and services for dynamic workflows.",
|
|
4906
5048
|
"metadata": {
|
|
4907
5049
|
"keywords": ["AI", "AI Agent", "agentic orchestration"]
|
|
4908
5050
|
},
|
|
4909
5051
|
"documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
|
|
4910
|
-
"version":
|
|
5052
|
+
"version": 3,
|
|
4911
5053
|
"category": {
|
|
4912
5054
|
"id": "connectors",
|
|
4913
5055
|
"name": "Connectors"
|
|
@@ -4917,7 +5059,7 @@
|
|
|
4917
5059
|
"value": "bpmn:AdHocSubProcess"
|
|
4918
5060
|
},
|
|
4919
5061
|
"engines": {
|
|
4920
|
-
"camunda": "^8.
|
|
5062
|
+
"camunda": "^8.8"
|
|
4921
5063
|
},
|
|
4922
5064
|
"groups": [
|
|
4923
5065
|
{
|
|
@@ -5091,24 +5233,6 @@
|
|
|
5091
5233
|
},
|
|
5092
5234
|
"type": "String"
|
|
5093
5235
|
},
|
|
5094
|
-
{
|
|
5095
|
-
"id": "provider.anthropic.timeouts.timeout",
|
|
5096
|
-
"label": "Timeout",
|
|
5097
|
-
"description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
|
|
5098
|
-
"optional": true,
|
|
5099
|
-
"feel": "optional",
|
|
5100
|
-
"group": "provider",
|
|
5101
|
-
"binding": {
|
|
5102
|
-
"name": "provider.anthropic.timeouts.timeout",
|
|
5103
|
-
"type": "zeebe:input"
|
|
5104
|
-
},
|
|
5105
|
-
"condition": {
|
|
5106
|
-
"property": "provider.type",
|
|
5107
|
-
"equals": "anthropic",
|
|
5108
|
-
"type": "simple"
|
|
5109
|
-
},
|
|
5110
|
-
"type": "String"
|
|
5111
|
-
},
|
|
5112
5236
|
{
|
|
5113
5237
|
"id": "provider.bedrock.region",
|
|
5114
5238
|
"label": "Region",
|
|
@@ -5169,10 +5293,6 @@
|
|
|
5169
5293
|
"name": "Credentials",
|
|
5170
5294
|
"value": "credentials"
|
|
5171
5295
|
},
|
|
5172
|
-
{
|
|
5173
|
-
"name": "API Key",
|
|
5174
|
-
"value": "apiKey"
|
|
5175
|
-
},
|
|
5176
5296
|
{
|
|
5177
5297
|
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
5178
5298
|
"value": "defaultCredentialsChain"
|
|
@@ -5239,54 +5359,6 @@
|
|
|
5239
5359
|
},
|
|
5240
5360
|
"type": "String"
|
|
5241
5361
|
},
|
|
5242
|
-
{
|
|
5243
|
-
"id": "provider.bedrock.authentication.apiKey",
|
|
5244
|
-
"label": "API Key",
|
|
5245
|
-
"description": "Provide an API Key with permissions to interact with your AWS Bedrock Instance",
|
|
5246
|
-
"optional": false,
|
|
5247
|
-
"constraints": {
|
|
5248
|
-
"notEmpty": true
|
|
5249
|
-
},
|
|
5250
|
-
"feel": "optional",
|
|
5251
|
-
"group": "provider",
|
|
5252
|
-
"binding": {
|
|
5253
|
-
"name": "provider.bedrock.authentication.apiKey",
|
|
5254
|
-
"type": "zeebe:input"
|
|
5255
|
-
},
|
|
5256
|
-
"condition": {
|
|
5257
|
-
"allMatch": [
|
|
5258
|
-
{
|
|
5259
|
-
"property": "provider.bedrock.authentication.type",
|
|
5260
|
-
"equals": "apiKey",
|
|
5261
|
-
"type": "simple"
|
|
5262
|
-
},
|
|
5263
|
-
{
|
|
5264
|
-
"property": "provider.type",
|
|
5265
|
-
"equals": "bedrock",
|
|
5266
|
-
"type": "simple"
|
|
5267
|
-
}
|
|
5268
|
-
]
|
|
5269
|
-
},
|
|
5270
|
-
"type": "String"
|
|
5271
|
-
},
|
|
5272
|
-
{
|
|
5273
|
-
"id": "provider.bedrock.timeouts.timeout",
|
|
5274
|
-
"label": "Timeout",
|
|
5275
|
-
"description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
|
|
5276
|
-
"optional": true,
|
|
5277
|
-
"feel": "optional",
|
|
5278
|
-
"group": "provider",
|
|
5279
|
-
"binding": {
|
|
5280
|
-
"name": "provider.bedrock.timeouts.timeout",
|
|
5281
|
-
"type": "zeebe:input"
|
|
5282
|
-
},
|
|
5283
|
-
"condition": {
|
|
5284
|
-
"property": "provider.type",
|
|
5285
|
-
"equals": "bedrock",
|
|
5286
|
-
"type": "simple"
|
|
5287
|
-
},
|
|
5288
|
-
"type": "String"
|
|
5289
|
-
},
|
|
5290
5362
|
{
|
|
5291
5363
|
"id": "provider.azureOpenAi.endpoint",
|
|
5292
5364
|
"label": "Endpoint",
|
|
@@ -5481,24 +5553,6 @@
|
|
|
5481
5553
|
},
|
|
5482
5554
|
"type": "String"
|
|
5483
5555
|
},
|
|
5484
|
-
{
|
|
5485
|
-
"id": "provider.azureOpenAi.timeouts.timeout",
|
|
5486
|
-
"label": "Timeout",
|
|
5487
|
-
"description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
|
|
5488
|
-
"optional": true,
|
|
5489
|
-
"feel": "optional",
|
|
5490
|
-
"group": "provider",
|
|
5491
|
-
"binding": {
|
|
5492
|
-
"name": "provider.azureOpenAi.timeouts.timeout",
|
|
5493
|
-
"type": "zeebe:input"
|
|
5494
|
-
},
|
|
5495
|
-
"condition": {
|
|
5496
|
-
"property": "provider.type",
|
|
5497
|
-
"equals": "azureOpenAi",
|
|
5498
|
-
"type": "simple"
|
|
5499
|
-
},
|
|
5500
|
-
"type": "String"
|
|
5501
|
-
},
|
|
5502
5556
|
{
|
|
5503
5557
|
"id": "provider.googleVertexAi.projectId",
|
|
5504
5558
|
"label": "Project ID",
|
|
@@ -5654,24 +5708,6 @@
|
|
|
5654
5708
|
},
|
|
5655
5709
|
"type": "String"
|
|
5656
5710
|
},
|
|
5657
|
-
{
|
|
5658
|
-
"id": "provider.openai.timeouts.timeout",
|
|
5659
|
-
"label": "Timeout",
|
|
5660
|
-
"description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
|
|
5661
|
-
"optional": true,
|
|
5662
|
-
"feel": "optional",
|
|
5663
|
-
"group": "provider",
|
|
5664
|
-
"binding": {
|
|
5665
|
-
"name": "provider.openai.timeouts.timeout",
|
|
5666
|
-
"type": "zeebe:input"
|
|
5667
|
-
},
|
|
5668
|
-
"condition": {
|
|
5669
|
-
"property": "provider.type",
|
|
5670
|
-
"equals": "openai",
|
|
5671
|
-
"type": "simple"
|
|
5672
|
-
},
|
|
5673
|
-
"type": "String"
|
|
5674
|
-
},
|
|
5675
5711
|
{
|
|
5676
5712
|
"id": "provider.openaiCompatible.endpoint",
|
|
5677
5713
|
"label": "API endpoint",
|
|
@@ -5729,42 +5765,6 @@
|
|
|
5729
5765
|
},
|
|
5730
5766
|
"type": "String"
|
|
5731
5767
|
},
|
|
5732
|
-
{
|
|
5733
|
-
"id": "provider.openaiCompatible.queryParameters",
|
|
5734
|
-
"label": "Query Parameters",
|
|
5735
|
-
"description": "Map of query parameters to add to the request URL.",
|
|
5736
|
-
"optional": true,
|
|
5737
|
-
"feel": "required",
|
|
5738
|
-
"group": "provider",
|
|
5739
|
-
"binding": {
|
|
5740
|
-
"name": "provider.openaiCompatible.queryParameters",
|
|
5741
|
-
"type": "zeebe:input"
|
|
5742
|
-
},
|
|
5743
|
-
"condition": {
|
|
5744
|
-
"property": "provider.type",
|
|
5745
|
-
"equals": "openaiCompatible",
|
|
5746
|
-
"type": "simple"
|
|
5747
|
-
},
|
|
5748
|
-
"type": "String"
|
|
5749
|
-
},
|
|
5750
|
-
{
|
|
5751
|
-
"id": "provider.openaiCompatible.timeouts.timeout",
|
|
5752
|
-
"label": "Timeout",
|
|
5753
|
-
"description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
|
|
5754
|
-
"optional": true,
|
|
5755
|
-
"feel": "optional",
|
|
5756
|
-
"group": "provider",
|
|
5757
|
-
"binding": {
|
|
5758
|
-
"name": "provider.openaiCompatible.timeouts.timeout",
|
|
5759
|
-
"type": "zeebe:input"
|
|
5760
|
-
},
|
|
5761
|
-
"condition": {
|
|
5762
|
-
"property": "provider.type",
|
|
5763
|
-
"equals": "openaiCompatible",
|
|
5764
|
-
"type": "simple"
|
|
5765
|
-
},
|
|
5766
|
-
"type": "String"
|
|
5767
|
-
},
|
|
5768
5768
|
{
|
|
5769
5769
|
"id": "provider.anthropic.model.model",
|
|
5770
5770
|
"label": "Model",
|
|
@@ -6277,7 +6277,7 @@
|
|
|
6277
6277
|
"id": "data.systemPrompt.prompt",
|
|
6278
6278
|
"label": "System prompt",
|
|
6279
6279
|
"optional": false,
|
|
6280
|
-
"value": "
|
|
6280
|
+
"value": "\"You are **TaskAgent**, a helpful, generic chat agent that can handle a wide variety of customer requests using your own domain knowledge **and** any tools explicitly provided to you at runtime.\n\nIf tools are provided, you should prefer them instead of guessing an answer. You can call the same tool multiple times by providing different input values. Don't guess any tools which were not explicitly configured. If no tool matches the request, try to generate an answer. If you're not able to find a good answer, return with a message stating why you're not able to.\n\nWrap minimal, inspectable reasoning in *exactly* this XML template:\n\n<thinking>\n<context>…briefly state the customer’s need and current state…</context>\n<reflection>…list candidate tools, justify which you will call next and why…</reflection>\n</thinking>\n\nReveal **no** additional private reasoning outside these tags.\"",
|
|
6281
6281
|
"constraints": {
|
|
6282
6282
|
"notEmpty": true
|
|
6283
6283
|
},
|
|
@@ -6322,7 +6322,7 @@
|
|
|
6322
6322
|
"id": "agentContext",
|
|
6323
6323
|
"label": "Agent context",
|
|
6324
6324
|
"description": "Initial agent context from previous interactions. Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
|
|
6325
|
-
"optional":
|
|
6325
|
+
"optional": true,
|
|
6326
6326
|
"feel": "required",
|
|
6327
6327
|
"group": "memory",
|
|
6328
6328
|
"binding": {
|
|
@@ -6599,7 +6599,7 @@
|
|
|
6599
6599
|
"id": "version",
|
|
6600
6600
|
"label": "Version",
|
|
6601
6601
|
"description": "Version of the element template",
|
|
6602
|
-
"value": "
|
|
6602
|
+
"value": "3",
|
|
6603
6603
|
"group": "connector",
|
|
6604
6604
|
"binding": {
|
|
6605
6605
|
"key": "elementTemplateVersion",
|