@camunda/e2e-test-suite 0.0.452 → 0.0.454
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/.github/c8_versions.json +17 -0
- package/dist/tests/SM-8.8/migration-path-user-flows.spec.js +3 -3
- package/package.json +8 -3
- package/playwright.config.ts +382 -0
- package/resources/Basic_Auth_REST_Connector.bpmn +62 -0
- package/resources/Camunda_Simple_User_Task_1.bpmn +41 -0
- package/resources/Camunda_Simple_User_Task_2.bpmn +41 -0
- package/resources/Camunda_Simple_User_Task_3.bpmn +41 -0
- package/resources/Camunda_Simple_User_Task_4.bpmn +41 -0
- package/resources/Camunda_Simple_User_Task_5.bpmn +41 -0
- package/resources/Candidate_User_Process_Three_Tasks.bpmn +116 -0
- package/resources/Candidate_User_Process_Two_Tasks.bpmn +91 -0
- package/resources/Conditional_Events_All.bpmn +111 -0
- package/resources/Connectors Document Handling.bpmn +298 -0
- package/resources/ConnectorsBasicTest.bpmn +2292 -0
- package/resources/Intermediate_Event_Webhook_Connector_No_Auth_Process.bpmn +60 -0
- package/resources/Job_Worker_Process.bpmn +38 -0
- package/resources/New Form.form +24 -0
- package/resources/REST_Connector_Bearer_Auth_Process.bpmn +53 -0
- package/resources/REST_Connector_No_Auth_Process.bpmn +52 -0
- package/resources/Rest Connector Timer Event.bpmn +227 -0
- package/resources/SM_Document_Handling_Connectors_User_Flow.bpmn +297 -0
- package/resources/Start_Event_Webhook_Connector_No_Auth_Process.bpmn +43 -0
- package/resources/Start_Form_Process.bpmn +29 -0
- package/resources/User_Task_Editing_Variables.bpmn +41 -0
- package/resources/User_Task_Process_With_Form.bpmn +41 -0
- package/resources/User_Task_Process_With_Form_2.bpmn +41 -0
- package/resources/User_Task_Process_With_Form_3.bpmn +42 -0
- package/resources/User_Task_Process_With_Form_API.bpmn +41 -0
- package/resources/Variable_Process.bpmn +38 -0
- package/resources/Zeebe_User_Task.bpmn +41 -0
- package/resources/Zeebe_User_Task_Process_With_Priority.bpmn +145 -0
- package/resources/agentic_ai/ai-agent-chat-user-feedback.form +87 -0
- package/resources/agentic_ai/ai-agent-chat-with-tools_aws.bpmn +443 -0
- package/resources/agentic_ai/ai-agent-chat-with-tools_azure.bpmn +441 -0
- package/resources/agentic_ai/ai-agent-chat-with-tools_open_ai.bpmn +438 -0
- package/resources/agentic_ai/ai-agent-subprocess-with-tools_aws_key.bpmn +115 -0
- package/resources/camunda.png +0 -0
- package/resources/cluster_variables/cluster_variable_global_scope.bpmn +59 -0
- package/resources/cluster_variables/cluster_variable_json_form.form +49 -0
- package/resources/cluster_variables/cluster_variable_json_mutable.bpmn +33 -0
- package/resources/cluster_variables/cluster_variable_json_readonly.bpmn +59 -0
- package/resources/cluster_variables/cluster_variable_string_form.form +31 -0
- package/resources/cluster_variables/cluster_variable_string_mutable.bpmn +31 -0
- package/resources/cluster_variables/cluster_variable_string_readonly.bpmn +57 -0
- package/resources/cluster_variables/preview_cluster_variables.form +49 -0
- package/resources/connectors/aws/bedrock-knowledge-base.bpmn +72 -0
- package/resources/connectors/db_vector_connector/db-vector-plain-text_azure_open_ai.bpmn +183 -0
- package/resources/connectors/db_vector_connector/db-vector-plain-text_open_ai.bpmn +178 -0
- package/resources/connectors/db_vector_connector/db-vector-plain-text_openai_amazon_opensearch.bpmn +189 -0
- package/resources/connectors/db_vector_connector/db-vector-retrieve-data.form +34 -0
- package/resources/idp/idp_sample_bank_statement.pdf +0 -0
- package/resources/idp/structured_invoice_1.pdf +74 -0
- package/resources/idp/structured_invoice_2.pdf +74 -0
- package/resources/idp/structured_invoice_3.pdf +74 -0
- package/resources/idp/structured_invoice_test.pdf +74 -0
- package/resources/mcp_server/keycloak/camunda-platform-realm.json +45 -0
- package/resources/mcp_server/mcp_remote_client_basic_auth.bpmn +69 -0
- package/resources/mcp_server/mcp_remote_client_bearer_auth.bpmn +68 -0
- package/resources/mcp_server/mcp_remote_client_oauth_auth.bpmn +76 -0
- package/resources/mcp_server/mcp_remote_client_operations.bpmn +373 -0
- package/resources/mcp_server/mcp_server_list_tools.bpmn +69 -0
- package/resources/mcp_server_saas/mcp_cluster_tools.bpmn +168 -0
- package/resources/mcp_server_saas/mcp_incident_test_file.bpmn +54 -0
- package/resources/mcp_server_saas/mcp_incident_tools.bpmn +240 -0
- package/resources/mcp_server_saas/mcp_process_definition_test_file.bpmn +51 -0
- package/resources/mcp_server_saas/mcp_process_definition_tools.bpmn +234 -0
- package/resources/mcp_server_saas/mcp_process_instance_test_file.bpmn +51 -0
- package/resources/mcp_server_saas/mcp_process_instance_tools.bpmn +232 -0
- package/resources/mcp_server_saas/mcp_user_task_test_file.bpmn +55 -0
- package/resources/mcp_server_saas/mcp_user_task_tools.bpmn +309 -0
- package/resources/mcp_server_saas/mcp_variable_test_file.bpmn +35 -0
- package/resources/mcp_server_saas/mcp_variable_tools.bpmn +170 -0
- package/resources/simple_pdf.pdf +0 -0
- package/resources/simple_text.txt +1 -0
- package/resources/test-api-v2-complete.sh +12162 -0
|
@@ -0,0 +1,38 @@
|
|
|
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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Web Modeler" exporterVersion="ab92ea9" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.5.0" camunda:diagramRelationId="6d6f6e16-ca7c-4e45-8574-0bcc5494abc0">
|
|
3
|
+
<bpmn:process id="Variable_Process" name="Variable_Process" isExecutable="true">
|
|
4
|
+
<bpmn:startEvent id="StartEvent_1">
|
|
5
|
+
<bpmn:outgoing>Flow_0v1a15d</bpmn:outgoing>
|
|
6
|
+
</bpmn:startEvent>
|
|
7
|
+
<bpmn:sequenceFlow id="Flow_0v1a15d" sourceRef="StartEvent_1" targetRef="Activity_Test" />
|
|
8
|
+
<bpmn:userTask id="Activity_Test">
|
|
9
|
+
<bpmn:incoming>Flow_0v1a15d</bpmn:incoming>
|
|
10
|
+
<bpmn:outgoing>Flow_1xx69pi</bpmn:outgoing>
|
|
11
|
+
</bpmn:userTask>
|
|
12
|
+
<bpmn:endEvent id="Event_0dza1ja">
|
|
13
|
+
<bpmn:incoming>Flow_1xx69pi</bpmn:incoming>
|
|
14
|
+
</bpmn:endEvent>
|
|
15
|
+
<bpmn:sequenceFlow id="Flow_1xx69pi" sourceRef="Activity_Test" targetRef="Event_0dza1ja" />
|
|
16
|
+
</bpmn:process>
|
|
17
|
+
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
18
|
+
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Variable_Process">
|
|
19
|
+
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
20
|
+
<dc:Bounds x="150" y="100" width="36" height="36" />
|
|
21
|
+
</bpmndi:BPMNShape>
|
|
22
|
+
<bpmndi:BPMNShape id="Activity_18jqs7e_di" bpmnElement="Activity_Test">
|
|
23
|
+
<dc:Bounds x="240" y="78" width="100" height="80" />
|
|
24
|
+
</bpmndi:BPMNShape>
|
|
25
|
+
<bpmndi:BPMNShape id="Event_0dza1ja_di" bpmnElement="Event_0dza1ja">
|
|
26
|
+
<dc:Bounds x="402" y="100" width="36" height="36" />
|
|
27
|
+
</bpmndi:BPMNShape>
|
|
28
|
+
<bpmndi:BPMNEdge id="Flow_0v1a15d_di" bpmnElement="Flow_0v1a15d">
|
|
29
|
+
<di:waypoint x="186" y="118" />
|
|
30
|
+
<di:waypoint x="240" y="118" />
|
|
31
|
+
</bpmndi:BPMNEdge>
|
|
32
|
+
<bpmndi:BPMNEdge id="Flow_1xx69pi_di" bpmnElement="Flow_1xx69pi">
|
|
33
|
+
<di:waypoint x="340" y="118" />
|
|
34
|
+
<di:waypoint x="402" y="118" />
|
|
35
|
+
</bpmndi:BPMNEdge>
|
|
36
|
+
</bpmndi:BPMNPlane>
|
|
37
|
+
</bpmndi:BPMNDiagram>
|
|
38
|
+
</bpmn:definitions>
|
|
@@ -0,0 +1,41 @@
|
|
|
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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Web Modeler" exporterVersion="ab92ea9" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.6.0">
|
|
3
|
+
<bpmn:process id="Zeebe_User_Task" name="Zeebe_User_Task" isExecutable="true">
|
|
4
|
+
<bpmn:startEvent id="StartEvent_1">
|
|
5
|
+
<bpmn:outgoing>Flow_1cqqrrt</bpmn:outgoing>
|
|
6
|
+
</bpmn:startEvent>
|
|
7
|
+
<bpmn:sequenceFlow id="Flow_1cqqrrt" sourceRef="StartEvent_1" targetRef="Activity_1xqonra" />
|
|
8
|
+
<bpmn:userTask id="Activity_1xqonra">
|
|
9
|
+
<bpmn:extensionElements>
|
|
10
|
+
<zeebe:userTask />
|
|
11
|
+
</bpmn:extensionElements>
|
|
12
|
+
<bpmn:incoming>Flow_1cqqrrt</bpmn:incoming>
|
|
13
|
+
<bpmn:outgoing>Flow_0vpn77k</bpmn:outgoing>
|
|
14
|
+
</bpmn:userTask>
|
|
15
|
+
<bpmn:endEvent id="Event_1qdkx1f">
|
|
16
|
+
<bpmn:incoming>Flow_0vpn77k</bpmn:incoming>
|
|
17
|
+
</bpmn:endEvent>
|
|
18
|
+
<bpmn:sequenceFlow id="Flow_0vpn77k" sourceRef="Activity_1xqonra" targetRef="Event_1qdkx1f" />
|
|
19
|
+
</bpmn:process>
|
|
20
|
+
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
21
|
+
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Zeebe_User_Task">
|
|
22
|
+
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
23
|
+
<dc:Bounds x="150" y="100" width="36" height="36" />
|
|
24
|
+
</bpmndi:BPMNShape>
|
|
25
|
+
<bpmndi:BPMNShape id="Activity_0codu9q_di" bpmnElement="Activity_1xqonra">
|
|
26
|
+
<dc:Bounds x="240" y="78" width="100" height="80" />
|
|
27
|
+
</bpmndi:BPMNShape>
|
|
28
|
+
<bpmndi:BPMNShape id="Event_1qdkx1f_di" bpmnElement="Event_1qdkx1f">
|
|
29
|
+
<dc:Bounds x="402" y="100" width="36" height="36" />
|
|
30
|
+
</bpmndi:BPMNShape>
|
|
31
|
+
<bpmndi:BPMNEdge id="Flow_1cqqrrt_di" bpmnElement="Flow_1cqqrrt">
|
|
32
|
+
<di:waypoint x="186" y="118" />
|
|
33
|
+
<di:waypoint x="240" y="118" />
|
|
34
|
+
</bpmndi:BPMNEdge>
|
|
35
|
+
<bpmndi:BPMNEdge id="Flow_0vpn77k_di" bpmnElement="Flow_0vpn77k">
|
|
36
|
+
<di:waypoint x="340" y="118" />
|
|
37
|
+
<di:waypoint x="402" y="118" />
|
|
38
|
+
</bpmndi:BPMNEdge>
|
|
39
|
+
</bpmndi:BPMNPlane>
|
|
40
|
+
</bpmndi:BPMNDiagram>
|
|
41
|
+
</bpmn:definitions>
|
|
@@ -0,0 +1,145 @@
|
|
|
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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Web Modeler" exporterVersion="dc1daa9" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.6.0">
|
|
3
|
+
<bpmn:process id="Zeebe_User_Task_Process_With_Priority" name="Zeebe_User_Task_Process_With_Priority" isExecutable="true">
|
|
4
|
+
<bpmn:startEvent id="StartEvent_1">
|
|
5
|
+
<bpmn:outgoing>Flow_1x7997h</bpmn:outgoing>
|
|
6
|
+
</bpmn:startEvent>
|
|
7
|
+
<bpmn:sequenceFlow id="Flow_1x7997h" sourceRef="StartEvent_1" targetRef="Gateway_1m7wnq1" />
|
|
8
|
+
<bpmn:parallelGateway id="Gateway_1m7wnq1">
|
|
9
|
+
<bpmn:incoming>Flow_1x7997h</bpmn:incoming>
|
|
10
|
+
<bpmn:outgoing>Flow_0gab52t</bpmn:outgoing>
|
|
11
|
+
<bpmn:outgoing>Flow_1j9h704</bpmn:outgoing>
|
|
12
|
+
<bpmn:outgoing>Flow_00zf9xm</bpmn:outgoing>
|
|
13
|
+
<bpmn:outgoing>Flow_189bq3i</bpmn:outgoing>
|
|
14
|
+
</bpmn:parallelGateway>
|
|
15
|
+
<bpmn:sequenceFlow id="Flow_0gab52t" sourceRef="Gateway_1m7wnq1" targetRef="priorityTest1" />
|
|
16
|
+
<bpmn:userTask id="priorityTest1" name="priorityTest1">
|
|
17
|
+
<bpmn:extensionElements>
|
|
18
|
+
<zeebe:userTask />
|
|
19
|
+
<zeebe:priorityDefinition priority="1" />
|
|
20
|
+
</bpmn:extensionElements>
|
|
21
|
+
<bpmn:incoming>Flow_0gab52t</bpmn:incoming>
|
|
22
|
+
<bpmn:outgoing>Flow_1ademok</bpmn:outgoing>
|
|
23
|
+
</bpmn:userTask>
|
|
24
|
+
<bpmn:sequenceFlow id="Flow_1ademok" sourceRef="priorityTest1" targetRef="Gateway_16cdqge" />
|
|
25
|
+
<bpmn:parallelGateway id="Gateway_16cdqge">
|
|
26
|
+
<bpmn:incoming>Flow_1ademok</bpmn:incoming>
|
|
27
|
+
<bpmn:incoming>Flow_1x2r0b5</bpmn:incoming>
|
|
28
|
+
<bpmn:incoming>Flow_0ai3qq1</bpmn:incoming>
|
|
29
|
+
<bpmn:incoming>Flow_16atxkp</bpmn:incoming>
|
|
30
|
+
<bpmn:outgoing>Flow_1e7mcib</bpmn:outgoing>
|
|
31
|
+
</bpmn:parallelGateway>
|
|
32
|
+
<bpmn:sequenceFlow id="Flow_1j9h704" sourceRef="Gateway_1m7wnq1" targetRef="priorityTest2" />
|
|
33
|
+
<bpmn:userTask id="priorityTest2" name="priorityTest2">
|
|
34
|
+
<bpmn:extensionElements>
|
|
35
|
+
<zeebe:userTask />
|
|
36
|
+
<zeebe:priorityDefinition priority="26" />
|
|
37
|
+
</bpmn:extensionElements>
|
|
38
|
+
<bpmn:incoming>Flow_1j9h704</bpmn:incoming>
|
|
39
|
+
<bpmn:outgoing>Flow_1x2r0b5</bpmn:outgoing>
|
|
40
|
+
</bpmn:userTask>
|
|
41
|
+
<bpmn:sequenceFlow id="Flow_1x2r0b5" sourceRef="priorityTest2" targetRef="Gateway_16cdqge" />
|
|
42
|
+
<bpmn:sequenceFlow id="Flow_00zf9xm" sourceRef="Gateway_1m7wnq1" targetRef="priorityTest3" />
|
|
43
|
+
<bpmn:userTask id="priorityTest3" name="priorityTest3">
|
|
44
|
+
<bpmn:extensionElements>
|
|
45
|
+
<zeebe:userTask />
|
|
46
|
+
<zeebe:priorityDefinition priority="51" />
|
|
47
|
+
</bpmn:extensionElements>
|
|
48
|
+
<bpmn:incoming>Flow_00zf9xm</bpmn:incoming>
|
|
49
|
+
<bpmn:outgoing>Flow_0ai3qq1</bpmn:outgoing>
|
|
50
|
+
</bpmn:userTask>
|
|
51
|
+
<bpmn:sequenceFlow id="Flow_0ai3qq1" sourceRef="priorityTest3" targetRef="Gateway_16cdqge" />
|
|
52
|
+
<bpmn:sequenceFlow id="Flow_189bq3i" sourceRef="Gateway_1m7wnq1" targetRef="priorityTest4" />
|
|
53
|
+
<bpmn:userTask id="priorityTest4" name="priorityTest4">
|
|
54
|
+
<bpmn:extensionElements>
|
|
55
|
+
<zeebe:userTask />
|
|
56
|
+
<zeebe:priorityDefinition priority="76" />
|
|
57
|
+
</bpmn:extensionElements>
|
|
58
|
+
<bpmn:incoming>Flow_189bq3i</bpmn:incoming>
|
|
59
|
+
<bpmn:outgoing>Flow_16atxkp</bpmn:outgoing>
|
|
60
|
+
</bpmn:userTask>
|
|
61
|
+
<bpmn:sequenceFlow id="Flow_16atxkp" sourceRef="priorityTest4" targetRef="Gateway_16cdqge" />
|
|
62
|
+
<bpmn:endEvent id="Event_17pryo7">
|
|
63
|
+
<bpmn:incoming>Flow_1e7mcib</bpmn:incoming>
|
|
64
|
+
</bpmn:endEvent>
|
|
65
|
+
<bpmn:sequenceFlow id="Flow_1e7mcib" sourceRef="Gateway_16cdqge" targetRef="Event_17pryo7" />
|
|
66
|
+
</bpmn:process>
|
|
67
|
+
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
68
|
+
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Zeebe_User_Task_Process_With_Priority">
|
|
69
|
+
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
70
|
+
<dc:Bounds x="150" y="100" width="36" height="36" />
|
|
71
|
+
</bpmndi:BPMNShape>
|
|
72
|
+
<bpmndi:BPMNShape id="Gateway_1rn4edo_di" bpmnElement="Gateway_1m7wnq1">
|
|
73
|
+
<dc:Bounds x="245" y="93" width="50" height="50" />
|
|
74
|
+
</bpmndi:BPMNShape>
|
|
75
|
+
<bpmndi:BPMNShape id="Activity_1bk6x6f_di" bpmnElement="priorityTest1">
|
|
76
|
+
<dc:Bounds x="360" y="78" width="100" height="80" />
|
|
77
|
+
<bpmndi:BPMNLabel />
|
|
78
|
+
</bpmndi:BPMNShape>
|
|
79
|
+
<bpmndi:BPMNShape id="Gateway_0gfs85z_di" bpmnElement="Gateway_16cdqge">
|
|
80
|
+
<dc:Bounds x="525" y="93" width="50" height="50" />
|
|
81
|
+
</bpmndi:BPMNShape>
|
|
82
|
+
<bpmndi:BPMNShape id="Activity_0nbjcze_di" bpmnElement="priorityTest2">
|
|
83
|
+
<dc:Bounds x="360" y="190" width="100" height="80" />
|
|
84
|
+
<bpmndi:BPMNLabel />
|
|
85
|
+
</bpmndi:BPMNShape>
|
|
86
|
+
<bpmndi:BPMNShape id="Activity_0svictp_di" bpmnElement="priorityTest3">
|
|
87
|
+
<dc:Bounds x="360" y="300" width="100" height="80" />
|
|
88
|
+
<bpmndi:BPMNLabel />
|
|
89
|
+
</bpmndi:BPMNShape>
|
|
90
|
+
<bpmndi:BPMNShape id="Activity_1we5nt4_di" bpmnElement="priorityTest4">
|
|
91
|
+
<dc:Bounds x="360" y="410" width="100" height="80" />
|
|
92
|
+
<bpmndi:BPMNLabel />
|
|
93
|
+
</bpmndi:BPMNShape>
|
|
94
|
+
<bpmndi:BPMNShape id="Event_17pryo7_di" bpmnElement="Event_17pryo7">
|
|
95
|
+
<dc:Bounds x="642" y="100" width="36" height="36" />
|
|
96
|
+
</bpmndi:BPMNShape>
|
|
97
|
+
<bpmndi:BPMNEdge id="Flow_1x7997h_di" bpmnElement="Flow_1x7997h">
|
|
98
|
+
<di:waypoint x="186" y="118" />
|
|
99
|
+
<di:waypoint x="245" y="118" />
|
|
100
|
+
</bpmndi:BPMNEdge>
|
|
101
|
+
<bpmndi:BPMNEdge id="Flow_0gab52t_di" bpmnElement="Flow_0gab52t">
|
|
102
|
+
<di:waypoint x="295" y="118" />
|
|
103
|
+
<di:waypoint x="360" y="118" />
|
|
104
|
+
</bpmndi:BPMNEdge>
|
|
105
|
+
<bpmndi:BPMNEdge id="Flow_1ademok_di" bpmnElement="Flow_1ademok">
|
|
106
|
+
<di:waypoint x="460" y="118" />
|
|
107
|
+
<di:waypoint x="525" y="118" />
|
|
108
|
+
</bpmndi:BPMNEdge>
|
|
109
|
+
<bpmndi:BPMNEdge id="Flow_1j9h704_di" bpmnElement="Flow_1j9h704">
|
|
110
|
+
<di:waypoint x="270" y="143" />
|
|
111
|
+
<di:waypoint x="270" y="230" />
|
|
112
|
+
<di:waypoint x="360" y="230" />
|
|
113
|
+
</bpmndi:BPMNEdge>
|
|
114
|
+
<bpmndi:BPMNEdge id="Flow_1x2r0b5_di" bpmnElement="Flow_1x2r0b5">
|
|
115
|
+
<di:waypoint x="460" y="230" />
|
|
116
|
+
<di:waypoint x="550" y="230" />
|
|
117
|
+
<di:waypoint x="550" y="143" />
|
|
118
|
+
</bpmndi:BPMNEdge>
|
|
119
|
+
<bpmndi:BPMNEdge id="Flow_00zf9xm_di" bpmnElement="Flow_00zf9xm">
|
|
120
|
+
<di:waypoint x="270" y="143" />
|
|
121
|
+
<di:waypoint x="270" y="340" />
|
|
122
|
+
<di:waypoint x="360" y="340" />
|
|
123
|
+
</bpmndi:BPMNEdge>
|
|
124
|
+
<bpmndi:BPMNEdge id="Flow_0ai3qq1_di" bpmnElement="Flow_0ai3qq1">
|
|
125
|
+
<di:waypoint x="460" y="340" />
|
|
126
|
+
<di:waypoint x="550" y="340" />
|
|
127
|
+
<di:waypoint x="550" y="143" />
|
|
128
|
+
</bpmndi:BPMNEdge>
|
|
129
|
+
<bpmndi:BPMNEdge id="Flow_189bq3i_di" bpmnElement="Flow_189bq3i">
|
|
130
|
+
<di:waypoint x="270" y="143" />
|
|
131
|
+
<di:waypoint x="270" y="450" />
|
|
132
|
+
<di:waypoint x="360" y="450" />
|
|
133
|
+
</bpmndi:BPMNEdge>
|
|
134
|
+
<bpmndi:BPMNEdge id="Flow_16atxkp_di" bpmnElement="Flow_16atxkp">
|
|
135
|
+
<di:waypoint x="460" y="450" />
|
|
136
|
+
<di:waypoint x="550" y="450" />
|
|
137
|
+
<di:waypoint x="550" y="143" />
|
|
138
|
+
</bpmndi:BPMNEdge>
|
|
139
|
+
<bpmndi:BPMNEdge id="Flow_1e7mcib_di" bpmnElement="Flow_1e7mcib">
|
|
140
|
+
<di:waypoint x="575" y="118" />
|
|
141
|
+
<di:waypoint x="642" y="118" />
|
|
142
|
+
</bpmndi:BPMNEdge>
|
|
143
|
+
</bpmndi:BPMNPlane>
|
|
144
|
+
</bpmndi:BPMNDiagram>
|
|
145
|
+
</bpmn:definitions>
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
{
|
|
2
|
+
"components": [
|
|
3
|
+
{
|
|
4
|
+
"label": "AI Response",
|
|
5
|
+
"components": [
|
|
6
|
+
{
|
|
7
|
+
"text": "=agent.responseText",
|
|
8
|
+
"type": "text",
|
|
9
|
+
"layout": {
|
|
10
|
+
"row": "Row_0bbt4ob",
|
|
11
|
+
"columns": null
|
|
12
|
+
},
|
|
13
|
+
"id": "Field_0e59eom"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"showOutline": true,
|
|
17
|
+
"type": "group",
|
|
18
|
+
"layout": {
|
|
19
|
+
"row": "Row_1m365mf",
|
|
20
|
+
"columns": null
|
|
21
|
+
},
|
|
22
|
+
"id": "Field_0cj02xb"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"type": "separator",
|
|
26
|
+
"layout": {
|
|
27
|
+
"row": "Row_06uyv64",
|
|
28
|
+
"columns": null
|
|
29
|
+
},
|
|
30
|
+
"id": "Field_1mue7xa"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"label": "Are you satisfied with the result?",
|
|
34
|
+
"type": "checkbox",
|
|
35
|
+
"layout": {
|
|
36
|
+
"row": "Row_14oyfjc",
|
|
37
|
+
"columns": null
|
|
38
|
+
},
|
|
39
|
+
"id": "Field_03n8az1",
|
|
40
|
+
"key": "userSatisfied"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"label": "Follow Up",
|
|
44
|
+
"components": [
|
|
45
|
+
{
|
|
46
|
+
"label": "",
|
|
47
|
+
"type": "textarea",
|
|
48
|
+
"layout": {
|
|
49
|
+
"row": "Row_0o7jpzk",
|
|
50
|
+
"columns": null
|
|
51
|
+
},
|
|
52
|
+
"id": "Field_0378jfk",
|
|
53
|
+
"key": "followUpInput"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"label": "Additional documents",
|
|
57
|
+
"type": "filepicker",
|
|
58
|
+
"layout": {
|
|
59
|
+
"row": "Row_06i75kk",
|
|
60
|
+
"columns": null
|
|
61
|
+
},
|
|
62
|
+
"id": "Field_0vzezpk",
|
|
63
|
+
"key": "followUpDocuments"
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"showOutline": true,
|
|
67
|
+
"type": "group",
|
|
68
|
+
"layout": {
|
|
69
|
+
"row": "Row_1nitkoj",
|
|
70
|
+
"columns": null
|
|
71
|
+
},
|
|
72
|
+
"id": "Field_1c8s8ll",
|
|
73
|
+
"conditional": {
|
|
74
|
+
"hide": "=userSatisfied"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"type": "default",
|
|
79
|
+
"id": "ai-agent-chat-user-feedback",
|
|
80
|
+
"executionPlatform": "Camunda Cloud",
|
|
81
|
+
"executionPlatformVersion": "8.8.0",
|
|
82
|
+
"exporter": {
|
|
83
|
+
"name": "Camunda Modeler",
|
|
84
|
+
"version": "5.35.0"
|
|
85
|
+
},
|
|
86
|
+
"schemaVersion": 18
|
|
87
|
+
}
|