@camunda/connectors-element-templates 1.0.15 → 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 +8 -6
- 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 +175 -171
- 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-gemini-outbound-connector.json +705 -0
- 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 +1491 -1472
- 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 +215 -10
- 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 +687 -0
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +719 -0
- 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 +1484 -717
- 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
- package/src/element-templates/idp-classification-outbound-connector.json +0 -1141
- package/src/element-templates/idp-structured-extraction-outbound-connector.json +0 -656
- package/src/element-templates/idp-unstructured-extraction-outbound-connector.json +0 -1115
|
@@ -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
|
{
|
|
@@ -63,12 +63,13 @@
|
|
|
63
63
|
{
|
|
64
64
|
"id": "events",
|
|
65
65
|
"label": "Event handling",
|
|
66
|
+
"tooltip": "Configure how event sub-process results are handled. Results are added as user messages to the running agent.",
|
|
66
67
|
"openByDefault": false
|
|
67
68
|
},
|
|
68
69
|
{
|
|
69
70
|
"id": "response",
|
|
70
71
|
"label": "Response",
|
|
71
|
-
"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.",
|
|
72
73
|
"openByDefault": false
|
|
73
74
|
},
|
|
74
75
|
{
|
|
@@ -191,6 +192,24 @@
|
|
|
191
192
|
},
|
|
192
193
|
"type": "String"
|
|
193
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
|
+
},
|
|
194
213
|
{
|
|
195
214
|
"id": "provider.bedrock.region",
|
|
196
215
|
"label": "Region",
|
|
@@ -251,6 +270,10 @@
|
|
|
251
270
|
"name": "Credentials",
|
|
252
271
|
"value": "credentials"
|
|
253
272
|
},
|
|
273
|
+
{
|
|
274
|
+
"name": "API Key",
|
|
275
|
+
"value": "apiKey"
|
|
276
|
+
},
|
|
254
277
|
{
|
|
255
278
|
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
256
279
|
"value": "defaultCredentialsChain"
|
|
@@ -317,6 +340,54 @@
|
|
|
317
340
|
},
|
|
318
341
|
"type": "String"
|
|
319
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
|
+
},
|
|
320
391
|
{
|
|
321
392
|
"id": "provider.azureOpenAi.endpoint",
|
|
322
393
|
"label": "Endpoint",
|
|
@@ -511,6 +582,24 @@
|
|
|
511
582
|
},
|
|
512
583
|
"type": "String"
|
|
513
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
|
+
},
|
|
514
603
|
{
|
|
515
604
|
"id": "provider.googleVertexAi.projectId",
|
|
516
605
|
"label": "Project ID",
|
|
@@ -666,6 +755,24 @@
|
|
|
666
755
|
},
|
|
667
756
|
"type": "String"
|
|
668
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
|
+
},
|
|
669
776
|
{
|
|
670
777
|
"id": "provider.openaiCompatible.endpoint",
|
|
671
778
|
"label": "API endpoint",
|
|
@@ -723,6 +830,42 @@
|
|
|
723
830
|
},
|
|
724
831
|
"type": "String"
|
|
725
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
|
+
},
|
|
726
869
|
{
|
|
727
870
|
"id": "provider.anthropic.model.model",
|
|
728
871
|
"label": "Model",
|
|
@@ -1235,7 +1378,7 @@
|
|
|
1235
1378
|
"id": "data.systemPrompt.prompt",
|
|
1236
1379
|
"label": "System prompt",
|
|
1237
1380
|
"optional": false,
|
|
1238
|
-
"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.\"",
|
|
1239
1382
|
"constraints": {
|
|
1240
1383
|
"notEmpty": true
|
|
1241
1384
|
},
|
|
@@ -1273,7 +1416,7 @@
|
|
|
1273
1416
|
"name": "data.userPrompt.documents",
|
|
1274
1417
|
"type": "zeebe:input"
|
|
1275
1418
|
},
|
|
1276
|
-
"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.",
|
|
1277
1420
|
"type": "String"
|
|
1278
1421
|
},
|
|
1279
1422
|
{
|
|
@@ -1287,7 +1430,7 @@
|
|
|
1287
1430
|
"name": "agentContext",
|
|
1288
1431
|
"type": "zeebe:input"
|
|
1289
1432
|
},
|
|
1290
|
-
"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.",
|
|
1291
1434
|
"type": "Text"
|
|
1292
1435
|
},
|
|
1293
1436
|
{
|
|
@@ -1403,7 +1546,7 @@
|
|
|
1403
1546
|
"name": "data.memory.contextWindowSize",
|
|
1404
1547
|
"type": "zeebe:input"
|
|
1405
1548
|
},
|
|
1406
|
-
"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.",
|
|
1407
1550
|
"type": "Number"
|
|
1408
1551
|
},
|
|
1409
1552
|
{
|
|
@@ -1423,7 +1566,7 @@
|
|
|
1423
1566
|
{
|
|
1424
1567
|
"id": "data.events.behavior",
|
|
1425
1568
|
"label": "Event handling behavior",
|
|
1426
|
-
"description": "Behavior
|
|
1569
|
+
"description": "Behavior on completing an event sub-process.",
|
|
1427
1570
|
"optional": false,
|
|
1428
1571
|
"value": "WAIT_FOR_TOOL_CALL_RESULTS",
|
|
1429
1572
|
"constraints": {
|
|
@@ -1441,7 +1584,7 @@
|
|
|
1441
1584
|
"value": "WAIT_FOR_TOOL_CALL_RESULTS"
|
|
1442
1585
|
},
|
|
1443
1586
|
{
|
|
1444
|
-
"name": "
|
|
1587
|
+
"name": "Cancel tool calls",
|
|
1445
1588
|
"value": "INTERRUPT_TOOL_CALLS"
|
|
1446
1589
|
}
|
|
1447
1590
|
]
|
|
@@ -1557,7 +1700,7 @@
|
|
|
1557
1700
|
"id": "version",
|
|
1558
1701
|
"label": "Version",
|
|
1559
1702
|
"description": "Version of the element template",
|
|
1560
|
-
"value": "
|
|
1703
|
+
"value": "6",
|
|
1561
1704
|
"group": "connector",
|
|
1562
1705
|
"binding": {
|
|
1563
1706
|
"key": "elementTemplateVersion",
|
|
@@ -1633,14 +1776,14 @@
|
|
|
1633
1776
|
},
|
|
1634
1777
|
{
|
|
1635
1778
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1636
|
-
"name": "AI Agent
|
|
1779
|
+
"name": "AI Agent Sub-process",
|
|
1637
1780
|
"id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
|
|
1638
|
-
"description": "
|
|
1781
|
+
"description": "Run a multi-step AI reasoning loop with dynamic tool selection",
|
|
1639
1782
|
"metadata": {
|
|
1640
1783
|
"keywords": ["AI", "AI Agent", "agentic orchestration"]
|
|
1641
1784
|
},
|
|
1642
1785
|
"documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
|
|
1643
|
-
"version":
|
|
1786
|
+
"version": 4,
|
|
1644
1787
|
"category": {
|
|
1645
1788
|
"id": "connectors",
|
|
1646
1789
|
"name": "Connectors"
|
|
@@ -1695,6 +1838,7 @@
|
|
|
1695
1838
|
{
|
|
1696
1839
|
"id": "events",
|
|
1697
1840
|
"label": "Event handling",
|
|
1841
|
+
"tooltip": "Configure how event sub-process results are handled. Results are added as user messages to the running agent.",
|
|
1698
1842
|
"openByDefault": false
|
|
1699
1843
|
},
|
|
1700
1844
|
{
|
|
@@ -2912,7 +3056,7 @@
|
|
|
2912
3056
|
"id": "agentContext",
|
|
2913
3057
|
"label": "Agent context",
|
|
2914
3058
|
"description": "Initial agent context from previous interactions. Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
|
|
2915
|
-
"optional":
|
|
3059
|
+
"optional": false,
|
|
2916
3060
|
"feel": "required",
|
|
2917
3061
|
"group": "memory",
|
|
2918
3062
|
"binding": {
|
|
@@ -3055,7 +3199,7 @@
|
|
|
3055
3199
|
{
|
|
3056
3200
|
"id": "data.events.behavior",
|
|
3057
3201
|
"label": "Event handling behavior",
|
|
3058
|
-
"description": "Behavior
|
|
3202
|
+
"description": "Behavior on completing an event sub-process.",
|
|
3059
3203
|
"optional": false,
|
|
3060
3204
|
"value": "WAIT_FOR_TOOL_CALL_RESULTS",
|
|
3061
3205
|
"constraints": {
|
|
@@ -3073,7 +3217,7 @@
|
|
|
3073
3217
|
"value": "WAIT_FOR_TOOL_CALL_RESULTS"
|
|
3074
3218
|
},
|
|
3075
3219
|
{
|
|
3076
|
-
"name": "
|
|
3220
|
+
"name": "Cancel tool calls",
|
|
3077
3221
|
"value": "INTERRUPT_TOOL_CALLS"
|
|
3078
3222
|
}
|
|
3079
3223
|
]
|
|
@@ -3189,7 +3333,7 @@
|
|
|
3189
3333
|
"id": "version",
|
|
3190
3334
|
"label": "Version",
|
|
3191
3335
|
"description": "Version of the element template",
|
|
3192
|
-
"value": "
|
|
3336
|
+
"value": "4",
|
|
3193
3337
|
"group": "connector",
|
|
3194
3338
|
"binding": {
|
|
3195
3339
|
"key": "elementTemplateVersion",
|
|
@@ -3327,6 +3471,7 @@
|
|
|
3327
3471
|
{
|
|
3328
3472
|
"id": "events",
|
|
3329
3473
|
"label": "Event handling",
|
|
3474
|
+
"tooltip": "Configure how event sub-process results are handled. Results are added as user messages to the running agent.",
|
|
3330
3475
|
"openByDefault": false
|
|
3331
3476
|
},
|
|
3332
3477
|
{
|
|
@@ -4687,7 +4832,7 @@
|
|
|
4687
4832
|
{
|
|
4688
4833
|
"id": "data.events.behavior",
|
|
4689
4834
|
"label": "Event handling behavior",
|
|
4690
|
-
"description": "Behavior
|
|
4835
|
+
"description": "Behavior on completing an event sub-process.",
|
|
4691
4836
|
"optional": false,
|
|
4692
4837
|
"value": "WAIT_FOR_TOOL_CALL_RESULTS",
|
|
4693
4838
|
"constraints": {
|
|
@@ -4705,7 +4850,7 @@
|
|
|
4705
4850
|
"value": "WAIT_FOR_TOOL_CALL_RESULTS"
|
|
4706
4851
|
},
|
|
4707
4852
|
{
|
|
4708
|
-
"name": "
|
|
4853
|
+
"name": "Cancel tool calls",
|
|
4709
4854
|
"value": "INTERRUPT_TOOL_CALLS"
|
|
4710
4855
|
}
|
|
4711
4856
|
]
|
|
@@ -4897,14 +5042,14 @@
|
|
|
4897
5042
|
},
|
|
4898
5043
|
{
|
|
4899
5044
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4900
|
-
"name": "AI Agent
|
|
5045
|
+
"name": "AI Agent Subprocess",
|
|
4901
5046
|
"id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
|
|
4902
|
-
"description": "
|
|
5047
|
+
"description": "Processes user requests with an integrated, customizable toolbox and services for dynamic workflows.",
|
|
4903
5048
|
"metadata": {
|
|
4904
5049
|
"keywords": ["AI", "AI Agent", "agentic orchestration"]
|
|
4905
5050
|
},
|
|
4906
5051
|
"documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent/",
|
|
4907
|
-
"version":
|
|
5052
|
+
"version": 3,
|
|
4908
5053
|
"category": {
|
|
4909
5054
|
"id": "connectors",
|
|
4910
5055
|
"name": "Connectors"
|
|
@@ -4914,7 +5059,7 @@
|
|
|
4914
5059
|
"value": "bpmn:AdHocSubProcess"
|
|
4915
5060
|
},
|
|
4916
5061
|
"engines": {
|
|
4917
|
-
"camunda": "^8.
|
|
5062
|
+
"camunda": "^8.8"
|
|
4918
5063
|
},
|
|
4919
5064
|
"groups": [
|
|
4920
5065
|
{
|
|
@@ -4959,6 +5104,7 @@
|
|
|
4959
5104
|
{
|
|
4960
5105
|
"id": "events",
|
|
4961
5106
|
"label": "Event handling",
|
|
5107
|
+
"tooltip": "Configure how event sub-process results are handled. Results are added as user messages to the running agent.",
|
|
4962
5108
|
"openByDefault": false
|
|
4963
5109
|
},
|
|
4964
5110
|
{
|
|
@@ -5087,24 +5233,6 @@
|
|
|
5087
5233
|
},
|
|
5088
5234
|
"type": "String"
|
|
5089
5235
|
},
|
|
5090
|
-
{
|
|
5091
|
-
"id": "provider.anthropic.timeouts.timeout",
|
|
5092
|
-
"label": "Timeout",
|
|
5093
|
-
"description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
|
|
5094
|
-
"optional": true,
|
|
5095
|
-
"feel": "optional",
|
|
5096
|
-
"group": "provider",
|
|
5097
|
-
"binding": {
|
|
5098
|
-
"name": "provider.anthropic.timeouts.timeout",
|
|
5099
|
-
"type": "zeebe:input"
|
|
5100
|
-
},
|
|
5101
|
-
"condition": {
|
|
5102
|
-
"property": "provider.type",
|
|
5103
|
-
"equals": "anthropic",
|
|
5104
|
-
"type": "simple"
|
|
5105
|
-
},
|
|
5106
|
-
"type": "String"
|
|
5107
|
-
},
|
|
5108
5236
|
{
|
|
5109
5237
|
"id": "provider.bedrock.region",
|
|
5110
5238
|
"label": "Region",
|
|
@@ -5165,10 +5293,6 @@
|
|
|
5165
5293
|
"name": "Credentials",
|
|
5166
5294
|
"value": "credentials"
|
|
5167
5295
|
},
|
|
5168
|
-
{
|
|
5169
|
-
"name": "API Key",
|
|
5170
|
-
"value": "apiKey"
|
|
5171
|
-
},
|
|
5172
5296
|
{
|
|
5173
5297
|
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
5174
5298
|
"value": "defaultCredentialsChain"
|
|
@@ -5235,54 +5359,6 @@
|
|
|
5235
5359
|
},
|
|
5236
5360
|
"type": "String"
|
|
5237
5361
|
},
|
|
5238
|
-
{
|
|
5239
|
-
"id": "provider.bedrock.authentication.apiKey",
|
|
5240
|
-
"label": "API Key",
|
|
5241
|
-
"description": "Provide an API Key with permissions to interact with your AWS Bedrock Instance",
|
|
5242
|
-
"optional": false,
|
|
5243
|
-
"constraints": {
|
|
5244
|
-
"notEmpty": true
|
|
5245
|
-
},
|
|
5246
|
-
"feel": "optional",
|
|
5247
|
-
"group": "provider",
|
|
5248
|
-
"binding": {
|
|
5249
|
-
"name": "provider.bedrock.authentication.apiKey",
|
|
5250
|
-
"type": "zeebe:input"
|
|
5251
|
-
},
|
|
5252
|
-
"condition": {
|
|
5253
|
-
"allMatch": [
|
|
5254
|
-
{
|
|
5255
|
-
"property": "provider.bedrock.authentication.type",
|
|
5256
|
-
"equals": "apiKey",
|
|
5257
|
-
"type": "simple"
|
|
5258
|
-
},
|
|
5259
|
-
{
|
|
5260
|
-
"property": "provider.type",
|
|
5261
|
-
"equals": "bedrock",
|
|
5262
|
-
"type": "simple"
|
|
5263
|
-
}
|
|
5264
|
-
]
|
|
5265
|
-
},
|
|
5266
|
-
"type": "String"
|
|
5267
|
-
},
|
|
5268
|
-
{
|
|
5269
|
-
"id": "provider.bedrock.timeouts.timeout",
|
|
5270
|
-
"label": "Timeout",
|
|
5271
|
-
"description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
|
|
5272
|
-
"optional": true,
|
|
5273
|
-
"feel": "optional",
|
|
5274
|
-
"group": "provider",
|
|
5275
|
-
"binding": {
|
|
5276
|
-
"name": "provider.bedrock.timeouts.timeout",
|
|
5277
|
-
"type": "zeebe:input"
|
|
5278
|
-
},
|
|
5279
|
-
"condition": {
|
|
5280
|
-
"property": "provider.type",
|
|
5281
|
-
"equals": "bedrock",
|
|
5282
|
-
"type": "simple"
|
|
5283
|
-
},
|
|
5284
|
-
"type": "String"
|
|
5285
|
-
},
|
|
5286
5362
|
{
|
|
5287
5363
|
"id": "provider.azureOpenAi.endpoint",
|
|
5288
5364
|
"label": "Endpoint",
|
|
@@ -5477,24 +5553,6 @@
|
|
|
5477
5553
|
},
|
|
5478
5554
|
"type": "String"
|
|
5479
5555
|
},
|
|
5480
|
-
{
|
|
5481
|
-
"id": "provider.azureOpenAi.timeouts.timeout",
|
|
5482
|
-
"label": "Timeout",
|
|
5483
|
-
"description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
|
|
5484
|
-
"optional": true,
|
|
5485
|
-
"feel": "optional",
|
|
5486
|
-
"group": "provider",
|
|
5487
|
-
"binding": {
|
|
5488
|
-
"name": "provider.azureOpenAi.timeouts.timeout",
|
|
5489
|
-
"type": "zeebe:input"
|
|
5490
|
-
},
|
|
5491
|
-
"condition": {
|
|
5492
|
-
"property": "provider.type",
|
|
5493
|
-
"equals": "azureOpenAi",
|
|
5494
|
-
"type": "simple"
|
|
5495
|
-
},
|
|
5496
|
-
"type": "String"
|
|
5497
|
-
},
|
|
5498
5556
|
{
|
|
5499
5557
|
"id": "provider.googleVertexAi.projectId",
|
|
5500
5558
|
"label": "Project ID",
|
|
@@ -5650,24 +5708,6 @@
|
|
|
5650
5708
|
},
|
|
5651
5709
|
"type": "String"
|
|
5652
5710
|
},
|
|
5653
|
-
{
|
|
5654
|
-
"id": "provider.openai.timeouts.timeout",
|
|
5655
|
-
"label": "Timeout",
|
|
5656
|
-
"description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
|
|
5657
|
-
"optional": true,
|
|
5658
|
-
"feel": "optional",
|
|
5659
|
-
"group": "provider",
|
|
5660
|
-
"binding": {
|
|
5661
|
-
"name": "provider.openai.timeouts.timeout",
|
|
5662
|
-
"type": "zeebe:input"
|
|
5663
|
-
},
|
|
5664
|
-
"condition": {
|
|
5665
|
-
"property": "provider.type",
|
|
5666
|
-
"equals": "openai",
|
|
5667
|
-
"type": "simple"
|
|
5668
|
-
},
|
|
5669
|
-
"type": "String"
|
|
5670
|
-
},
|
|
5671
5711
|
{
|
|
5672
5712
|
"id": "provider.openaiCompatible.endpoint",
|
|
5673
5713
|
"label": "API endpoint",
|
|
@@ -5725,42 +5765,6 @@
|
|
|
5725
5765
|
},
|
|
5726
5766
|
"type": "String"
|
|
5727
5767
|
},
|
|
5728
|
-
{
|
|
5729
|
-
"id": "provider.openaiCompatible.queryParameters",
|
|
5730
|
-
"label": "Query Parameters",
|
|
5731
|
-
"description": "Map of query parameters to add to the request URL.",
|
|
5732
|
-
"optional": true,
|
|
5733
|
-
"feel": "required",
|
|
5734
|
-
"group": "provider",
|
|
5735
|
-
"binding": {
|
|
5736
|
-
"name": "provider.openaiCompatible.queryParameters",
|
|
5737
|
-
"type": "zeebe:input"
|
|
5738
|
-
},
|
|
5739
|
-
"condition": {
|
|
5740
|
-
"property": "provider.type",
|
|
5741
|
-
"equals": "openaiCompatible",
|
|
5742
|
-
"type": "simple"
|
|
5743
|
-
},
|
|
5744
|
-
"type": "String"
|
|
5745
|
-
},
|
|
5746
|
-
{
|
|
5747
|
-
"id": "provider.openaiCompatible.timeouts.timeout",
|
|
5748
|
-
"label": "Timeout",
|
|
5749
|
-
"description": "Timeout specification for API calls to the model provider defined as ISO-8601 duration (example: <code>PT60S</code>).",
|
|
5750
|
-
"optional": true,
|
|
5751
|
-
"feel": "optional",
|
|
5752
|
-
"group": "provider",
|
|
5753
|
-
"binding": {
|
|
5754
|
-
"name": "provider.openaiCompatible.timeouts.timeout",
|
|
5755
|
-
"type": "zeebe:input"
|
|
5756
|
-
},
|
|
5757
|
-
"condition": {
|
|
5758
|
-
"property": "provider.type",
|
|
5759
|
-
"equals": "openaiCompatible",
|
|
5760
|
-
"type": "simple"
|
|
5761
|
-
},
|
|
5762
|
-
"type": "String"
|
|
5763
|
-
},
|
|
5764
5768
|
{
|
|
5765
5769
|
"id": "provider.anthropic.model.model",
|
|
5766
5770
|
"label": "Model",
|
|
@@ -6273,7 +6277,7 @@
|
|
|
6273
6277
|
"id": "data.systemPrompt.prompt",
|
|
6274
6278
|
"label": "System prompt",
|
|
6275
6279
|
"optional": false,
|
|
6276
|
-
"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.\"",
|
|
6277
6281
|
"constraints": {
|
|
6278
6282
|
"notEmpty": true
|
|
6279
6283
|
},
|
|
@@ -6318,7 +6322,7 @@
|
|
|
6318
6322
|
"id": "agentContext",
|
|
6319
6323
|
"label": "Agent context",
|
|
6320
6324
|
"description": "Initial agent context from previous interactions. Avoid reusing context variables across agents to prevent issues with stale data or tool access.",
|
|
6321
|
-
"optional":
|
|
6325
|
+
"optional": true,
|
|
6322
6326
|
"feel": "required",
|
|
6323
6327
|
"group": "memory",
|
|
6324
6328
|
"binding": {
|
|
@@ -6461,7 +6465,7 @@
|
|
|
6461
6465
|
{
|
|
6462
6466
|
"id": "data.events.behavior",
|
|
6463
6467
|
"label": "Event handling behavior",
|
|
6464
|
-
"description": "Behavior
|
|
6468
|
+
"description": "Behavior on completing an event sub-process.",
|
|
6465
6469
|
"optional": false,
|
|
6466
6470
|
"value": "WAIT_FOR_TOOL_CALL_RESULTS",
|
|
6467
6471
|
"constraints": {
|
|
@@ -6479,7 +6483,7 @@
|
|
|
6479
6483
|
"value": "WAIT_FOR_TOOL_CALL_RESULTS"
|
|
6480
6484
|
},
|
|
6481
6485
|
{
|
|
6482
|
-
"name": "
|
|
6486
|
+
"name": "Cancel tool calls",
|
|
6483
6487
|
"value": "INTERRUPT_TOOL_CALLS"
|
|
6484
6488
|
}
|
|
6485
6489
|
]
|
|
@@ -6595,7 +6599,7 @@
|
|
|
6595
6599
|
"id": "version",
|
|
6596
6600
|
"label": "Version",
|
|
6597
6601
|
"description": "Version of the element template",
|
|
6598
|
-
"value": "
|
|
6602
|
+
"value": "3",
|
|
6599
6603
|
"group": "connector",
|
|
6600
6604
|
"binding": {
|
|
6601
6605
|
"key": "elementTemplateVersion",
|