@camunda/e2e-test-suite 0.0.576 → 0.0.578

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.
Files changed (80) hide show
  1. package/dist/pages/SM-8.7/ModelerCreatePage.js +5 -0
  2. package/dist/pages/SM-8.7/PlayPage.js +8 -0
  3. package/dist/resources/Basic_Auth_REST_Connector.bpmn +62 -0
  4. package/dist/resources/Camunda_Simple_User_Task_1.bpmn +41 -0
  5. package/dist/resources/Camunda_Simple_User_Task_2.bpmn +41 -0
  6. package/dist/resources/Camunda_Simple_User_Task_3.bpmn +41 -0
  7. package/dist/resources/Camunda_Simple_User_Task_4.bpmn +41 -0
  8. package/dist/resources/Camunda_Simple_User_Task_5.bpmn +41 -0
  9. package/dist/resources/Candidate_User_Process_Three_Tasks.bpmn +116 -0
  10. package/dist/resources/Candidate_User_Process_Two_Tasks.bpmn +91 -0
  11. package/dist/resources/Conditional_Events_All.bpmn +111 -0
  12. package/dist/resources/Connectors Document Handling.bpmn +298 -0
  13. package/dist/resources/ConnectorsBasicTest.bpmn +2292 -0
  14. package/dist/resources/Intermediate_Event_Webhook_Connector_No_Auth_Process.bpmn +60 -0
  15. package/dist/resources/Job_Worker_Process.bpmn +38 -0
  16. package/dist/resources/New Form.form +24 -0
  17. package/dist/resources/Play_Test_User_Service_Task.bpmn +56 -0
  18. package/dist/resources/REST_Connector_Bearer_Auth_Process.bpmn +53 -0
  19. package/dist/resources/REST_Connector_No_Auth_Process.bpmn +52 -0
  20. package/dist/resources/Rest Connector Timer Event.bpmn +227 -0
  21. package/dist/resources/SM_Document_Handling_Connectors_User_Flow.bpmn +297 -0
  22. package/dist/resources/Start_Event_Webhook_Connector_No_Auth_Process.bpmn +43 -0
  23. package/dist/resources/Start_Form_Process.bpmn +29 -0
  24. package/dist/resources/User_Task_Editing_Variables.bpmn +41 -0
  25. package/dist/resources/User_Task_Process_With_Form.bpmn +41 -0
  26. package/dist/resources/User_Task_Process_With_Form_2.bpmn +41 -0
  27. package/dist/resources/User_Task_Process_With_Form_3.bpmn +42 -0
  28. package/dist/resources/User_Task_Process_With_Form_API.bpmn +41 -0
  29. package/dist/resources/Variable_Process.bpmn +38 -0
  30. package/dist/resources/Zeebe_User_Task.bpmn +41 -0
  31. package/dist/resources/Zeebe_User_Task_Process_With_Priority.bpmn +145 -0
  32. package/dist/resources/agentic_ai/ai-agent-chat-user-feedback.form +87 -0
  33. package/dist/resources/agentic_ai/ai-agent-chat-with-tools_aws.bpmn +443 -0
  34. package/dist/resources/agentic_ai/ai-agent-chat-with-tools_azure.bpmn +441 -0
  35. package/dist/resources/agentic_ai/ai-agent-chat-with-tools_open_ai.bpmn +438 -0
  36. package/dist/resources/agentic_ai/ai-agent-subprocess-with-tools_aws_key.bpmn +115 -0
  37. package/dist/resources/camunda.png +0 -0
  38. package/dist/resources/cluster_variables/cluster_variable_global_scope.bpmn +59 -0
  39. package/dist/resources/cluster_variables/cluster_variable_json_form.form +49 -0
  40. package/dist/resources/cluster_variables/cluster_variable_json_mutable.bpmn +33 -0
  41. package/dist/resources/cluster_variables/cluster_variable_json_readonly.bpmn +59 -0
  42. package/dist/resources/cluster_variables/cluster_variable_string_form.form +31 -0
  43. package/dist/resources/cluster_variables/cluster_variable_string_mutable.bpmn +31 -0
  44. package/dist/resources/cluster_variables/cluster_variable_string_readonly.bpmn +57 -0
  45. package/dist/resources/cluster_variables/preview_cluster_variables.form +49 -0
  46. package/dist/resources/connectors/aws/agentcore-runtime.bpmn +70 -0
  47. package/dist/resources/connectors/aws/bedrock-agentcore-ltm.bpmn +73 -0
  48. package/dist/resources/connectors/aws/bedrock-knowledge-base.bpmn +72 -0
  49. package/dist/resources/connectors/db_vector_connector/db-vector-plain-text_azure_open_ai.bpmn +183 -0
  50. package/dist/resources/connectors/db_vector_connector/db-vector-plain-text_open_ai.bpmn +178 -0
  51. package/dist/resources/connectors/db_vector_connector/db-vector-plain-text_openai_amazon_opensearch.bpmn +189 -0
  52. package/dist/resources/connectors/db_vector_connector/db-vector-retrieve-data.form +34 -0
  53. package/dist/resources/idp/idp_sample_bank_statement.pdf +0 -0
  54. package/dist/resources/idp/structured_invoice_1.pdf +74 -0
  55. package/dist/resources/idp/structured_invoice_2.pdf +74 -0
  56. package/dist/resources/idp/structured_invoice_3.pdf +74 -0
  57. package/dist/resources/idp/structured_invoice_test.pdf +74 -0
  58. package/dist/resources/mcp_server/keycloak/camunda-platform-realm.json +45 -0
  59. package/dist/resources/mcp_server/mcp_remote_client_basic_auth.bpmn +69 -0
  60. package/dist/resources/mcp_server/mcp_remote_client_bearer_auth.bpmn +68 -0
  61. package/dist/resources/mcp_server/mcp_remote_client_oauth_auth.bpmn +76 -0
  62. package/dist/resources/mcp_server/mcp_remote_client_operations.bpmn +373 -0
  63. package/dist/resources/mcp_server/mcp_server_list_tools.bpmn +69 -0
  64. package/dist/resources/mcp_server_saas/mcp_cluster_tools.bpmn +168 -0
  65. package/dist/resources/mcp_server_saas/mcp_incident_test_file.bpmn +54 -0
  66. package/dist/resources/mcp_server_saas/mcp_incident_tools.bpmn +240 -0
  67. package/dist/resources/mcp_server_saas/mcp_process_definition_test_file.bpmn +51 -0
  68. package/dist/resources/mcp_server_saas/mcp_process_definition_tools.bpmn +234 -0
  69. package/dist/resources/mcp_server_saas/mcp_process_instance_test_file.bpmn +51 -0
  70. package/dist/resources/mcp_server_saas/mcp_process_instance_tools.bpmn +232 -0
  71. package/dist/resources/mcp_server_saas/mcp_user_task_test_file.bpmn +55 -0
  72. package/dist/resources/mcp_server_saas/mcp_user_task_tools.bpmn +309 -0
  73. package/dist/resources/mcp_server_saas/mcp_variable_test_file.bpmn +35 -0
  74. package/dist/resources/mcp_server_saas/mcp_variable_tools.bpmn +170 -0
  75. package/dist/resources/simple_pdf.pdf +0 -0
  76. package/dist/resources/simple_text.txt +1 -0
  77. package/dist/resources/test-api-v2-complete.sh +12202 -0
  78. package/dist/resources/workspace-templates/camunda-nightlies/camunda-nightlies.guidance.md +72 -0
  79. package/dist/resources/workspace-templates/camunda-nightlies/camunda-nightlies.guidance.yaml +28 -0
  80. package/package.json +2 -2
@@ -0,0 +1,49 @@
1
+ {
2
+ "executionPlatform": "Camunda Cloud",
3
+ "executionPlatformVersion": "8.9.0",
4
+ "exporter": {
5
+ "name": "Camunda Web Modeler",
6
+ "version": "52c6ff6"
7
+ },
8
+ "schemaVersion": 19,
9
+ "id": "Form_ClusterVarJSON",
10
+ "components": [
11
+ {
12
+ "text": "## Preview cluster variables values",
13
+ "type": "text",
14
+ "layout": {
15
+ "row": "Row_1ot3zaj",
16
+ "columns": null
17
+ },
18
+ "id": "Field_0i7934f"
19
+ },
20
+ {
21
+ "text": "=\"URL: \" + URL",
22
+ "type": "text",
23
+ "layout": {
24
+ "row": "Row_070cif4",
25
+ "columns": 8
26
+ },
27
+ "id": "Field_0wpjw07"
28
+ },
29
+ {
30
+ "text": "=\"TIMEOUT_MS: \" + string(TIMEOUT_MS)",
31
+ "type": "text",
32
+ "layout": {
33
+ "row": "Row_02sn9nh",
34
+ "columns": null
35
+ },
36
+ "id": "Field_1swmbet"
37
+ },
38
+ {
39
+ "text": "=\"ARRAY: \" + string join(ARRAY, \",\")",
40
+ "type": "text",
41
+ "layout": {
42
+ "row": "Row_09wnpda",
43
+ "columns": null
44
+ },
45
+ "id": "Field_0sc3tvx"
46
+ }
47
+ ],
48
+ "type": "default"
49
+ }
@@ -0,0 +1,33 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:modeler="http://camunda.org/schema/modeler/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Web Modeler" exporterVersion="52c6ff6" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.9.0">
3
+ <bpmn:process id="cluster_variable_updatable_json" name="Cluster Variable Updatable JSON" isExecutable="true">
4
+ <bpmn:startEvent id="StartEvent_1">
5
+ <bpmn:extensionElements>
6
+ <zeebe:ioMapping>
7
+ <zeebe:output source="=camunda.vars.env.UPDATABLE_API_INFO.endpoint" target="URL" />
8
+ <zeebe:output source="=camunda.vars.env.UPDATABLE_API_INFO.timeout_ms" target="TIMEOUT_MS" />
9
+ <zeebe:output source="=camunda.vars.env.UPDATABLE_API_INFO.array" target="ARRAY" />
10
+ </zeebe:ioMapping>
11
+ </bpmn:extensionElements>
12
+ <bpmn:outgoing>Flow_1k9dndp</bpmn:outgoing>
13
+ </bpmn:startEvent>
14
+ <bpmn:sequenceFlow id="Flow_1k9dndp" sourceRef="StartEvent_1" targetRef="Event_1mc2ikr" />
15
+ <bpmn:endEvent id="Event_1mc2ikr">
16
+ <bpmn:incoming>Flow_1k9dndp</bpmn:incoming>
17
+ </bpmn:endEvent>
18
+ </bpmn:process>
19
+ <bpmndi:BPMNDiagram id="BPMNDiagram_1">
20
+ <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="cluster_variable_updatable_json">
21
+ <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
22
+ <dc:Bounds x="179" y="159" width="36" height="36" />
23
+ </bpmndi:BPMNShape>
24
+ <bpmndi:BPMNShape id="Event_1mc2ikr_di" bpmnElement="Event_1mc2ikr">
25
+ <dc:Bounds x="312" y="159" width="36" height="36" />
26
+ </bpmndi:BPMNShape>
27
+ <bpmndi:BPMNEdge id="Flow_1k9dndp_di" bpmnElement="Flow_1k9dndp">
28
+ <di:waypoint x="215" y="177" />
29
+ <di:waypoint x="312" y="177" />
30
+ </bpmndi:BPMNEdge>
31
+ </bpmndi:BPMNPlane>
32
+ </bpmndi:BPMNDiagram>
33
+ </bpmn:definitions>
@@ -0,0 +1,59 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL"
3
+ xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"
4
+ xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"
5
+ xmlns:zeebe="http://camunda.org/schema/zeebe/1.0"
6
+ xmlns:modeler="http://camunda.org/schema/modeler/1.0"
7
+ xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1"
8
+ targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Web Modeler"
9
+ exporterVersion="52c6ff6" modeler:executionPlatform="Camunda Cloud"
10
+ modeler:executionPlatformVersion="8.9.0">
11
+ <bpmn:process id="cluster_variable_original_json" name="Cluster Variable Original JSON"
12
+ isExecutable="true">
13
+ <bpmn:startEvent id="StartEvent_1">
14
+ <bpmn:extensionElements>
15
+ <zeebe:ioMapping>
16
+ <zeebe:output source="=camunda.vars.env.ORIGINAL_API_INFO.endpoint" target="URL" />
17
+ <zeebe:output source="=camunda.vars.env.ORIGINAL_API_INFO.timeout_ms" target="TIMEOUT_MS" />
18
+ <zeebe:output source="=camunda.vars.env.ORIGINAL_API_INFO.array" target="ARRAY" />
19
+ </zeebe:ioMapping>
20
+ </bpmn:extensionElements>
21
+ <bpmn:outgoing>Flow_1k9dndp</bpmn:outgoing>
22
+ </bpmn:startEvent>
23
+ <bpmn:sequenceFlow id="Flow_1k9dndp" sourceRef="StartEvent_1" targetRef="Activity_1whhatc" />
24
+ <bpmn:endEvent id="Event_1mc2ikr">
25
+ <bpmn:incoming>Flow_0wixfng</bpmn:incoming>
26
+ </bpmn:endEvent>
27
+ <bpmn:sequenceFlow id="Flow_0wixfng" sourceRef="Activity_1whhatc" targetRef="Event_1mc2ikr" />
28
+ <bpmn:userTask id="Activity_1whhatc" name="Preview JSON cluster variables">
29
+ <bpmn:extensionElements>
30
+ <zeebe:userTask />
31
+ <zeebe:formDefinition formId="Form_ClusterVarJSON" />
32
+ </bpmn:extensionElements>
33
+ <bpmn:incoming>Flow_1k9dndp</bpmn:incoming>
34
+ <bpmn:outgoing>Flow_0wixfng</bpmn:outgoing>
35
+ </bpmn:userTask>
36
+ </bpmn:process>
37
+ <bpmndi:BPMNDiagram id="BPMNDiagram_1">
38
+ <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="cluster_variable_original_json">
39
+ <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
40
+ <dc:Bounds x="342" y="272" width="36" height="36" />
41
+ </bpmndi:BPMNShape>
42
+ <bpmndi:BPMNShape id="Event_1mc2ikr_di" bpmnElement="Event_1mc2ikr">
43
+ <dc:Bounds x="582" y="272" width="36" height="36" />
44
+ </bpmndi:BPMNShape>
45
+ <bpmndi:BPMNShape id="Activity_0lwojkk_di" bpmnElement="Activity_1whhatc">
46
+ <dc:Bounds x="430" y="250" width="100" height="80" />
47
+ <bpmndi:BPMNLabel />
48
+ </bpmndi:BPMNShape>
49
+ <bpmndi:BPMNEdge id="Flow_1k9dndp_di" bpmnElement="Flow_1k9dndp">
50
+ <di:waypoint x="378" y="290" />
51
+ <di:waypoint x="430" y="290" />
52
+ </bpmndi:BPMNEdge>
53
+ <bpmndi:BPMNEdge id="Flow_0wixfng_di" bpmnElement="Flow_0wixfng">
54
+ <di:waypoint x="530" y="290" />
55
+ <di:waypoint x="582" y="290" />
56
+ </bpmndi:BPMNEdge>
57
+ </bpmndi:BPMNPlane>
58
+ </bpmndi:BPMNDiagram>
59
+ </bpmn:definitions>
@@ -0,0 +1,31 @@
1
+ {
2
+ "executionPlatform": "Camunda Cloud",
3
+ "executionPlatformVersion": "8.9.0",
4
+ "exporter": {
5
+ "name": "Camunda Web Modeler",
6
+ "version": "52c6ff6"
7
+ },
8
+ "schemaVersion": 19,
9
+ "id": "Form_ClusterVarString",
10
+ "components": [
11
+ {
12
+ "text": "## Preview String cluster variable value",
13
+ "type": "text",
14
+ "layout": {
15
+ "row": "Row_1ot3zaj",
16
+ "columns": null
17
+ },
18
+ "id": "Field_0i7934f"
19
+ },
20
+ {
21
+ "text": "=\"App Version: \" + APP_VERSION_VALUE",
22
+ "type": "text",
23
+ "layout": {
24
+ "row": "Row_070cif4",
25
+ "columns": null
26
+ },
27
+ "id": "Field_0wpjw07"
28
+ }
29
+ ],
30
+ "type": "default"
31
+ }
@@ -0,0 +1,31 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:modeler="http://camunda.org/schema/modeler/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Web Modeler" exporterVersion="52c6ff6" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.9.0">
3
+ <bpmn:process id="cluster_variable_updatable_string" name="Cluster Variable Updatable String" isExecutable="true">
4
+ <bpmn:startEvent id="StartEvent_1">
5
+ <bpmn:extensionElements>
6
+ <zeebe:ioMapping>
7
+ <zeebe:output source="=camunda.vars.env.UPDATABLE_APP_VERSION" target="APP_VERSION_VALUE" />
8
+ </zeebe:ioMapping>
9
+ </bpmn:extensionElements>
10
+ <bpmn:outgoing>Flow_1k9dndp</bpmn:outgoing>
11
+ </bpmn:startEvent>
12
+ <bpmn:sequenceFlow id="Flow_1k9dndp" sourceRef="StartEvent_1" targetRef="Event_1mc2ikr" />
13
+ <bpmn:endEvent id="Event_1mc2ikr">
14
+ <bpmn:incoming>Flow_1k9dndp</bpmn:incoming>
15
+ </bpmn:endEvent>
16
+ </bpmn:process>
17
+ <bpmndi:BPMNDiagram id="BPMNDiagram_1">
18
+ <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="cluster_variable_updatable_string">
19
+ <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
20
+ <dc:Bounds x="179" y="159" width="36" height="36" />
21
+ </bpmndi:BPMNShape>
22
+ <bpmndi:BPMNShape id="Event_1mc2ikr_di" bpmnElement="Event_1mc2ikr">
23
+ <dc:Bounds x="312" y="159" width="36" height="36" />
24
+ </bpmndi:BPMNShape>
25
+ <bpmndi:BPMNEdge id="Flow_1k9dndp_di" bpmnElement="Flow_1k9dndp">
26
+ <di:waypoint x="215" y="177" />
27
+ <di:waypoint x="312" y="177" />
28
+ </bpmndi:BPMNEdge>
29
+ </bpmndi:BPMNPlane>
30
+ </bpmndi:BPMNDiagram>
31
+ </bpmn:definitions>
@@ -0,0 +1,57 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL"
3
+ xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"
4
+ xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"
5
+ xmlns:zeebe="http://camunda.org/schema/zeebe/1.0"
6
+ xmlns:modeler="http://camunda.org/schema/modeler/1.0"
7
+ xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1"
8
+ targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Web Modeler"
9
+ exporterVersion="52c6ff6" modeler:executionPlatform="Camunda Cloud"
10
+ modeler:executionPlatformVersion="8.9.0">
11
+ <bpmn:process id="cluster_variable_original_string" name="Cluster Variable Original String"
12
+ isExecutable="true">
13
+ <bpmn:startEvent id="StartEvent_1">
14
+ <bpmn:extensionElements>
15
+ <zeebe:ioMapping>
16
+ <zeebe:output source="=camunda.vars.env.ORIGINAL_APP_VERSION" target="APP_VERSION_VALUE" />
17
+ </zeebe:ioMapping>
18
+ </bpmn:extensionElements>
19
+ <bpmn:outgoing>Flow_1k9dndp</bpmn:outgoing>
20
+ </bpmn:startEvent>
21
+ <bpmn:sequenceFlow id="Flow_1k9dndp" sourceRef="StartEvent_1" targetRef="Activity_1whhatc" />
22
+ <bpmn:endEvent id="Event_1mc2ikr">
23
+ <bpmn:incoming>Flow_0wixfng</bpmn:incoming>
24
+ </bpmn:endEvent>
25
+ <bpmn:sequenceFlow id="Flow_0wixfng" sourceRef="Activity_1whhatc" targetRef="Event_1mc2ikr" />
26
+ <bpmn:userTask id="Activity_1whhatc" name="Preview String cluster variable">
27
+ <bpmn:extensionElements>
28
+ <zeebe:userTask />
29
+ <zeebe:formDefinition formId="Form_ClusterVarString" />
30
+ </bpmn:extensionElements>
31
+ <bpmn:incoming>Flow_1k9dndp</bpmn:incoming>
32
+ <bpmn:outgoing>Flow_0wixfng</bpmn:outgoing>
33
+ </bpmn:userTask>
34
+ </bpmn:process>
35
+ <bpmndi:BPMNDiagram id="BPMNDiagram_1">
36
+ <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="cluster_variable_original_string">
37
+ <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
38
+ <dc:Bounds x="342" y="272" width="36" height="36" />
39
+ </bpmndi:BPMNShape>
40
+ <bpmndi:BPMNShape id="Event_1mc2ikr_di" bpmnElement="Event_1mc2ikr">
41
+ <dc:Bounds x="582" y="272" width="36" height="36" />
42
+ </bpmndi:BPMNShape>
43
+ <bpmndi:BPMNShape id="Activity_0lwojkk_di" bpmnElement="Activity_1whhatc">
44
+ <dc:Bounds x="430" y="250" width="100" height="80" />
45
+ <bpmndi:BPMNLabel />
46
+ </bpmndi:BPMNShape>
47
+ <bpmndi:BPMNEdge id="Flow_1k9dndp_di" bpmnElement="Flow_1k9dndp">
48
+ <di:waypoint x="378" y="290" />
49
+ <di:waypoint x="430" y="290" />
50
+ </bpmndi:BPMNEdge>
51
+ <bpmndi:BPMNEdge id="Flow_0wixfng_di" bpmnElement="Flow_0wixfng">
52
+ <di:waypoint x="530" y="290" />
53
+ <di:waypoint x="582" y="290" />
54
+ </bpmndi:BPMNEdge>
55
+ </bpmndi:BPMNPlane>
56
+ </bpmndi:BPMNDiagram>
57
+ </bpmn:definitions>
@@ -0,0 +1,49 @@
1
+ {
2
+ "executionPlatform": "Camunda Cloud",
3
+ "executionPlatformVersion": "8.8.0",
4
+ "exporter": {
5
+ "name": "Camunda Web Modeler",
6
+ "version": "52c6ff6"
7
+ },
8
+ "schemaVersion": 19,
9
+ "id": "Form_0oh0w16",
10
+ "components": [
11
+ {
12
+ "text": "## Preview cluster variables values",
13
+ "type": "text",
14
+ "layout": {
15
+ "row": "Row_1ot3zaj",
16
+ "columns": null
17
+ },
18
+ "id": "Field_0i7934f"
19
+ },
20
+ {
21
+ "text": "=\"URL: \" + URL",
22
+ "type": "text",
23
+ "layout": {
24
+ "row": "Row_070cif4",
25
+ "columns": 8
26
+ },
27
+ "id": "Field_0wpjw07"
28
+ },
29
+ {
30
+ "text": "=\"TIMEOUT_MS: \" + string(TIMEOUT_MS)",
31
+ "type": "text",
32
+ "layout": {
33
+ "row": "Row_02sn9nh",
34
+ "columns": null
35
+ },
36
+ "id": "Field_1swmbet"
37
+ },
38
+ {
39
+ "text": "=\"ARRAY: \" + string join(ARRAY, \",\")",
40
+ "type": "text",
41
+ "layout": {
42
+ "row": "Row_09wnpda",
43
+ "columns": null
44
+ },
45
+ "id": "Field_0sc3tvx"
46
+ }
47
+ ],
48
+ "type": "default"
49
+ }
@@ -0,0 +1,70 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL"
3
+ xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"
4
+ xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"
5
+ xmlns:zeebe="http://camunda.org/schema/zeebe/1.0"
6
+ xmlns:di="http://www.omg.org/spec/DD/20100524/DI"
7
+ xmlns:modeler="http://camunda.org/schema/modeler/1.0"
8
+ id="Definitions_1"
9
+ targetNamespace="http://bpmn.io/schema/bpmn"
10
+ exporter="Camunda Web Modeler"
11
+ exporterVersion="1.0.0"
12
+ modeler:executionPlatform="Camunda Cloud"
13
+ modeler:executionPlatformVersion="8.10.0">
14
+ <bpmn:process id="aws_agentcore_runtime" name="AWS AgentCore Runtime" isExecutable="true">
15
+ <bpmn:startEvent id="StartEvent_1">
16
+ <bpmn:outgoing>Flow_1</bpmn:outgoing>
17
+ </bpmn:startEvent>
18
+ <bpmn:sequenceFlow id="Flow_1" sourceRef="StartEvent_1" targetRef="AgentCoreTask" />
19
+ <bpmn:serviceTask id="AgentCoreTask" name="Invoke Agent Runtime"
20
+ zeebe:modelerTemplate="io.camunda.connectors.aws.bedrock.agentcore.runtime.v1"
21
+ zeebe:modelerTemplateVersion="1">
22
+ <bpmn:extensionElements>
23
+ <zeebe:taskDefinition type="io.camunda:aws-bedrock-agentcore-runtime:1" retries="3" />
24
+ <zeebe:ioMapping>
25
+ <zeebe:input source="credentials" target="authentication.type" />
26
+ <zeebe:input source="{{secrets.AGENTCORE_AWS_ACCESS_KEY}}" target="authentication.accessKey" />
27
+ <zeebe:input source="{{secrets.AGENTCORE_AWS_SECRET_KEY}}" target="authentication.secretKey" />
28
+ <zeebe:input source="{{secrets.AGENTCORE_AWS_REGION}}" target="configuration.region" />
29
+ <zeebe:input source="{{secrets.AGENTCORE_AGENT_RUNTIME_ARN}}" target="input.agentRuntimeArn" />
30
+ <zeebe:input source="={inputText: &quot;What is the capital of France?&quot;}" target="input.payload" />
31
+ </zeebe:ioMapping>
32
+ <zeebe:taskHeaders>
33
+ <zeebe:header key="elementTemplateVersion" value="1" />
34
+ <zeebe:header key="elementTemplateId" value="io.camunda.connectors.aws.bedrock.agentcore.runtime.v1" />
35
+ <zeebe:header key="resultVariable" value="agentCoreResult" />
36
+ <zeebe:header key="resultExpression" value="={agentResponse: response, sessionId: sessionId}" />
37
+ <zeebe:header key="retryBackoff" value="PT0S" />
38
+ </zeebe:taskHeaders>
39
+ </bpmn:extensionElements>
40
+ <bpmn:incoming>Flow_1</bpmn:incoming>
41
+ <bpmn:outgoing>Flow_2</bpmn:outgoing>
42
+ </bpmn:serviceTask>
43
+ <bpmn:sequenceFlow id="Flow_2" sourceRef="AgentCoreTask" targetRef="EndEvent_1" />
44
+ <bpmn:endEvent id="EndEvent_1">
45
+ <bpmn:incoming>Flow_2</bpmn:incoming>
46
+ </bpmn:endEvent>
47
+ </bpmn:process>
48
+ <bpmndi:BPMNDiagram id="BPMNDiagram_1">
49
+ <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="aws_agentcore_runtime">
50
+ <bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="StartEvent_1">
51
+ <dc:Bounds x="152" y="82" width="36" height="36" />
52
+ </bpmndi:BPMNShape>
53
+ <bpmndi:BPMNShape id="AgentCoreTask_di" bpmnElement="AgentCoreTask">
54
+ <dc:Bounds x="240" y="60" width="100" height="80" />
55
+ <bpmndi:BPMNLabel />
56
+ </bpmndi:BPMNShape>
57
+ <bpmndi:BPMNShape id="EndEvent_1_di" bpmnElement="EndEvent_1">
58
+ <dc:Bounds x="392" y="82" width="36" height="36" />
59
+ </bpmndi:BPMNShape>
60
+ <bpmndi:BPMNEdge id="Flow_1_di" bpmnElement="Flow_1">
61
+ <di:waypoint x="188" y="100" />
62
+ <di:waypoint x="240" y="100" />
63
+ </bpmndi:BPMNEdge>
64
+ <bpmndi:BPMNEdge id="Flow_2_di" bpmnElement="Flow_2">
65
+ <di:waypoint x="340" y="100" />
66
+ <di:waypoint x="392" y="100" />
67
+ </bpmndi:BPMNEdge>
68
+ </bpmndi:BPMNPlane>
69
+ </bpmndi:BPMNDiagram>
70
+ </bpmn:definitions>
@@ -0,0 +1,73 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL"
3
+ xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"
4
+ xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"
5
+ xmlns:zeebe="http://camunda.org/schema/zeebe/1.0"
6
+ xmlns:di="http://www.omg.org/spec/DD/20100524/DI"
7
+ xmlns:modeler="http://camunda.org/schema/modeler/1.0"
8
+ id="Definitions_1"
9
+ targetNamespace="http://bpmn.io/schema/bpmn"
10
+ exporter="Camunda Web Modeler"
11
+ exporterVersion="1.0.0"
12
+ modeler:executionPlatform="Camunda Cloud"
13
+ modeler:executionPlatformVersion="8.10.0">
14
+ <bpmn:process id="aws_bedrock_agentcore_ltm" name="AWS Bedrock AgentCore LTM" isExecutable="true">
15
+ <bpmn:startEvent id="StartEvent_1">
16
+ <bpmn:outgoing>Flow_1</bpmn:outgoing>
17
+ </bpmn:startEvent>
18
+ <bpmn:sequenceFlow id="Flow_1" sourceRef="StartEvent_1" targetRef="AgentCoreMemoryTask" />
19
+ <bpmn:serviceTask id="AgentCoreMemoryTask" name="Retrieve Memory Records"
20
+ zeebe:modelerTemplate="io.camunda.connectors.aws.bedrock.agentcore.memory.longterm.v1"
21
+ zeebe:modelerTemplateVersion="1">
22
+ <bpmn:extensionElements>
23
+ <zeebe:taskDefinition type="io.camunda:aws-bedrock-agentcore-lt-memory:1" retries="3" />
24
+ <zeebe:ioMapping>
25
+ <zeebe:input source="credentials" target="authentication.type" />
26
+ <zeebe:input source="{{secrets.AGENTCORE_LTM_AWS_ACCESS_KEY}}" target="authentication.accessKey" />
27
+ <zeebe:input source="{{secrets.AGENTCORE_LTM_AWS_SECRET_KEY}}" target="authentication.secretKey" />
28
+ <zeebe:input source="{{secrets.AGENTCORE_LTM_AWS_REGION}}" target="configuration.region" />
29
+ <zeebe:input source="{{secrets.AGENTCORE_LTM_MEMORY_ID}}" target="memoryId" />
30
+ <zeebe:input source="{{secrets.AGENTCORE_LTM_NAMESPACE}}" target="namespace" />
31
+ <zeebe:input source="retrieve" target="operation.operationDiscriminator" />
32
+ <zeebe:input source="What do you remember about me?" target="operation.query" />
33
+ <zeebe:input source="5" target="operation.maxResults" />
34
+ </zeebe:ioMapping>
35
+ <zeebe:taskHeaders>
36
+ <zeebe:header key="elementTemplateVersion" value="1" />
37
+ <zeebe:header key="elementTemplateId" value="io.camunda.connectors.aws.bedrock.agentcore.memory.longterm.v1" />
38
+ <zeebe:header key="resultVariable" value="agentcoreResult" />
39
+ <zeebe:header key="resultExpression" value="={memoryRecords: records}" />
40
+ <zeebe:header key="retryBackoff" value="PT0S" />
41
+ </zeebe:taskHeaders>
42
+ </bpmn:extensionElements>
43
+ <bpmn:incoming>Flow_1</bpmn:incoming>
44
+ <bpmn:outgoing>Flow_2</bpmn:outgoing>
45
+ </bpmn:serviceTask>
46
+ <bpmn:sequenceFlow id="Flow_2" sourceRef="AgentCoreMemoryTask" targetRef="EndEvent_1" />
47
+ <bpmn:endEvent id="EndEvent_1">
48
+ <bpmn:incoming>Flow_2</bpmn:incoming>
49
+ </bpmn:endEvent>
50
+ </bpmn:process>
51
+ <bpmndi:BPMNDiagram id="BPMNDiagram_1">
52
+ <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="aws_bedrock_agentcore_ltm">
53
+ <bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="StartEvent_1">
54
+ <dc:Bounds x="152" y="82" width="36" height="36" />
55
+ </bpmndi:BPMNShape>
56
+ <bpmndi:BPMNShape id="AgentCoreMemoryTask_di" bpmnElement="AgentCoreMemoryTask">
57
+ <dc:Bounds x="240" y="60" width="100" height="80" />
58
+ <bpmndi:BPMNLabel />
59
+ </bpmndi:BPMNShape>
60
+ <bpmndi:BPMNShape id="EndEvent_1_di" bpmnElement="EndEvent_1">
61
+ <dc:Bounds x="392" y="82" width="36" height="36" />
62
+ </bpmndi:BPMNShape>
63
+ <bpmndi:BPMNEdge id="Flow_1_di" bpmnElement="Flow_1">
64
+ <di:waypoint x="188" y="100" />
65
+ <di:waypoint x="240" y="100" />
66
+ </bpmndi:BPMNEdge>
67
+ <bpmndi:BPMNEdge id="Flow_2_di" bpmnElement="Flow_2">
68
+ <di:waypoint x="340" y="100" />
69
+ <di:waypoint x="392" y="100" />
70
+ </bpmndi:BPMNEdge>
71
+ </bpmndi:BPMNPlane>
72
+ </bpmndi:BPMNDiagram>
73
+ </bpmn:definitions>
@@ -0,0 +1,72 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL"
3
+ xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"
4
+ xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"
5
+ xmlns:zeebe="http://camunda.org/schema/zeebe/1.0"
6
+ xmlns:di="http://www.omg.org/spec/DD/20100524/DI"
7
+ xmlns:modeler="http://camunda.org/schema/modeler/1.0"
8
+ id="Definitions_1"
9
+ targetNamespace="http://bpmn.io/schema/bpmn"
10
+ exporter="Camunda Web Modeler"
11
+ exporterVersion="1.0.0"
12
+ modeler:executionPlatform="Camunda Cloud"
13
+ modeler:executionPlatformVersion="8.10.0">
14
+ <bpmn:process id="aws_bedrock_knowledge_base" name="AWS Bedrock Knowledge Base" isExecutable="true">
15
+ <bpmn:startEvent id="StartEvent_1">
16
+ <bpmn:outgoing>Flow_1</bpmn:outgoing>
17
+ </bpmn:startEvent>
18
+ <bpmn:sequenceFlow id="Flow_1" sourceRef="StartEvent_1" targetRef="BedrockKBTask" />
19
+ <bpmn:serviceTask id="BedrockKBTask" name="Retrieve from Knowledge Base"
20
+ zeebe:modelerTemplate="io.camunda.connectors.aws.bedrock.knowledgebase.v1"
21
+ zeebe:modelerTemplateVersion="1">
22
+ <bpmn:extensionElements>
23
+ <zeebe:taskDefinition type="io.camunda:aws-bedrock-knowledgebase:1" retries="3" />
24
+ <zeebe:ioMapping>
25
+ <zeebe:input source="credentials" target="authentication.type" />
26
+ <zeebe:input source="{{secrets.BEDROCK_KB_AWS_ACCESS_KEY}}" target="authentication.accessKey" />
27
+ <zeebe:input source="{{secrets.BEDROCK_KB_AWS_SECRET_KEY}}" target="authentication.secretKey" />
28
+ <zeebe:input source="{{secrets.BEDROCK_KB_AWS_REGION}}" target="configuration.region" />
29
+ <zeebe:input source="{{secrets.BEDROCK_KB_KNOWLEDGE_BASE_ID}}" target="knowledgeBaseId" />
30
+ <zeebe:input source="retrieve" target="operation.operationDiscriminator" />
31
+ <zeebe:input source="What are our company working hours?" target="operation.query" />
32
+ <zeebe:input source="5" target="operation.numberOfResults" />
33
+ </zeebe:ioMapping>
34
+ <zeebe:taskHeaders>
35
+ <zeebe:header key="elementTemplateVersion" value="1" />
36
+ <zeebe:header key="elementTemplateId" value="io.camunda.connectors.aws.bedrock.knowledgebase.v1" />
37
+ <zeebe:header key="resultVariable" value="bedrockResult" />
38
+ <zeebe:header key="resultExpression" value="={retrievedChunks: results}" />
39
+ <zeebe:header key="retryBackoff" value="PT0S" />
40
+ </zeebe:taskHeaders>
41
+ </bpmn:extensionElements>
42
+ <bpmn:incoming>Flow_1</bpmn:incoming>
43
+ <bpmn:outgoing>Flow_2</bpmn:outgoing>
44
+ </bpmn:serviceTask>
45
+ <bpmn:sequenceFlow id="Flow_2" sourceRef="BedrockKBTask" targetRef="EndEvent_1" />
46
+ <bpmn:endEvent id="EndEvent_1">
47
+ <bpmn:incoming>Flow_2</bpmn:incoming>
48
+ </bpmn:endEvent>
49
+ </bpmn:process>
50
+ <bpmndi:BPMNDiagram id="BPMNDiagram_1">
51
+ <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="aws_bedrock_knowledge_base">
52
+ <bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="StartEvent_1">
53
+ <dc:Bounds x="152" y="82" width="36" height="36" />
54
+ </bpmndi:BPMNShape>
55
+ <bpmndi:BPMNShape id="BedrockKBTask_di" bpmnElement="BedrockKBTask">
56
+ <dc:Bounds x="240" y="60" width="100" height="80" />
57
+ <bpmndi:BPMNLabel />
58
+ </bpmndi:BPMNShape>
59
+ <bpmndi:BPMNShape id="EndEvent_1_di" bpmnElement="EndEvent_1">
60
+ <dc:Bounds x="392" y="82" width="36" height="36" />
61
+ </bpmndi:BPMNShape>
62
+ <bpmndi:BPMNEdge id="Flow_1_di" bpmnElement="Flow_1">
63
+ <di:waypoint x="188" y="100" />
64
+ <di:waypoint x="240" y="100" />
65
+ </bpmndi:BPMNEdge>
66
+ <bpmndi:BPMNEdge id="Flow_2_di" bpmnElement="Flow_2">
67
+ <di:waypoint x="340" y="100" />
68
+ <di:waypoint x="392" y="100" />
69
+ </bpmndi:BPMNEdge>
70
+ </bpmndi:BPMNPlane>
71
+ </bpmndi:BPMNDiagram>
72
+ </bpmn:definitions>