@camunda/e2e-test-suite 0.0.453 → 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/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,441 @@
|
|
|
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:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
8
|
+
xmlns:bioc="http://bpmn.io/schema/bpmn/biocolor/1.0"
|
|
9
|
+
xmlns:color="http://www.omg.org/spec/BPMN/non-normative/color/1.0"
|
|
10
|
+
xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_18jxukq"
|
|
11
|
+
targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Web Modeler"
|
|
12
|
+
exporterVersion="2de5b0b" modeler:executionPlatform="Camunda Cloud"
|
|
13
|
+
modeler:executionPlatformVersion="8.9.0">
|
|
14
|
+
<bpmn:process id="ai-agent-chat-with-tools-azure" name="AI Agent Chat With Tools Azure"
|
|
15
|
+
isExecutable="true">
|
|
16
|
+
<bpmn:startEvent id="StartEvent_1">
|
|
17
|
+
<bpmn:extensionElements>
|
|
18
|
+
<zeebe:formDefinition formId="ai-agent-chat-initial-request" />
|
|
19
|
+
</bpmn:extensionElements>
|
|
20
|
+
<bpmn:outgoing>Flow_0pbzrme</bpmn:outgoing>
|
|
21
|
+
</bpmn:startEvent>
|
|
22
|
+
<bpmn:sequenceFlow id="Flow_0pbzrme" sourceRef="StartEvent_1" targetRef="Gateway_0z6ctwk" />
|
|
23
|
+
<bpmn:serviceTask id="AI_Agent" name="AI Agent"
|
|
24
|
+
zeebe:modelerTemplate="io.camunda.connectors.agenticai.aiagent.v1"
|
|
25
|
+
zeebe:modelerTemplateVersion="6"
|
|
26
|
+
zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiNBNTZFRkYiLz4KPG1hc2sgaWQ9InBhdGgtMi1vdXRzaWRlLTFfMTg1XzYiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjQiIHk9IjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iNCIgeT0iNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIvPgo8L21hc2s+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC4wMTA1IDEyLjA5ODdDMTguNDkgMTAuNTg5NCAxNy4xNTk0IDguMTA4MTQgMTYuMTc5OSA2LjAxMTAzQzE2LjE1MiA2LjAwNDUxIDE2LjExNzYgNiAxNi4wNzk0IDZDMTYuMDQxMSA2IDE2LjAwNjYgNi4wMDQ1MSAxNS45Nzg4IDYuMDExMDRDMTQuOTk5NCA4LjEwODE0IDEzLjY2OTcgMTAuNTg4OSAxMi4xNDgxIDEyLjA5ODFDMTAuNjI2OSAxMy42MDcxIDguMTI1NjggMTQuOTI2NCA2LjAxMTU3IDE1Ljg5ODFDNi4wMDQ3NCAxNS45MjYxIDYgMTUuOTYxMSA2IDE2QzYgMTYuMDM4NyA2LjAwNDY4IDE2LjA3MzYgNi4wMTE0NCAxNi4xMDE0QzguMTI1MTkgMTcuMDcyOSAxMC42MjYyIDE4LjM5MTkgMTIuMTQ3NyAxOS45MDE2QzEzLjY2OTcgMjEuNDEwNyAxNC45OTk2IDIzLjg5MiAxNS45NzkxIDI1Ljk4OUMxNi4wMDY4IDI1Ljk5NTYgMTYuMDQxMSAyNiAxNi4wNzkzIDI2QzE2LjExNzUgMjYgMTYuMTUxOSAyNS45OTU0IDE2LjE3OTYgMjUuOTg5QzE3LjE1OTEgMjMuODkyIDE4LjQ4ODggMjEuNDExIDIwLjAwOTkgMTkuOTAyMU0yMC4wMDk5IDE5LjkwMjFDMjEuNTI1MyAxOC4zOTg3IDIzLjk0NjUgMTcuMDY2OSAyNS45OTE1IDE2LjA4MjRDMjUuOTk2NSAxNi4wNTkzIDI2IDE2LjAzMSAyNiAxNS45OTk3QzI2IDE1Ljk2ODQgMjUuOTk2NSAxNS45NDAzIDI1Ljk5MTUgMTUuOTE3MUMyMy45NDc0IDE0LjkzMjcgMjEuNTI1OSAxMy42MDEgMjAuMDEwNSAxMi4wOTg3IiBzdHJva2U9IiM0OTFEOEIiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgbWFzaz0idXJsKCNwYXRoLTItb3V0c2lkZS0xXzE4NV82KSIvPgo8L3N2Zz4K">
|
|
27
|
+
<bpmn:extensionElements>
|
|
28
|
+
<zeebe:taskDefinition type="io.camunda.agenticai:aiagent:1" retries="3" />
|
|
29
|
+
<zeebe:ioMapping>
|
|
30
|
+
<zeebe:input source="azureOpenAi" target="provider.type" />
|
|
31
|
+
<zeebe:input source="{{secrets.IDP_AZURE_OPEN_AI_ENDPOINT}}"
|
|
32
|
+
target="provider.azureOpenAi.endpoint" />
|
|
33
|
+
<zeebe:input source="apiKey" target="provider.azureOpenAi.authentication.type" />
|
|
34
|
+
<zeebe:input source="{{secrets.IDP_AZURE_OPEN_AI_KEY}}"
|
|
35
|
+
target="provider.azureOpenAi.authentication.apiKey" />
|
|
36
|
+
<zeebe:input source="gpt-4.1" target="provider.azureOpenAi.model.deploymentName" />
|
|
37
|
+
<zeebe:input
|
|
38
|
+
source="You are a helpful, generic chat agent which can answer a wide amount of questions based on your knowledge and an optional set of available tools. If 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 explicitely 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. If you are prompted to interact with a person, never guess contact details, but use available user/person lookup tools instead and return with an error if you're not able to look up appropriate data. Thinking, step by step, before you execute your tools, you think using the template `<thinking><context></context><reflection></reflection></thinking>`"
|
|
39
|
+
target="data.systemPrompt.prompt" />
|
|
40
|
+
<zeebe:input
|
|
41
|
+
source="="Generate a single sentence in the following exact format, always using a new random city and country each time: The current date and time in {City, Country}, is approximately {h:mm AM/PM} on {Month day, year}. But only with the sentence/format as above, nothing else""
|
|
42
|
+
target="data.userPrompt.prompt" />
|
|
43
|
+
<zeebe:input
|
|
44
|
+
source="=if (is defined(followUpInput) or is defined(followUpDocuments)) then followUpDocuments else inputDocuments"
|
|
45
|
+
target="data.userPrompt.documents" />
|
|
46
|
+
<zeebe:input source="Agent_Tools" target="data.tools.containerElementId" />
|
|
47
|
+
<zeebe:input source="=toolCallResults" target="data.tools.toolCallResults" />
|
|
48
|
+
<zeebe:input source="=agent.context" target="data.context" />
|
|
49
|
+
<zeebe:input source="in-process" target="data.memory.storage.type" />
|
|
50
|
+
<zeebe:input source="=20" target="data.memory.contextWindowSize" />
|
|
51
|
+
<zeebe:input source="=10" target="data.limits.maxModelCalls" />
|
|
52
|
+
<zeebe:input source="text" target="data.response.format.type" />
|
|
53
|
+
<zeebe:input source="=false" target="data.response.format.parseJson" />
|
|
54
|
+
<zeebe:input source="=false" target="data.response.includeAssistantMessage" />
|
|
55
|
+
</zeebe:ioMapping>
|
|
56
|
+
<zeebe:taskHeaders>
|
|
57
|
+
<zeebe:header key="elementTemplateVersion" value="6" />
|
|
58
|
+
<zeebe:header key="elementTemplateId" value="io.camunda.connectors.agenticai.aiagent.v1" />
|
|
59
|
+
<zeebe:header key="resultVariable" value="agent" />
|
|
60
|
+
<zeebe:header key="retryBackoff" value="PT2S" />
|
|
61
|
+
</zeebe:taskHeaders>
|
|
62
|
+
</bpmn:extensionElements>
|
|
63
|
+
<bpmn:incoming>Flow_050377t</bpmn:incoming>
|
|
64
|
+
<bpmn:outgoing>Flow_041ffce</bpmn:outgoing>
|
|
65
|
+
</bpmn:serviceTask>
|
|
66
|
+
<bpmn:exclusiveGateway id="Gateway_0z6ctwk">
|
|
67
|
+
<bpmn:incoming>Flow_0pbzrme</bpmn:incoming>
|
|
68
|
+
<bpmn:incoming>Flow_01k9dy1</bpmn:incoming>
|
|
69
|
+
<bpmn:incoming>Flow_19gp461</bpmn:incoming>
|
|
70
|
+
<bpmn:outgoing>Flow_050377t</bpmn:outgoing>
|
|
71
|
+
</bpmn:exclusiveGateway>
|
|
72
|
+
<bpmn:userTask id="User_Feedback" name="User Feedback">
|
|
73
|
+
<bpmn:extensionElements>
|
|
74
|
+
<zeebe:userTask />
|
|
75
|
+
<zeebe:formDefinition formId="ai-agent-chat-user-feedback" />
|
|
76
|
+
</bpmn:extensionElements>
|
|
77
|
+
<bpmn:incoming>Flow_11y3kim</bpmn:incoming>
|
|
78
|
+
<bpmn:outgoing>Flow_09y08ef</bpmn:outgoing>
|
|
79
|
+
</bpmn:userTask>
|
|
80
|
+
<bpmn:exclusiveGateway id="Gateway_1dcg4ha" name="User satisfied?">
|
|
81
|
+
<bpmn:incoming>Flow_09y08ef</bpmn:incoming>
|
|
82
|
+
<bpmn:outgoing>Flow_19gp461</bpmn:outgoing>
|
|
83
|
+
<bpmn:outgoing>Flow_16c9bwj</bpmn:outgoing>
|
|
84
|
+
</bpmn:exclusiveGateway>
|
|
85
|
+
<bpmn:sequenceFlow id="Flow_09y08ef" sourceRef="User_Feedback" targetRef="Gateway_1dcg4ha" />
|
|
86
|
+
<bpmn:sequenceFlow id="Flow_19gp461" name="no - we follow up" sourceRef="Gateway_1dcg4ha"
|
|
87
|
+
targetRef="Gateway_0z6ctwk">
|
|
88
|
+
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">=userSatisfied = null or
|
|
89
|
+
userSatisfied = false</bpmn:conditionExpression>
|
|
90
|
+
</bpmn:sequenceFlow>
|
|
91
|
+
<bpmn:endEvent id="Event_0i39jej">
|
|
92
|
+
<bpmn:incoming>Flow_16c9bwj</bpmn:incoming>
|
|
93
|
+
</bpmn:endEvent>
|
|
94
|
+
<bpmn:sequenceFlow id="Flow_16c9bwj" name="yes" sourceRef="Gateway_1dcg4ha"
|
|
95
|
+
targetRef="Event_0i39jej">
|
|
96
|
+
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">=userSatisfied</bpmn:conditionExpression>
|
|
97
|
+
</bpmn:sequenceFlow>
|
|
98
|
+
<bpmn:sequenceFlow id="Flow_041ffce" sourceRef="AI_Agent" targetRef="Gateway_0bukj01" />
|
|
99
|
+
<bpmn:exclusiveGateway id="Gateway_0bukj01" name="Includes tool calls?">
|
|
100
|
+
<bpmn:incoming>Flow_041ffce</bpmn:incoming>
|
|
101
|
+
<bpmn:outgoing>Flow_00lg7l2</bpmn:outgoing>
|
|
102
|
+
<bpmn:outgoing>Flow_11y3kim</bpmn:outgoing>
|
|
103
|
+
</bpmn:exclusiveGateway>
|
|
104
|
+
<bpmn:adHocSubProcess id="Agent_Tools" name="Agent Tools">
|
|
105
|
+
<bpmn:extensionElements>
|
|
106
|
+
<zeebe:adHoc activeElementsCollection="=[toolCall._meta.name]" />
|
|
107
|
+
</bpmn:extensionElements>
|
|
108
|
+
<bpmn:incoming>Flow_00lg7l2</bpmn:incoming>
|
|
109
|
+
<bpmn:outgoing>Flow_01k9dy1</bpmn:outgoing>
|
|
110
|
+
<bpmn:multiInstanceLoopCharacteristics>
|
|
111
|
+
<bpmn:extensionElements>
|
|
112
|
+
<zeebe:loopCharacteristics inputCollection="=agent.toolCalls" inputElement="toolCall"
|
|
113
|
+
outputCollection="toolCallResults"
|
|
114
|
+
outputElement="={ id: toolCall._meta.id, name: toolCall._meta.name, content: toolCallResult }" />
|
|
115
|
+
</bpmn:extensionElements>
|
|
116
|
+
</bpmn:multiInstanceLoopCharacteristics>
|
|
117
|
+
<bpmn:scriptTask id="GetDateAndTime" name="Get Date and Time">
|
|
118
|
+
<bpmn:documentation>Returns the current date and time including the timezone.</bpmn:documentation>
|
|
119
|
+
<bpmn:extensionElements>
|
|
120
|
+
<zeebe:script expression="=now()" resultVariable="toolCallResult" />
|
|
121
|
+
</bpmn:extensionElements>
|
|
122
|
+
</bpmn:scriptTask>
|
|
123
|
+
<bpmn:serviceTask id="Search_Recipe" name="Search recipe"
|
|
124
|
+
zeebe:modelerTemplate="io.camunda.connectors.HttpJson.v2" zeebe:modelerTemplateVersion="10"
|
|
125
|
+
zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjAzMzUgOC45OTk5N0MxNy4wMzM1IDEzLjQ0NzUgMTMuNDI4MSAxNy4wNTI5IDguOTgwNjUgMTcuMDUyOUM0LjUzMzE2IDE3LjA1MjkgMC45Mjc3NjUgMTMuNDQ3NSAwLjkyNzc2NSA4Ljk5OTk3QzAuOTI3NzY1IDQuNTUyNDggNC41MzMxNiAwLjk0NzA4MyA4Ljk4MDY1IDAuOTQ3MDgzQzEzLjQyODEgMC45NDcwODMgMTcuMDMzNSA0LjU1MjQ4IDE3LjAzMzUgOC45OTk5N1oiIGZpbGw9IiM1MDU1NjIiLz4KPHBhdGggZD0iTTQuOTMxMjYgMTQuMTU3MUw2Ljc4MTA2IDMuNzE0NzFIMTAuMTM3NUMxMS4xOTE3IDMuNzE0NzEgMTEuOTgyNCAzLjk4MzIzIDEyLjUwOTUgNC41MjAyN0MxMy4wNDY1IDUuMDQ3MzYgMTMuMzE1IDUuNzMzNTggMTMuMzE1IDYuNTc4OTJDMTMuMzE1IDcuNDQ0MTQgMTMuMDcxNCA4LjE1NTIyIDEyLjU4NDEgOC43MTIxNUMxMi4xMDY3IDkuMjU5MTMgMTEuNDU1MyA5LjYzNzA1IDEwLjYyOTggOS44NDU5TDEyLjA2MTkgMTQuMTU3MUgxMC4zMzE1TDkuMDMzNjQgMTAuMDI0OUg3LjI0MzUxTDYuNTEyNTQgMTQuMTU3MUg0LjkzMTI2Wk03LjQ5NzExIDguNTkyODFIOS4yNDI0OEM5Ljk5ODMyIDguNTkyODEgMTAuNTkwMSA4LjQyMzc0IDExLjAxNzcgOC4wODU2MUMxMS40NTUzIDcuNzM3NTMgMTEuNjc0MSA3LjI2NTEzIDExLjY3NDEgNi42Njg0MkMxMS42NzQxIDYuMTkxMDYgMTEuNTI0OSA1LjgxODExIDExLjIyNjUgNS41NDk1OUMxMC45MjgyIDUuMjcxMTMgMTAuNDU1OCA1LjEzMTkgOS44MDkzNiA1LjEzMTlIOC4xMDg3NEw3LjQ5NzExIDguNTkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K">
|
|
126
|
+
<bpmn:documentation>Searches a recipe given a search query</bpmn:documentation>
|
|
127
|
+
<bpmn:extensionElements>
|
|
128
|
+
<zeebe:taskDefinition type="io.camunda:http-json:1" retries="3" />
|
|
129
|
+
<zeebe:ioMapping>
|
|
130
|
+
<zeebe:input source="noAuth" target="authentication.type" />
|
|
131
|
+
<zeebe:input source="GET" target="method" />
|
|
132
|
+
<zeebe:input source="https://dummyjson.com/recipes/search" target="url" />
|
|
133
|
+
<zeebe:input
|
|
134
|
+
source="={ q: fromAi(toolCall.searchQuery, "The query describing which recipe to search (e.g. a specific dish or the cuisine).") }"
|
|
135
|
+
target="queryParameters" />
|
|
136
|
+
<zeebe:input source="=false" target="storeResponse" />
|
|
137
|
+
<zeebe:input source="20" target="connectionTimeoutInSeconds" />
|
|
138
|
+
<zeebe:input source="20" target="readTimeoutInSeconds" />
|
|
139
|
+
<zeebe:input source="=false" target="ignoreNullValues" />
|
|
140
|
+
</zeebe:ioMapping>
|
|
141
|
+
<zeebe:taskHeaders>
|
|
142
|
+
<zeebe:header key="resultExpression"
|
|
143
|
+
value="={ toolCallResult: if (count(response.body.recipes) > 0) then response.body.recipes else "No result found." }" />
|
|
144
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
145
|
+
</zeebe:taskHeaders>
|
|
146
|
+
</bpmn:extensionElements>
|
|
147
|
+
</bpmn:serviceTask>
|
|
148
|
+
<bpmn:scriptTask id="SuperfluxProduct" name="Superflux Product Calculation">
|
|
149
|
+
<bpmn:documentation>Calculates the superflux product (a very complicated method only this
|
|
150
|
+
tool can do) given two input numbers</bpmn:documentation>
|
|
151
|
+
<bpmn:extensionElements>
|
|
152
|
+
<zeebe:script expression="=3 * (inputA + inputB)" resultVariable="toolCallResult" />
|
|
153
|
+
<zeebe:ioMapping>
|
|
154
|
+
<zeebe:input
|
|
155
|
+
source="=fromAi(toolCall.a, "The first number to be superflux calculated.", "number")"
|
|
156
|
+
target="inputA" />
|
|
157
|
+
<zeebe:input
|
|
158
|
+
source="=fromAi(toolCall.b, "The second number to be superflux calculated.", "number")"
|
|
159
|
+
target="inputB" />
|
|
160
|
+
</zeebe:ioMapping>
|
|
161
|
+
</bpmn:extensionElements>
|
|
162
|
+
</bpmn:scriptTask>
|
|
163
|
+
<bpmn:userTask id="AskHumanToSendEmail" name="Ask human to send email">
|
|
164
|
+
<bpmn:documentation>Ask a human to send an email for you</bpmn:documentation>
|
|
165
|
+
<bpmn:extensionElements>
|
|
166
|
+
<zeebe:userTask />
|
|
167
|
+
<zeebe:formDefinition formId="ai-agent-chat-human-send-email-request" />
|
|
168
|
+
<zeebe:ioMapping>
|
|
169
|
+
<zeebe:input
|
|
170
|
+
source="=fromAi(toolCall.instructions, "Instructions for the human to follow when sending the email, including background of the email.")"
|
|
171
|
+
target="instructions" />
|
|
172
|
+
<zeebe:input
|
|
173
|
+
source="=fromAi(toolCall.recipient_name, "The recipient's full name.")"
|
|
174
|
+
target="recipient_name" />
|
|
175
|
+
<zeebe:input
|
|
176
|
+
source="=fromAi(toolCall.recipient_email, "The the recipient's email address.")"
|
|
177
|
+
target="recipient_email" />
|
|
178
|
+
<zeebe:input
|
|
179
|
+
source="=fromAi(toolCall.email_subject, "The subject of the email.")"
|
|
180
|
+
target="email_subject" />
|
|
181
|
+
<zeebe:input source="=fromAi(toolCall.email_body, "The body of the email.")"
|
|
182
|
+
target="email_body" />
|
|
183
|
+
<zeebe:output
|
|
184
|
+
source="={ operatorFeedback: operatorFeedback, emailOk: emailOk }"
|
|
185
|
+
target="toolCallResult" />
|
|
186
|
+
</zeebe:ioMapping>
|
|
187
|
+
</bpmn:extensionElements>
|
|
188
|
+
<bpmn:outgoing>Flow_0demz1g</bpmn:outgoing>
|
|
189
|
+
</bpmn:userTask>
|
|
190
|
+
<bpmn:sequenceFlow id="Flow_0demz1g" sourceRef="AskHumanToSendEmail"
|
|
191
|
+
targetRef="Gateway_1lux75t" />
|
|
192
|
+
<bpmn:exclusiveGateway id="Gateway_1lux75t" name="OK to send email?">
|
|
193
|
+
<bpmn:incoming>Flow_0demz1g</bpmn:incoming>
|
|
194
|
+
<bpmn:outgoing>Flow_0uqjclh</bpmn:outgoing>
|
|
195
|
+
<bpmn:outgoing>Flow_1l2ws6w</bpmn:outgoing>
|
|
196
|
+
</bpmn:exclusiveGateway>
|
|
197
|
+
<bpmn:sequenceFlow id="Flow_0uqjclh" name="yes" sourceRef="Gateway_1lux75t"
|
|
198
|
+
targetRef="SendEmail">
|
|
199
|
+
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">=toolCallResult.emailOk</bpmn:conditionExpression>
|
|
200
|
+
</bpmn:sequenceFlow>
|
|
201
|
+
<bpmn:sequenceFlow id="Flow_1l2ws6w" name="no" sourceRef="Gateway_1lux75t"
|
|
202
|
+
targetRef="Event_1wxfv4u">
|
|
203
|
+
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">=toolCallResult.emailOk != true</bpmn:conditionExpression>
|
|
204
|
+
</bpmn:sequenceFlow>
|
|
205
|
+
<bpmn:intermediateThrowEvent id="Event_1wxfv4u" name="loop back with feedback">
|
|
206
|
+
<bpmn:incoming>Flow_1l2ws6w</bpmn:incoming>
|
|
207
|
+
</bpmn:intermediateThrowEvent>
|
|
208
|
+
<bpmn:scriptTask id="SendEmail" name="Send email">
|
|
209
|
+
<bpmn:extensionElements>
|
|
210
|
+
<zeebe:script expression="=true" resultVariable="emailSent" />
|
|
211
|
+
<zeebe:ioMapping>
|
|
212
|
+
<zeebe:output source="=emailSent" target="toolCallResult.emailSent" />
|
|
213
|
+
</zeebe:ioMapping>
|
|
214
|
+
</bpmn:extensionElements>
|
|
215
|
+
<bpmn:incoming>Flow_0uqjclh</bpmn:incoming>
|
|
216
|
+
</bpmn:scriptTask>
|
|
217
|
+
</bpmn:adHocSubProcess>
|
|
218
|
+
<bpmn:sequenceFlow id="Flow_00lg7l2" name="yes" sourceRef="Gateway_0bukj01"
|
|
219
|
+
targetRef="Agent_Tools">
|
|
220
|
+
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">=not(is empty(agent.toolCalls))</bpmn:conditionExpression>
|
|
221
|
+
</bpmn:sequenceFlow>
|
|
222
|
+
<bpmn:sequenceFlow id="Flow_11y3kim" name="no" sourceRef="Gateway_0bukj01"
|
|
223
|
+
targetRef="User_Feedback">
|
|
224
|
+
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">=is empty(agent.toolCalls)</bpmn:conditionExpression>
|
|
225
|
+
</bpmn:sequenceFlow>
|
|
226
|
+
<bpmn:sequenceFlow id="Flow_050377t" sourceRef="Gateway_0z6ctwk" targetRef="AI_Agent" />
|
|
227
|
+
<bpmn:sequenceFlow id="Flow_01k9dy1" sourceRef="Agent_Tools" targetRef="Gateway_0z6ctwk" />
|
|
228
|
+
<bpmn:textAnnotation id="TextAnnotation_0rg9ar3">
|
|
229
|
+
<bpmn:text>Rough outline of the functionality
|
|
230
|
+
|
|
231
|
+
- Loads previous agent context (conversation, metrics, ...)
|
|
232
|
+
- Loads available tool information from ad-hoc sub-process definition
|
|
233
|
+
- Resolves tool information from gateway tool definitions such as MCP
|
|
234
|
+
- Checks limits (e.g. maximum LLM model calls)
|
|
235
|
+
- Merges the current request (either a user message or a tool call response) into the memory
|
|
236
|
+
- Calls the LLM, including previous/edited memory (limited to max amount of messages) +
|
|
237
|
+
available tools schema
|
|
238
|
+
- Returns last response as text or JSON format, depending on the configuration
|
|
239
|
+
- Returns tools to call, including their parameters</bpmn:text>
|
|
240
|
+
</bpmn:textAnnotation>
|
|
241
|
+
<bpmn:association id="Association_0ic98nl" associationDirection="None" sourceRef="AI_Agent"
|
|
242
|
+
targetRef="TextAnnotation_0rg9ar3" />
|
|
243
|
+
<bpmn:textAnnotation id="TextAnnotation_1keavvi">
|
|
244
|
+
<bpmn:text>For every tool call in <agent.toolCalls></bpmn:text>
|
|
245
|
+
</bpmn:textAnnotation>
|
|
246
|
+
<bpmn:association id="Association_0q5n90x" associationDirection="None" sourceRef="Agent_Tools"
|
|
247
|
+
targetRef="TextAnnotation_1keavvi" />
|
|
248
|
+
<bpmn:textAnnotation id="TextAnnotation_1cvjkfu">
|
|
249
|
+
<bpmn:text>Every execution (flow node or sequence of flow nodes) MUST write
|
|
250
|
+
<toolCallResult> variable</bpmn:text>
|
|
251
|
+
</bpmn:textAnnotation>
|
|
252
|
+
<bpmn:textAnnotation id="TextAnnotation_1tvejhg">
|
|
253
|
+
<bpmn:text>Every task inside of an execution MAY query for external inputs provided by the
|
|
254
|
+
model through the fromAI helper:
|
|
255
|
+
|
|
256
|
+
fromAi(toolCall.id, "The user ID", "number")
|
|
257
|
+
|
|
258
|
+
The outside brain <AI Agent> will take that information to instruct the model which
|
|
259
|
+
data to provide in which format.</bpmn:text>
|
|
260
|
+
</bpmn:textAnnotation>
|
|
261
|
+
<bpmn:textAnnotation id="TextAnnotation_0xt28ql">
|
|
262
|
+
<bpmn:text>Must produce output as <toolCallResults=[ { id, name, content } ]></bpmn:text>
|
|
263
|
+
</bpmn:textAnnotation>
|
|
264
|
+
<bpmn:association id="Association_14t02ll" associationDirection="None" sourceRef="Agent_Tools"
|
|
265
|
+
targetRef="TextAnnotation_0xt28ql" />
|
|
266
|
+
</bpmn:process>
|
|
267
|
+
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
268
|
+
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ai-agent-chat-with-tools-azure">
|
|
269
|
+
<bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="StartEvent_1">
|
|
270
|
+
<dc:Bounds x="152" y="442" width="36" height="36" />
|
|
271
|
+
</bpmndi:BPMNShape>
|
|
272
|
+
<bpmndi:BPMNShape id="Activity_0xj2598_di" bpmnElement="AI_Agent" bioc:stroke="#205022"
|
|
273
|
+
bioc:fill="#c8e6c9" color:background-color="#c8e6c9" color:border-color="#205022">
|
|
274
|
+
<dc:Bounds x="340" y="420" width="100" height="80" />
|
|
275
|
+
<bpmndi:BPMNLabel />
|
|
276
|
+
</bpmndi:BPMNShape>
|
|
277
|
+
<bpmndi:BPMNShape id="Gateway_0z6ctwk_di" bpmnElement="Gateway_0z6ctwk" isMarkerVisible="true">
|
|
278
|
+
<dc:Bounds x="245" y="435" width="50" height="50" />
|
|
279
|
+
</bpmndi:BPMNShape>
|
|
280
|
+
<bpmndi:BPMNShape id="Activity_1fam9db_di" bpmnElement="User_Feedback">
|
|
281
|
+
<dc:Bounds x="640" y="420" width="100" height="80" />
|
|
282
|
+
<bpmndi:BPMNLabel />
|
|
283
|
+
</bpmndi:BPMNShape>
|
|
284
|
+
<bpmndi:BPMNShape id="Gateway_1dcg4ha_di" bpmnElement="Gateway_1dcg4ha" isMarkerVisible="true">
|
|
285
|
+
<dc:Bounds x="805" y="435" width="50" height="50" />
|
|
286
|
+
<bpmndi:BPMNLabel>
|
|
287
|
+
<dc:Bounds x="794" y="492" width="73" height="14" />
|
|
288
|
+
</bpmndi:BPMNLabel>
|
|
289
|
+
</bpmndi:BPMNShape>
|
|
290
|
+
<bpmndi:BPMNShape id="Event_0i39jej_di" bpmnElement="Event_0i39jej">
|
|
291
|
+
<dc:Bounds x="912" y="442" width="36" height="36" />
|
|
292
|
+
</bpmndi:BPMNShape>
|
|
293
|
+
<bpmndi:BPMNShape id="Gateway_0bukj01_di" bpmnElement="Gateway_0bukj01" isMarkerVisible="true">
|
|
294
|
+
<dc:Bounds x="505" y="435" width="50" height="50" />
|
|
295
|
+
<bpmndi:BPMNLabel>
|
|
296
|
+
<dc:Bounds x="499" y="406" width="62" height="27" />
|
|
297
|
+
</bpmndi:BPMNLabel>
|
|
298
|
+
</bpmndi:BPMNShape>
|
|
299
|
+
<bpmndi:BPMNShape id="Activity_03yngb7_di" bpmnElement="Agent_Tools" isExpanded="true"
|
|
300
|
+
bioc:stroke="#6b3c00" bioc:fill="#ffe0b2" color:background-color="#ffe0b2"
|
|
301
|
+
color:border-color="#6b3c00">
|
|
302
|
+
<dc:Bounds x="640" y="560" width="400" height="360" />
|
|
303
|
+
</bpmndi:BPMNShape>
|
|
304
|
+
<bpmndi:BPMNShape id="Activity_1sbkoqq_di" bpmnElement="GetDateAndTime">
|
|
305
|
+
<dc:Bounds x="670" y="600" width="100" height="80" />
|
|
306
|
+
<bpmndi:BPMNLabel />
|
|
307
|
+
</bpmndi:BPMNShape>
|
|
308
|
+
<bpmndi:BPMNShape id="Activity_0d8luif_di" bpmnElement="Search_Recipe">
|
|
309
|
+
<dc:Bounds x="920" y="600" width="100" height="80" />
|
|
310
|
+
<bpmndi:BPMNLabel />
|
|
311
|
+
</bpmndi:BPMNShape>
|
|
312
|
+
<bpmndi:BPMNShape id="BPMNShape_0x0a1hy" bpmnElement="SuperfluxProduct">
|
|
313
|
+
<dc:Bounds x="790" y="600" width="100" height="80" />
|
|
314
|
+
<bpmndi:BPMNLabel />
|
|
315
|
+
</bpmndi:BPMNShape>
|
|
316
|
+
<bpmndi:BPMNShape id="Activity_16uhg8o_di" bpmnElement="AskHumanToSendEmail">
|
|
317
|
+
<dc:Bounds x="670" y="730" width="100" height="80" />
|
|
318
|
+
<bpmndi:BPMNLabel />
|
|
319
|
+
</bpmndi:BPMNShape>
|
|
320
|
+
<bpmndi:BPMNShape id="Gateway_1lux75t_di" bpmnElement="Gateway_1lux75t" isMarkerVisible="true">
|
|
321
|
+
<dc:Bounds x="815" y="745" width="50" height="50" />
|
|
322
|
+
<bpmndi:BPMNLabel>
|
|
323
|
+
<dc:Bounds x="812" y="716" width="56" height="27" />
|
|
324
|
+
</bpmndi:BPMNLabel>
|
|
325
|
+
</bpmndi:BPMNShape>
|
|
326
|
+
<bpmndi:BPMNShape id="Event_1ny5xkz_di" bpmnElement="Event_1wxfv4u">
|
|
327
|
+
<dc:Bounds x="822" y="832" width="36" height="36" />
|
|
328
|
+
<bpmndi:BPMNLabel>
|
|
329
|
+
<dc:Bounds x="805" y="875" width="70" height="27" />
|
|
330
|
+
</bpmndi:BPMNLabel>
|
|
331
|
+
</bpmndi:BPMNShape>
|
|
332
|
+
<bpmndi:BPMNShape id="Activity_1sddc2g_di" bpmnElement="SendEmail">
|
|
333
|
+
<dc:Bounds x="910" y="730" width="100" height="80" />
|
|
334
|
+
</bpmndi:BPMNShape>
|
|
335
|
+
<bpmndi:BPMNEdge id="Flow_0demz1g_di" bpmnElement="Flow_0demz1g">
|
|
336
|
+
<di:waypoint x="770" y="770" />
|
|
337
|
+
<di:waypoint x="815" y="770" />
|
|
338
|
+
</bpmndi:BPMNEdge>
|
|
339
|
+
<bpmndi:BPMNEdge id="Flow_0uqjclh_di" bpmnElement="Flow_0uqjclh">
|
|
340
|
+
<di:waypoint x="865" y="770" />
|
|
341
|
+
<di:waypoint x="910" y="770" />
|
|
342
|
+
<bpmndi:BPMNLabel>
|
|
343
|
+
<dc:Bounds x="879" y="752" width="18" height="14" />
|
|
344
|
+
</bpmndi:BPMNLabel>
|
|
345
|
+
</bpmndi:BPMNEdge>
|
|
346
|
+
<bpmndi:BPMNEdge id="Flow_1l2ws6w_di" bpmnElement="Flow_1l2ws6w">
|
|
347
|
+
<di:waypoint x="840" y="795" />
|
|
348
|
+
<di:waypoint x="840" y="832" />
|
|
349
|
+
<bpmndi:BPMNLabel>
|
|
350
|
+
<dc:Bounds x="849" y="803" width="13" height="14" />
|
|
351
|
+
</bpmndi:BPMNLabel>
|
|
352
|
+
</bpmndi:BPMNEdge>
|
|
353
|
+
<bpmndi:BPMNShape id="TextAnnotation_0rg9ar3_di" bpmnElement="TextAnnotation_0rg9ar3">
|
|
354
|
+
<dc:Bounds x="401" y="80" width="578" height="170" />
|
|
355
|
+
<bpmndi:BPMNLabel />
|
|
356
|
+
</bpmndi:BPMNShape>
|
|
357
|
+
<bpmndi:BPMNShape id="TextAnnotation_1keavvi_di" bpmnElement="TextAnnotation_1keavvi">
|
|
358
|
+
<dc:Bounds x="1080" y="510" width="240" height="26" />
|
|
359
|
+
<bpmndi:BPMNLabel />
|
|
360
|
+
</bpmndi:BPMNShape>
|
|
361
|
+
<bpmndi:BPMNShape id="TextAnnotation_1cvjkfu_di" bpmnElement="TextAnnotation_1cvjkfu">
|
|
362
|
+
<dc:Bounds x="1210" y="660" width="260" height="60" />
|
|
363
|
+
<bpmndi:BPMNLabel />
|
|
364
|
+
</bpmndi:BPMNShape>
|
|
365
|
+
<bpmndi:BPMNShape id="TextAnnotation_1tvejhg_di" bpmnElement="TextAnnotation_1tvejhg">
|
|
366
|
+
<dc:Bounds x="1210" y="740" width="286" height="142" />
|
|
367
|
+
<bpmndi:BPMNLabel />
|
|
368
|
+
</bpmndi:BPMNShape>
|
|
369
|
+
<bpmndi:BPMNShape id="TextAnnotation_0xt28ql_di" bpmnElement="TextAnnotation_0xt28ql">
|
|
370
|
+
<dc:Bounds x="1168" y="920" width="370" height="26" />
|
|
371
|
+
<bpmndi:BPMNLabel />
|
|
372
|
+
</bpmndi:BPMNShape>
|
|
373
|
+
<bpmndi:BPMNEdge id="Flow_0pbzrme_di" bpmnElement="Flow_0pbzrme">
|
|
374
|
+
<di:waypoint x="188" y="460" />
|
|
375
|
+
<di:waypoint x="245" y="460" />
|
|
376
|
+
</bpmndi:BPMNEdge>
|
|
377
|
+
<bpmndi:BPMNEdge id="Flow_09y08ef_di" bpmnElement="Flow_09y08ef">
|
|
378
|
+
<di:waypoint x="740" y="460" />
|
|
379
|
+
<di:waypoint x="805" y="460" />
|
|
380
|
+
</bpmndi:BPMNEdge>
|
|
381
|
+
<bpmndi:BPMNEdge id="Flow_19gp461_di" bpmnElement="Flow_19gp461">
|
|
382
|
+
<di:waypoint x="830" y="435" />
|
|
383
|
+
<di:waypoint x="830" y="350" />
|
|
384
|
+
<di:waypoint x="270" y="350" />
|
|
385
|
+
<di:waypoint x="270" y="435" />
|
|
386
|
+
<bpmndi:BPMNLabel>
|
|
387
|
+
<dc:Bounds x="748" y="333" width="83" height="14" />
|
|
388
|
+
</bpmndi:BPMNLabel>
|
|
389
|
+
</bpmndi:BPMNEdge>
|
|
390
|
+
<bpmndi:BPMNEdge id="Flow_16c9bwj_di" bpmnElement="Flow_16c9bwj">
|
|
391
|
+
<di:waypoint x="855" y="460" />
|
|
392
|
+
<di:waypoint x="912" y="460" />
|
|
393
|
+
<bpmndi:BPMNLabel>
|
|
394
|
+
<dc:Bounds x="875" y="442" width="18" height="14" />
|
|
395
|
+
</bpmndi:BPMNLabel>
|
|
396
|
+
</bpmndi:BPMNEdge>
|
|
397
|
+
<bpmndi:BPMNEdge id="Flow_041ffce_di" bpmnElement="Flow_041ffce">
|
|
398
|
+
<di:waypoint x="440" y="460" />
|
|
399
|
+
<di:waypoint x="505" y="460" />
|
|
400
|
+
</bpmndi:BPMNEdge>
|
|
401
|
+
<bpmndi:BPMNEdge id="Flow_00lg7l2_di" bpmnElement="Flow_00lg7l2">
|
|
402
|
+
<di:waypoint x="530" y="485" />
|
|
403
|
+
<di:waypoint x="530" y="850" />
|
|
404
|
+
<di:waypoint x="640" y="850" />
|
|
405
|
+
<bpmndi:BPMNLabel>
|
|
406
|
+
<dc:Bounds x="541" y="492" width="18" height="14" />
|
|
407
|
+
</bpmndi:BPMNLabel>
|
|
408
|
+
</bpmndi:BPMNEdge>
|
|
409
|
+
<bpmndi:BPMNEdge id="Flow_11y3kim_di" bpmnElement="Flow_11y3kim">
|
|
410
|
+
<di:waypoint x="555" y="460" />
|
|
411
|
+
<di:waypoint x="640" y="460" />
|
|
412
|
+
<bpmndi:BPMNLabel>
|
|
413
|
+
<dc:Bounds x="591" y="442" width="13" height="14" />
|
|
414
|
+
</bpmndi:BPMNLabel>
|
|
415
|
+
</bpmndi:BPMNEdge>
|
|
416
|
+
<bpmndi:BPMNEdge id="Flow_050377t_di" bpmnElement="Flow_050377t">
|
|
417
|
+
<di:waypoint x="295" y="460" />
|
|
418
|
+
<di:waypoint x="340" y="460" />
|
|
419
|
+
</bpmndi:BPMNEdge>
|
|
420
|
+
<bpmndi:BPMNEdge id="Flow_01k9dy1_di" bpmnElement="Flow_01k9dy1">
|
|
421
|
+
<di:waypoint x="1040" y="850" />
|
|
422
|
+
<di:waypoint x="1150" y="850" />
|
|
423
|
+
<di:waypoint x="1150" y="950" />
|
|
424
|
+
<di:waypoint x="270" y="950" />
|
|
425
|
+
<di:waypoint x="270" y="485" />
|
|
426
|
+
</bpmndi:BPMNEdge>
|
|
427
|
+
<bpmndi:BPMNEdge id="Association_0ic98nl_di" bpmnElement="Association_0ic98nl">
|
|
428
|
+
<di:waypoint x="410" y="420" />
|
|
429
|
+
<di:waypoint x="495" y="250" />
|
|
430
|
+
</bpmndi:BPMNEdge>
|
|
431
|
+
<bpmndi:BPMNEdge id="Association_0q5n90x_di" bpmnElement="Association_0q5n90x">
|
|
432
|
+
<di:waypoint x="1040" y="620" />
|
|
433
|
+
<di:waypoint x="1120" y="536" />
|
|
434
|
+
</bpmndi:BPMNEdge>
|
|
435
|
+
<bpmndi:BPMNEdge id="Association_14t02ll_di" bpmnElement="Association_14t02ll">
|
|
436
|
+
<di:waypoint x="1040" y="902" />
|
|
437
|
+
<di:waypoint x="1160" y="933" />
|
|
438
|
+
</bpmndi:BPMNEdge>
|
|
439
|
+
</bpmndi:BPMNPlane>
|
|
440
|
+
</bpmndi:BPMNDiagram>
|
|
441
|
+
</bpmn:definitions>
|