@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,373 @@
|
|
|
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" id="Definitions_1"
|
|
8
|
+
targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.42.0"
|
|
9
|
+
modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.9.0">
|
|
10
|
+
<bpmn:process id="mcp_remote_client" name="mcp_remote_client" isExecutable="true">
|
|
11
|
+
<bpmn:startEvent id="StartEvent_1">
|
|
12
|
+
<bpmn:outgoing>Flow_19r4gtr</bpmn:outgoing>
|
|
13
|
+
</bpmn:startEvent>
|
|
14
|
+
<bpmn:endEvent id="Event_0ap30yg">
|
|
15
|
+
<bpmn:incoming>Flow_04ss29d</bpmn:incoming>
|
|
16
|
+
</bpmn:endEvent>
|
|
17
|
+
<bpmn:serviceTask id="Activity_1jtuozy"
|
|
18
|
+
zeebe:modelerTemplate="io.camunda.connectors.agenticai.mcp.remoteclient.v0"
|
|
19
|
+
zeebe:modelerTemplateVersion="2"
|
|
20
|
+
zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCI+CiAgICA8cGF0aCBkPSJNMjUgOTcuODUyOEw5Mi44ODIzIDI5Ljk3MDZDMTAyLjI1NSAyMC41OTggMTE3LjQ1MSAyMC41OTggMTI2LjgyMyAyOS45NzA2VjI5Ljk3MDZDMTM2LjE5NiAzOS4zNDMxIDEzNi4xOTYgNTQuNTM5MSAxMjYuODIzIDYzLjkxMTdMNzUuNTU4MSAxMTUuMTc3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik03Ni4yNjUzIDExNC40N0wxMjYuODIzIDYzLjkxMTdDMTM2LjE5NiA1NC41MzkxIDE1MS4zOTIgNTQuNTM5MSAxNjAuNzY1IDYzLjkxMTdMMTYxLjExOCA2NC4yNjUyQzE3MC40OTEgNzMuNjM3OCAxNzAuNDkxIDg4LjgzMzggMTYxLjExOCA5OC4yMDYzTDk5LjcyNDggMTU5LjZDOTYuNjAwNiAxNjIuNzI0IDk2LjYwMDYgMTY3Ljc4OSA5OS43MjQ4IDE3MC45MTNMMTEyLjMzMSAxODMuNTIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgogICAgPHBhdGggZD0iTTEwOS44NTMgNDYuOTQxMUw1OS42NDgyIDk3LjE0NTdDNTAuMjc1NyAxMDYuNTE4IDUwLjI3NTcgMTIxLjcxNCA1OS42NDgyIDEzMS4wODdWMTMxLjA4N0M2OS4wMjA4IDE0MC40NTkgODQuMjE2OCAxNDAuNDU5IDkzLjU4OTQgMTMxLjA4N0wxNDMuNzk0IDgwLjg4MjIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K">
|
|
21
|
+
<bpmn:extensionElements>
|
|
22
|
+
<zeebe:taskDefinition type="io.camunda.agenticai:mcpremoteclient:1" retries="3" />
|
|
23
|
+
<zeebe:ioMapping>
|
|
24
|
+
<zeebe:input source="http" target="data.transport.type" />
|
|
25
|
+
<zeebe:input source="http://localhost:12001/mcp"
|
|
26
|
+
target="data.transport.http.url" />
|
|
27
|
+
<zeebe:input source="noAuth" target="data.transport.http.authentication.type" />
|
|
28
|
+
<zeebe:input source="=false" target="data.options.clientCache" />
|
|
29
|
+
<zeebe:input source="standalone" target="data.connectorMode.type" />
|
|
30
|
+
<zeebe:input source="tools/list" target="data.connectorMode.operation.type" />
|
|
31
|
+
</zeebe:ioMapping>
|
|
32
|
+
<zeebe:taskHeaders>
|
|
33
|
+
<zeebe:header key="elementTemplateVersion" value="2" />
|
|
34
|
+
<zeebe:header key="elementTemplateId"
|
|
35
|
+
value="io.camunda.connectors.agenticai.mcp.remoteclient.v0" />
|
|
36
|
+
<zeebe:header key="resultVariable" value="listToolsResult" />
|
|
37
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
38
|
+
</zeebe:taskHeaders>
|
|
39
|
+
</bpmn:extensionElements>
|
|
40
|
+
<bpmn:incoming>Flow_09bmgpl</bpmn:incoming>
|
|
41
|
+
<bpmn:outgoing>Flow_0bn4gzd</bpmn:outgoing>
|
|
42
|
+
</bpmn:serviceTask>
|
|
43
|
+
<bpmn:serviceTask id="Activity_0j3esn0"
|
|
44
|
+
zeebe:modelerTemplate="io.camunda.connectors.agenticai.mcp.remoteclient.v0"
|
|
45
|
+
zeebe:modelerTemplateVersion="2"
|
|
46
|
+
zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCI+CiAgICA8cGF0aCBkPSJNMjUgOTcuODUyOEw5Mi44ODIzIDI5Ljk3MDZDMTAyLjI1NSAyMC41OTggMTE3LjQ1MSAyMC41OTggMTI2LjgyMyAyOS45NzA2VjI5Ljk3MDZDMTM2LjE5NiAzOS4zNDMxIDEzNi4xOTYgNTQuNTM5MSAxMjYuODIzIDYzLjkxMTdMNzUuNTU4MSAxMTUuMTc3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik03Ni4yNjUzIDExNC40N0wxMjYuODIzIDYzLjkxMTdDMTM2LjE5NiA1NC41MzkxIDE1MS4zOTIgNTQuNTM5MSAxNjAuNzY1IDYzLjkxMTdMMTYxLjExOCA2NC4yNjUyQzE3MC40OTEgNzMuNjM3OCAxNzAuNDkxIDg4LjgzMzggMTYxLjExOCA5OC4yMDYzTDk5LjcyNDggMTU5LjZDOTYuNjAwNiAxNjIuNzI0IDk2LjYwMDYgMTY3Ljc4OSA5OS43MjQ4IDE3MC45MTNMMTEyLjMzMSAxODMuNTIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgogICAgPHBhdGggZD0iTTEwOS44NTMgNDYuOTQxMUw1OS42NDgyIDk3LjE0NTdDNTAuMjc1NyAxMDYuNTE4IDUwLjI3NTcgMTIxLjcxNCA1OS42NDgyIDEzMS4wODdWMTMxLjA4N0M2OS4wMjA4IDE0MC40NTkgODQuMjE2OCAxNDAuNDU5IDkzLjU4OTQgMTMxLjA4N0wxNDMuNzk0IDgwLjg4MjIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K">
|
|
47
|
+
<bpmn:extensionElements>
|
|
48
|
+
<zeebe:taskDefinition type="io.camunda.agenticai:mcpremoteclient:1" retries="3" />
|
|
49
|
+
<zeebe:ioMapping>
|
|
50
|
+
<zeebe:input source="http" target="data.transport.type" />
|
|
51
|
+
<zeebe:input source="http://localhost:12001/mcp"
|
|
52
|
+
target="data.transport.http.url" />
|
|
53
|
+
<zeebe:input source="noAuth" target="data.transport.http.authentication.type" />
|
|
54
|
+
<zeebe:input source="=false" target="data.options.clientCache" />
|
|
55
|
+
<zeebe:input source="standalone" target="data.connectorMode.type" />
|
|
56
|
+
<zeebe:input source="tools/call" target="data.connectorMode.operation.type" />
|
|
57
|
+
<zeebe:input source="greet" target="data.connectorMode.operation.toolName" />
|
|
58
|
+
<zeebe:input source="={"name":"John"}"
|
|
59
|
+
target="data.connectorMode.operation.toolArguments" />
|
|
60
|
+
</zeebe:ioMapping>
|
|
61
|
+
<zeebe:taskHeaders>
|
|
62
|
+
<zeebe:header key="elementTemplateVersion" value="2" />
|
|
63
|
+
<zeebe:header key="elementTemplateId"
|
|
64
|
+
value="io.camunda.connectors.agenticai.mcp.remoteclient.v0" />
|
|
65
|
+
<zeebe:header key="resultVariable" value="callToolResult" />
|
|
66
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
67
|
+
</zeebe:taskHeaders>
|
|
68
|
+
</bpmn:extensionElements>
|
|
69
|
+
<bpmn:incoming>Flow_0fuwo6o</bpmn:incoming>
|
|
70
|
+
<bpmn:outgoing>Flow_0fkg4z8</bpmn:outgoing>
|
|
71
|
+
</bpmn:serviceTask>
|
|
72
|
+
<bpmn:serviceTask id="Activity_0zsf5oj"
|
|
73
|
+
zeebe:modelerTemplate="io.camunda.connectors.agenticai.mcp.remoteclient.v0"
|
|
74
|
+
zeebe:modelerTemplateVersion="2"
|
|
75
|
+
zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCI+CiAgICA8cGF0aCBkPSJNMjUgOTcuODUyOEw5Mi44ODIzIDI5Ljk3MDZDMTAyLjI1NSAyMC41OTggMTE3LjQ1MSAyMC41OTggMTI2LjgyMyAyOS45NzA2VjI5Ljk3MDZDMTM2LjE5NiAzOS4zNDMxIDEzNi4xOTYgNTQuNTM5MSAxMjYuODIzIDYzLjkxMTdMNzUuNTU4MSAxMTUuMTc3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik03Ni4yNjUzIDExNC40N0wxMjYuODIzIDYzLjkxMTdDMTM2LjE5NiA1NC41MzkxIDE1MS4zOTIgNTQuNTM5MSAxNjAuNzY1IDYzLjkxMTdMMTYxLjExOCA2NC4yNjUyQzE3MC40OTEgNzMuNjM3OCAxNzAuNDkxIDg4LjgzMzggMTYxLjExOCA5OC4yMDYzTDk5LjcyNDggMTU5LjZDOTYuNjAwNiAxNjIuNzI0IDk2LjYwMDYgMTY3Ljc4OSA5OS43MjQ4IDE3MC45MTNMMTEyLjMzMSAxODMuNTIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgogICAgPHBhdGggZD0iTTEwOS44NTMgNDYuOTQxMUw1OS42NDgyIDk3LjE0NTdDNTAuMjc1NyAxMDYuNTE4IDUwLjI3NTcgMTIxLjcxNCA1OS42NDgyIDEzMS4wODdWMTMxLjA4N0M2OS4wMjA4IDE0MC40NTkgODQuMjE2OCAxNDAuNDU5IDkzLjU4OTQgMTMxLjA4N0wxNDMuNzk0IDgwLjg4MjIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K">
|
|
76
|
+
<bpmn:extensionElements>
|
|
77
|
+
<zeebe:taskDefinition type="io.camunda.agenticai:mcpremoteclient:1" retries="3" />
|
|
78
|
+
<zeebe:ioMapping>
|
|
79
|
+
<zeebe:input source="http" target="data.transport.type" />
|
|
80
|
+
<zeebe:input source="http://localhost:12001/mcp"
|
|
81
|
+
target="data.transport.http.url" />
|
|
82
|
+
<zeebe:input source="noAuth" target="data.transport.http.authentication.type" />
|
|
83
|
+
<zeebe:input source="=false" target="data.options.clientCache" />
|
|
84
|
+
<zeebe:input source="standalone" target="data.connectorMode.type" />
|
|
85
|
+
<zeebe:input source="resources/list" target="data.connectorMode.operation.type" />
|
|
86
|
+
</zeebe:ioMapping>
|
|
87
|
+
<zeebe:taskHeaders>
|
|
88
|
+
<zeebe:header key="elementTemplateVersion" value="2" />
|
|
89
|
+
<zeebe:header key="elementTemplateId"
|
|
90
|
+
value="io.camunda.connectors.agenticai.mcp.remoteclient.v0" />
|
|
91
|
+
<zeebe:header key="resultVariable" value="listResourcesResult" />
|
|
92
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
93
|
+
</zeebe:taskHeaders>
|
|
94
|
+
</bpmn:extensionElements>
|
|
95
|
+
<bpmn:incoming>Flow_0e9natv</bpmn:incoming>
|
|
96
|
+
<bpmn:outgoing>Flow_0dpz6ey</bpmn:outgoing>
|
|
97
|
+
</bpmn:serviceTask>
|
|
98
|
+
<bpmn:serviceTask id="Activity_0k2qxvu"
|
|
99
|
+
zeebe:modelerTemplate="io.camunda.connectors.agenticai.mcp.remoteclient.v0"
|
|
100
|
+
zeebe:modelerTemplateVersion="2"
|
|
101
|
+
zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCI+CiAgICA8cGF0aCBkPSJNMjUgOTcuODUyOEw5Mi44ODIzIDI5Ljk3MDZDMTAyLjI1NSAyMC41OTggMTE3LjQ1MSAyMC41OTggMTI2LjgyMyAyOS45NzA2VjI5Ljk3MDZDMTM2LjE5NiAzOS4zNDMxIDEzNi4xOTYgNTQuNTM5MSAxMjYuODIzIDYzLjkxMTdMNzUuNTU4MSAxMTUuMTc3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik03Ni4yNjUzIDExNC40N0wxMjYuODIzIDYzLjkxMTdDMTM2LjE5NiA1NC41MzkxIDE1MS4zOTIgNTQuNTM5MSAxNjAuNzY1IDYzLjkxMTdMMTYxLjExOCA2NC4yNjUyQzE3MC40OTEgNzMuNjM3OCAxNzAuNDkxIDg4LjgzMzggMTYxLjExOCA5OC4yMDYzTDk5LjcyNDggMTU5LjZDOTYuNjAwNiAxNjIuNzI0IDk2LjYwMDYgMTY3Ljc4OSA5OS43MjQ4IDE3MC45MTNMMTEyLjMzMSAxODMuNTIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgogICAgPHBhdGggZD0iTTEwOS44NTMgNDYuOTQxMUw1OS42NDgyIDk3LjE0NTdDNTAuMjc1NyAxMDYuNTE4IDUwLjI3NTcgMTIxLjcxNCA1OS42NDgyIDEzMS4wODdWMTMxLjA4N0M2OS4wMjA4IDE0MC40NTkgODQuMjE2OCAxNDAuNDU5IDkzLjU4OTQgMTMxLjA4N0wxNDMuNzk0IDgwLjg4MjIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K">
|
|
102
|
+
<bpmn:extensionElements>
|
|
103
|
+
<zeebe:taskDefinition type="io.camunda.agenticai:mcpremoteclient:1" retries="3" />
|
|
104
|
+
<zeebe:ioMapping>
|
|
105
|
+
<zeebe:input source="http" target="data.transport.type" />
|
|
106
|
+
<zeebe:input source="http://localhost:12001/mcp"
|
|
107
|
+
target="data.transport.http.url" />
|
|
108
|
+
<zeebe:input source="noAuth" target="data.transport.http.authentication.type" />
|
|
109
|
+
<zeebe:input source="=false" target="data.options.clientCache" />
|
|
110
|
+
<zeebe:input source="standalone" target="data.connectorMode.type" />
|
|
111
|
+
<zeebe:input source="resources/templates/list"
|
|
112
|
+
target="data.connectorMode.operation.type" />
|
|
113
|
+
</zeebe:ioMapping>
|
|
114
|
+
<zeebe:taskHeaders>
|
|
115
|
+
<zeebe:header key="elementTemplateVersion" value="2" />
|
|
116
|
+
<zeebe:header key="elementTemplateId"
|
|
117
|
+
value="io.camunda.connectors.agenticai.mcp.remoteclient.v0" />
|
|
118
|
+
<zeebe:header key="resultVariable" value="listResourcesTemplateResult" />
|
|
119
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
120
|
+
</zeebe:taskHeaders>
|
|
121
|
+
</bpmn:extensionElements>
|
|
122
|
+
<bpmn:incoming>Flow_1ciwaem</bpmn:incoming>
|
|
123
|
+
<bpmn:outgoing>Flow_0kporap</bpmn:outgoing>
|
|
124
|
+
</bpmn:serviceTask>
|
|
125
|
+
<bpmn:serviceTask id="Activity_14ycte5"
|
|
126
|
+
zeebe:modelerTemplate="io.camunda.connectors.agenticai.mcp.remoteclient.v0"
|
|
127
|
+
zeebe:modelerTemplateVersion="2"
|
|
128
|
+
zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCI+CiAgICA8cGF0aCBkPSJNMjUgOTcuODUyOEw5Mi44ODIzIDI5Ljk3MDZDMTAyLjI1NSAyMC41OTggMTE3LjQ1MSAyMC41OTggMTI2LjgyMyAyOS45NzA2VjI5Ljk3MDZDMTM2LjE5NiAzOS4zNDMxIDEzNi4xOTYgNTQuNTM5MSAxMjYuODIzIDYzLjkxMTdMNzUuNTU4MSAxMTUuMTc3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik03Ni4yNjUzIDExNC40N0wxMjYuODIzIDYzLjkxMTdDMTM2LjE5NiA1NC41MzkxIDE1MS4zOTIgNTQuNTM5MSAxNjAuNzY1IDYzLjkxMTdMMTYxLjExOCA2NC4yNjUyQzE3MC40OTEgNzMuNjM3OCAxNzAuNDkxIDg4LjgzMzggMTYxLjExOCA5OC4yMDYzTDk5LjcyNDggMTU5LjZDOTYuNjAwNiAxNjIuNzI0IDk2LjYwMDYgMTY3Ljc4OSA5OS43MjQ4IDE3MC45MTNMMTEyLjMzMSAxODMuNTIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgogICAgPHBhdGggZD0iTTEwOS44NTMgNDYuOTQxMUw1OS42NDgyIDk3LjE0NTdDNTAuMjc1NyAxMDYuNTE4IDUwLjI3NTcgMTIxLjcxNCA1OS42NDgyIDEzMS4wODdWMTMxLjA4N0M2OS4wMjA4IDE0MC40NTkgODQuMjE2OCAxNDAuNDU5IDkzLjU4OTQgMTMxLjA4N0wxNDMuNzk0IDgwLjg4MjIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K">
|
|
129
|
+
<bpmn:extensionElements>
|
|
130
|
+
<zeebe:taskDefinition type="io.camunda.agenticai:mcpremoteclient:1" retries="3" />
|
|
131
|
+
<zeebe:ioMapping>
|
|
132
|
+
<zeebe:input source="http" target="data.transport.type" />
|
|
133
|
+
<zeebe:input source="http://localhost:12001/mcp"
|
|
134
|
+
target="data.transport.http.url" />
|
|
135
|
+
<zeebe:input source="noAuth" target="data.transport.http.authentication.type" />
|
|
136
|
+
<zeebe:input source="=false" target="data.options.clientCache" />
|
|
137
|
+
<zeebe:input source="standalone" target="data.connectorMode.type" />
|
|
138
|
+
<zeebe:input source="resources/read" target="data.connectorMode.operation.type" />
|
|
139
|
+
<zeebe:input source="file://jokes-guide.md"
|
|
140
|
+
target="data.connectorMode.operation.resourceUri" />
|
|
141
|
+
</zeebe:ioMapping>
|
|
142
|
+
<zeebe:taskHeaders>
|
|
143
|
+
<zeebe:header key="elementTemplateVersion" value="2" />
|
|
144
|
+
<zeebe:header key="elementTemplateId"
|
|
145
|
+
value="io.camunda.connectors.agenticai.mcp.remoteclient.v0" />
|
|
146
|
+
<zeebe:header key="resultVariable" value="readResourceResult" />
|
|
147
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
148
|
+
</zeebe:taskHeaders>
|
|
149
|
+
</bpmn:extensionElements>
|
|
150
|
+
<bpmn:incoming>Flow_1fi3ugo</bpmn:incoming>
|
|
151
|
+
<bpmn:outgoing>Flow_03iv4xt</bpmn:outgoing>
|
|
152
|
+
</bpmn:serviceTask>
|
|
153
|
+
<bpmn:serviceTask id="Activity_11go5c5"
|
|
154
|
+
zeebe:modelerTemplate="io.camunda.connectors.agenticai.mcp.remoteclient.v0"
|
|
155
|
+
zeebe:modelerTemplateVersion="2"
|
|
156
|
+
zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCI+CiAgICA8cGF0aCBkPSJNMjUgOTcuODUyOEw5Mi44ODIzIDI5Ljk3MDZDMTAyLjI1NSAyMC41OTggMTE3LjQ1MSAyMC41OTggMTI2LjgyMyAyOS45NzA2VjI5Ljk3MDZDMTM2LjE5NiAzOS4zNDMxIDEzNi4xOTYgNTQuNTM5MSAxMjYuODIzIDYzLjkxMTdMNzUuNTU4MSAxMTUuMTc3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik03Ni4yNjUzIDExNC40N0wxMjYuODIzIDYzLjkxMTdDMTM2LjE5NiA1NC41MzkxIDE1MS4zOTIgNTQuNTM5MSAxNjAuNzY1IDYzLjkxMTdMMTYxLjExOCA2NC4yNjUyQzE3MC40OTEgNzMuNjM3OCAxNzAuNDkxIDg4LjgzMzggMTYxLjExOCA5OC4yMDYzTDk5LjcyNDggMTU5LjZDOTYuNjAwNiAxNjIuNzI0IDk2LjYwMDYgMTY3Ljc4OSA5OS43MjQ4IDE3MC45MTNMMTEyLjMzMSAxODMuNTIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgogICAgPHBhdGggZD0iTTEwOS44NTMgNDYuOTQxMUw1OS42NDgyIDk3LjE0NTdDNTAuMjc1NyAxMDYuNTE4IDUwLjI3NTcgMTIxLjcxNCA1OS42NDgyIDEzMS4wODdWMTMxLjA4N0M2OS4wMjA4IDE0MC40NTkgODQuMjE2OCAxNDAuNDU5IDkzLjU4OTQgMTMxLjA4N0wxNDMuNzk0IDgwLjg4MjIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K">
|
|
157
|
+
<bpmn:extensionElements>
|
|
158
|
+
<zeebe:taskDefinition type="io.camunda.agenticai:mcpremoteclient:1" retries="3" />
|
|
159
|
+
<zeebe:ioMapping>
|
|
160
|
+
<zeebe:input source="http" target="data.transport.type" />
|
|
161
|
+
<zeebe:input source="http://localhost:12001/mcp"
|
|
162
|
+
target="data.transport.http.url" />
|
|
163
|
+
<zeebe:input source="noAuth" target="data.transport.http.authentication.type" />
|
|
164
|
+
<zeebe:input source="=false" target="data.options.clientCache" />
|
|
165
|
+
<zeebe:input source="standalone" target="data.connectorMode.type" />
|
|
166
|
+
<zeebe:input source="prompts/list" target="data.connectorMode.operation.type" />
|
|
167
|
+
</zeebe:ioMapping>
|
|
168
|
+
<zeebe:taskHeaders>
|
|
169
|
+
<zeebe:header key="elementTemplateVersion" value="2" />
|
|
170
|
+
<zeebe:header key="elementTemplateId"
|
|
171
|
+
value="io.camunda.connectors.agenticai.mcp.remoteclient.v0" />
|
|
172
|
+
<zeebe:header key="resultVariable" value="listPromptsResult" />
|
|
173
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
174
|
+
</zeebe:taskHeaders>
|
|
175
|
+
</bpmn:extensionElements>
|
|
176
|
+
<bpmn:incoming>Flow_0gvh6fv</bpmn:incoming>
|
|
177
|
+
<bpmn:outgoing>Flow_04potql</bpmn:outgoing>
|
|
178
|
+
</bpmn:serviceTask>
|
|
179
|
+
<bpmn:serviceTask id="Activity_0k2do0i"
|
|
180
|
+
zeebe:modelerTemplate="io.camunda.connectors.agenticai.mcp.remoteclient.v0"
|
|
181
|
+
zeebe:modelerTemplateVersion="2"
|
|
182
|
+
zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCI+CiAgICA8cGF0aCBkPSJNMjUgOTcuODUyOEw5Mi44ODIzIDI5Ljk3MDZDMTAyLjI1NSAyMC41OTggMTE3LjQ1MSAyMC41OTggMTI2LjgyMyAyOS45NzA2VjI5Ljk3MDZDMTM2LjE5NiAzOS4zNDMxIDEzNi4xOTYgNTQuNTM5MSAxMjYuODIzIDYzLjkxMTdMNzUuNTU4MSAxMTUuMTc3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik03Ni4yNjUzIDExNC40N0wxMjYuODIzIDYzLjkxMTdDMTM2LjE5NiA1NC41MzkxIDE1MS4zOTIgNTQuNTM5MSAxNjAuNzY1IDYzLjkxMTdMMTYxLjExOCA2NC4yNjUyQzE3MC40OTEgNzMuNjM3OCAxNzAuNDkxIDg4LjgzMzggMTYxLjExOCA5OC4yMDYzTDk5LjcyNDggMTU5LjZDOTYuNjAwNiAxNjIuNzI0IDk2LjYwMDYgMTY3Ljc4OSA5OS43MjQ4IDE3MC45MTNMMTEyLjMzMSAxODMuNTIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgogICAgPHBhdGggZD0iTTEwOS44NTMgNDYuOTQxMUw1OS42NDgyIDk3LjE0NTdDNTAuMjc1NyAxMDYuNTE4IDUwLjI3NTcgMTIxLjcxNCA1OS42NDgyIDEzMS4wODdWMTMxLjA4N0M2OS4wMjA4IDE0MC40NTkgODQuMjE2OCAxNDAuNDU5IDkzLjU4OTQgMTMxLjA4N0wxNDMuNzk0IDgwLjg4MjIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K">
|
|
183
|
+
<bpmn:extensionElements>
|
|
184
|
+
<zeebe:taskDefinition type="io.camunda.agenticai:mcpremoteclient:1" retries="3" />
|
|
185
|
+
<zeebe:ioMapping>
|
|
186
|
+
<zeebe:input source="http" target="data.transport.type" />
|
|
187
|
+
<zeebe:input source="http://localhost:12001/mcp"
|
|
188
|
+
target="data.transport.http.url" />
|
|
189
|
+
<zeebe:input source="noAuth" target="data.transport.http.authentication.type" />
|
|
190
|
+
<zeebe:input source="=false" target="data.options.clientCache" />
|
|
191
|
+
<zeebe:input source="standalone" target="data.connectorMode.type" />
|
|
192
|
+
<zeebe:input source="prompts/get" target="data.connectorMode.operation.type" />
|
|
193
|
+
<zeebe:input source="get-greeting"
|
|
194
|
+
target="data.connectorMode.operation.promptName" />
|
|
195
|
+
<zeebe:input source="={"name":"John"}"
|
|
196
|
+
target="data.connectorMode.operation.promptArguments" />
|
|
197
|
+
</zeebe:ioMapping>
|
|
198
|
+
<zeebe:taskHeaders>
|
|
199
|
+
<zeebe:header key="elementTemplateVersion" value="2" />
|
|
200
|
+
<zeebe:header key="elementTemplateId"
|
|
201
|
+
value="io.camunda.connectors.agenticai.mcp.remoteclient.v0" />
|
|
202
|
+
<zeebe:header key="resultVariable" value="getPromptResult" />
|
|
203
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
204
|
+
</zeebe:taskHeaders>
|
|
205
|
+
</bpmn:extensionElements>
|
|
206
|
+
<bpmn:incoming>Flow_0wrcjqf</bpmn:incoming>
|
|
207
|
+
<bpmn:outgoing>Flow_1lva7ht</bpmn:outgoing>
|
|
208
|
+
</bpmn:serviceTask>
|
|
209
|
+
<bpmn:sequenceFlow id="Flow_19r4gtr" sourceRef="StartEvent_1" targetRef="Gateway_0qasxtq" />
|
|
210
|
+
<bpmn:parallelGateway id="Gateway_0qasxtq">
|
|
211
|
+
<bpmn:incoming>Flow_19r4gtr</bpmn:incoming>
|
|
212
|
+
<bpmn:outgoing>Flow_09bmgpl</bpmn:outgoing>
|
|
213
|
+
<bpmn:outgoing>Flow_0fuwo6o</bpmn:outgoing>
|
|
214
|
+
<bpmn:outgoing>Flow_0e9natv</bpmn:outgoing>
|
|
215
|
+
<bpmn:outgoing>Flow_1ciwaem</bpmn:outgoing>
|
|
216
|
+
<bpmn:outgoing>Flow_1fi3ugo</bpmn:outgoing>
|
|
217
|
+
<bpmn:outgoing>Flow_0gvh6fv</bpmn:outgoing>
|
|
218
|
+
<bpmn:outgoing>Flow_0wrcjqf</bpmn:outgoing>
|
|
219
|
+
</bpmn:parallelGateway>
|
|
220
|
+
<bpmn:sequenceFlow id="Flow_09bmgpl" sourceRef="Gateway_0qasxtq"
|
|
221
|
+
targetRef="Activity_1jtuozy" />
|
|
222
|
+
<bpmn:sequenceFlow id="Flow_0fuwo6o" sourceRef="Gateway_0qasxtq"
|
|
223
|
+
targetRef="Activity_0j3esn0" />
|
|
224
|
+
<bpmn:sequenceFlow id="Flow_0e9natv" sourceRef="Gateway_0qasxtq"
|
|
225
|
+
targetRef="Activity_0zsf5oj" />
|
|
226
|
+
<bpmn:sequenceFlow id="Flow_1ciwaem" sourceRef="Gateway_0qasxtq"
|
|
227
|
+
targetRef="Activity_0k2qxvu" />
|
|
228
|
+
<bpmn:sequenceFlow id="Flow_1fi3ugo" sourceRef="Gateway_0qasxtq"
|
|
229
|
+
targetRef="Activity_14ycte5" />
|
|
230
|
+
<bpmn:sequenceFlow id="Flow_0gvh6fv" sourceRef="Gateway_0qasxtq"
|
|
231
|
+
targetRef="Activity_11go5c5" />
|
|
232
|
+
<bpmn:sequenceFlow id="Flow_0wrcjqf" sourceRef="Gateway_0qasxtq"
|
|
233
|
+
targetRef="Activity_0k2do0i" />
|
|
234
|
+
<bpmn:sequenceFlow id="Flow_0kporap" sourceRef="Activity_0k2qxvu"
|
|
235
|
+
targetRef="Gateway_1ov4hn7" />
|
|
236
|
+
<bpmn:parallelGateway id="Gateway_1ov4hn7">
|
|
237
|
+
<bpmn:incoming>Flow_0kporap</bpmn:incoming>
|
|
238
|
+
<bpmn:incoming>Flow_0bn4gzd</bpmn:incoming>
|
|
239
|
+
<bpmn:incoming>Flow_0fkg4z8</bpmn:incoming>
|
|
240
|
+
<bpmn:incoming>Flow_0dpz6ey</bpmn:incoming>
|
|
241
|
+
<bpmn:incoming>Flow_03iv4xt</bpmn:incoming>
|
|
242
|
+
<bpmn:incoming>Flow_04potql</bpmn:incoming>
|
|
243
|
+
<bpmn:incoming>Flow_1lva7ht</bpmn:incoming>
|
|
244
|
+
<bpmn:outgoing>Flow_04ss29d</bpmn:outgoing>
|
|
245
|
+
</bpmn:parallelGateway>
|
|
246
|
+
<bpmn:sequenceFlow id="Flow_0bn4gzd" sourceRef="Activity_1jtuozy"
|
|
247
|
+
targetRef="Gateway_1ov4hn7" />
|
|
248
|
+
<bpmn:sequenceFlow id="Flow_0fkg4z8" sourceRef="Activity_0j3esn0"
|
|
249
|
+
targetRef="Gateway_1ov4hn7" />
|
|
250
|
+
<bpmn:sequenceFlow id="Flow_0dpz6ey" sourceRef="Activity_0zsf5oj"
|
|
251
|
+
targetRef="Gateway_1ov4hn7" />
|
|
252
|
+
<bpmn:sequenceFlow id="Flow_03iv4xt" sourceRef="Activity_14ycte5"
|
|
253
|
+
targetRef="Gateway_1ov4hn7" />
|
|
254
|
+
<bpmn:sequenceFlow id="Flow_04potql" sourceRef="Activity_11go5c5"
|
|
255
|
+
targetRef="Gateway_1ov4hn7" />
|
|
256
|
+
<bpmn:sequenceFlow id="Flow_1lva7ht" sourceRef="Activity_0k2do0i"
|
|
257
|
+
targetRef="Gateway_1ov4hn7" />
|
|
258
|
+
<bpmn:sequenceFlow id="Flow_04ss29d" sourceRef="Gateway_1ov4hn7" targetRef="Event_0ap30yg" />
|
|
259
|
+
</bpmn:process>
|
|
260
|
+
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
261
|
+
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="mcp_remote_client">
|
|
262
|
+
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
263
|
+
<dc:Bounds x="152" y="502" width="36" height="36" />
|
|
264
|
+
</bpmndi:BPMNShape>
|
|
265
|
+
<bpmndi:BPMNShape id="Event_0ap30yg_di" bpmnElement="Event_0ap30yg">
|
|
266
|
+
<dc:Bounds x="792" y="502" width="36" height="36" />
|
|
267
|
+
</bpmndi:BPMNShape>
|
|
268
|
+
<bpmndi:BPMNShape id="Activity_0igv5yz_di" bpmnElement="Activity_1jtuozy">
|
|
269
|
+
<dc:Bounds x="410" y="80" width="100" height="80" />
|
|
270
|
+
</bpmndi:BPMNShape>
|
|
271
|
+
<bpmndi:BPMNShape id="BPMNShape_15pxi0s" bpmnElement="Activity_0j3esn0">
|
|
272
|
+
<dc:Bounds x="410" y="210" width="100" height="80" />
|
|
273
|
+
</bpmndi:BPMNShape>
|
|
274
|
+
<bpmndi:BPMNShape id="BPMNShape_1au9rye" bpmnElement="Activity_0zsf5oj">
|
|
275
|
+
<dc:Bounds x="410" y="340" width="100" height="80" />
|
|
276
|
+
</bpmndi:BPMNShape>
|
|
277
|
+
<bpmndi:BPMNShape id="BPMNShape_0uhgah9" bpmnElement="Activity_0k2qxvu">
|
|
278
|
+
<dc:Bounds x="410" y="480" width="100" height="80" />
|
|
279
|
+
</bpmndi:BPMNShape>
|
|
280
|
+
<bpmndi:BPMNShape id="BPMNShape_0no6wy4" bpmnElement="Activity_14ycte5">
|
|
281
|
+
<dc:Bounds x="410" y="630" width="100" height="80" />
|
|
282
|
+
</bpmndi:BPMNShape>
|
|
283
|
+
<bpmndi:BPMNShape id="BPMNShape_1y907en" bpmnElement="Activity_11go5c5">
|
|
284
|
+
<dc:Bounds x="410" y="770" width="100" height="80" />
|
|
285
|
+
</bpmndi:BPMNShape>
|
|
286
|
+
<bpmndi:BPMNShape id="BPMNShape_1tqyk7b" bpmnElement="Activity_0k2do0i">
|
|
287
|
+
<dc:Bounds x="410" y="910" width="100" height="80" />
|
|
288
|
+
</bpmndi:BPMNShape>
|
|
289
|
+
<bpmndi:BPMNShape id="Gateway_1ksk3eq_di" bpmnElement="Gateway_0qasxtq">
|
|
290
|
+
<dc:Bounds x="245" y="495" width="50" height="50" />
|
|
291
|
+
</bpmndi:BPMNShape>
|
|
292
|
+
<bpmndi:BPMNShape id="Gateway_069darl_di" bpmnElement="Gateway_1ov4hn7">
|
|
293
|
+
<dc:Bounds x="585" y="495" width="50" height="50" />
|
|
294
|
+
</bpmndi:BPMNShape>
|
|
295
|
+
<bpmndi:BPMNEdge id="Flow_19r4gtr_di" bpmnElement="Flow_19r4gtr">
|
|
296
|
+
<di:waypoint x="188" y="520" />
|
|
297
|
+
<di:waypoint x="245" y="520" />
|
|
298
|
+
</bpmndi:BPMNEdge>
|
|
299
|
+
<bpmndi:BPMNEdge id="Flow_09bmgpl_di" bpmnElement="Flow_09bmgpl">
|
|
300
|
+
<di:waypoint x="270" y="495" />
|
|
301
|
+
<di:waypoint x="270" y="120" />
|
|
302
|
+
<di:waypoint x="410" y="120" />
|
|
303
|
+
</bpmndi:BPMNEdge>
|
|
304
|
+
<bpmndi:BPMNEdge id="Flow_0fuwo6o_di" bpmnElement="Flow_0fuwo6o">
|
|
305
|
+
<di:waypoint x="270" y="495" />
|
|
306
|
+
<di:waypoint x="270" y="250" />
|
|
307
|
+
<di:waypoint x="410" y="250" />
|
|
308
|
+
</bpmndi:BPMNEdge>
|
|
309
|
+
<bpmndi:BPMNEdge id="Flow_0e9natv_di" bpmnElement="Flow_0e9natv">
|
|
310
|
+
<di:waypoint x="270" y="495" />
|
|
311
|
+
<di:waypoint x="270" y="380" />
|
|
312
|
+
<di:waypoint x="410" y="380" />
|
|
313
|
+
</bpmndi:BPMNEdge>
|
|
314
|
+
<bpmndi:BPMNEdge id="Flow_1ciwaem_di" bpmnElement="Flow_1ciwaem">
|
|
315
|
+
<di:waypoint x="295" y="520" />
|
|
316
|
+
<di:waypoint x="410" y="520" />
|
|
317
|
+
</bpmndi:BPMNEdge>
|
|
318
|
+
<bpmndi:BPMNEdge id="Flow_1fi3ugo_di" bpmnElement="Flow_1fi3ugo">
|
|
319
|
+
<di:waypoint x="270" y="545" />
|
|
320
|
+
<di:waypoint x="270" y="670" />
|
|
321
|
+
<di:waypoint x="410" y="670" />
|
|
322
|
+
</bpmndi:BPMNEdge>
|
|
323
|
+
<bpmndi:BPMNEdge id="Flow_0gvh6fv_di" bpmnElement="Flow_0gvh6fv">
|
|
324
|
+
<di:waypoint x="270" y="545" />
|
|
325
|
+
<di:waypoint x="270" y="810" />
|
|
326
|
+
<di:waypoint x="410" y="810" />
|
|
327
|
+
</bpmndi:BPMNEdge>
|
|
328
|
+
<bpmndi:BPMNEdge id="Flow_0wrcjqf_di" bpmnElement="Flow_0wrcjqf">
|
|
329
|
+
<di:waypoint x="270" y="545" />
|
|
330
|
+
<di:waypoint x="270" y="950" />
|
|
331
|
+
<di:waypoint x="410" y="950" />
|
|
332
|
+
</bpmndi:BPMNEdge>
|
|
333
|
+
<bpmndi:BPMNEdge id="Flow_0kporap_di" bpmnElement="Flow_0kporap">
|
|
334
|
+
<di:waypoint x="510" y="520" />
|
|
335
|
+
<di:waypoint x="585" y="520" />
|
|
336
|
+
</bpmndi:BPMNEdge>
|
|
337
|
+
<bpmndi:BPMNEdge id="Flow_0bn4gzd_di" bpmnElement="Flow_0bn4gzd">
|
|
338
|
+
<di:waypoint x="510" y="120" />
|
|
339
|
+
<di:waypoint x="610" y="120" />
|
|
340
|
+
<di:waypoint x="610" y="495" />
|
|
341
|
+
</bpmndi:BPMNEdge>
|
|
342
|
+
<bpmndi:BPMNEdge id="Flow_0fkg4z8_di" bpmnElement="Flow_0fkg4z8">
|
|
343
|
+
<di:waypoint x="510" y="250" />
|
|
344
|
+
<di:waypoint x="610" y="250" />
|
|
345
|
+
<di:waypoint x="610" y="495" />
|
|
346
|
+
</bpmndi:BPMNEdge>
|
|
347
|
+
<bpmndi:BPMNEdge id="Flow_0dpz6ey_di" bpmnElement="Flow_0dpz6ey">
|
|
348
|
+
<di:waypoint x="510" y="380" />
|
|
349
|
+
<di:waypoint x="610" y="380" />
|
|
350
|
+
<di:waypoint x="610" y="495" />
|
|
351
|
+
</bpmndi:BPMNEdge>
|
|
352
|
+
<bpmndi:BPMNEdge id="Flow_03iv4xt_di" bpmnElement="Flow_03iv4xt">
|
|
353
|
+
<di:waypoint x="510" y="670" />
|
|
354
|
+
<di:waypoint x="610" y="670" />
|
|
355
|
+
<di:waypoint x="610" y="545" />
|
|
356
|
+
</bpmndi:BPMNEdge>
|
|
357
|
+
<bpmndi:BPMNEdge id="Flow_04potql_di" bpmnElement="Flow_04potql">
|
|
358
|
+
<di:waypoint x="510" y="810" />
|
|
359
|
+
<di:waypoint x="610" y="810" />
|
|
360
|
+
<di:waypoint x="610" y="545" />
|
|
361
|
+
</bpmndi:BPMNEdge>
|
|
362
|
+
<bpmndi:BPMNEdge id="Flow_1lva7ht_di" bpmnElement="Flow_1lva7ht">
|
|
363
|
+
<di:waypoint x="510" y="950" />
|
|
364
|
+
<di:waypoint x="610" y="950" />
|
|
365
|
+
<di:waypoint x="610" y="545" />
|
|
366
|
+
</bpmndi:BPMNEdge>
|
|
367
|
+
<bpmndi:BPMNEdge id="Flow_04ss29d_di" bpmnElement="Flow_04ss29d">
|
|
368
|
+
<di:waypoint x="635" y="520" />
|
|
369
|
+
<di:waypoint x="792" y="520" />
|
|
370
|
+
</bpmndi:BPMNEdge>
|
|
371
|
+
</bpmndi:BPMNPlane>
|
|
372
|
+
</bpmndi:BPMNDiagram>
|
|
373
|
+
</bpmn:definitions>
|
|
@@ -0,0 +1,69 @@
|
|
|
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="dd3b335" modeler:executionPlatform="Camunda Cloud"
|
|
10
|
+
modeler:executionPlatformVersion="8.9.0">
|
|
11
|
+
<bpmn:process id="mcp_remote_client" name="mcp_remote_client" isExecutable="true">
|
|
12
|
+
<bpmn:startEvent id="StartEvent_1">
|
|
13
|
+
<bpmn:outgoing>Flow_1jxr5k6</bpmn:outgoing>
|
|
14
|
+
</bpmn:startEvent>
|
|
15
|
+
<bpmn:sequenceFlow id="Flow_1jxr5k6" sourceRef="StartEvent_1" targetRef="Activity_1jtuozy" />
|
|
16
|
+
<bpmn:endEvent id="Event_0ap30yg">
|
|
17
|
+
<bpmn:incoming>Flow_04vys7c</bpmn:incoming>
|
|
18
|
+
</bpmn:endEvent>
|
|
19
|
+
<bpmn:sequenceFlow id="Flow_04vys7c" sourceRef="Activity_1jtuozy" targetRef="Event_0ap30yg" />
|
|
20
|
+
<bpmn:serviceTask id="Activity_1jtuozy"
|
|
21
|
+
zeebe:modelerTemplate="io.camunda.connectors.agenticai.mcp.remoteclient.v0"
|
|
22
|
+
zeebe:modelerTemplateVersion="2"
|
|
23
|
+
zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCI+CiAgICA8cGF0aCBkPSJNMjUgOTcuODUyOEw5Mi44ODIzIDI5Ljk3MDZDMTAyLjI1NSAyMC41OTggMTE3LjQ1MSAyMC41OTggMTI2LjgyMyAyOS45NzA2VjI5Ljk3MDZDMTM2LjE5NiAzOS4zNDMxIDEzNi4xOTYgNTQuNTM5MSAxMjYuODIzIDYzLjkxMTdMNzUuNTU4MSAxMTUuMTc3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik03Ni4yNjUzIDExNC40N0wxMjYuODIzIDYzLjkxMTdDMTM2LjE5NiA1NC41MzkxIDE1MS4zOTIgNTQuNTM5MSAxNjAuNzY1IDYzLjkxMTdMMTYxLjExOCA2NC4yNjUyQzE3MC40OTEgNzMuNjM3OCAxNzAuNDkxIDg4LjgzMzggMTYxLjExOCA5OC4yMDYzTDk5LjcyNDggMTU5LjZDOTYuNjAwNiAxNjIuNzI0IDk2LjYwMDYgMTY3Ljc4OSA5OS43MjQ4IDE3MC45MTNMMTEyLjMzMSAxODMuNTIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgogICAgPHBhdGggZD0iTTEwOS44NTMgNDYuOTQxMUw1OS42NDgyIDk3LjE0NTdDNTAuMjc1NyAxMDYuNTE4IDUwLjI3NTcgMTIxLjcxNCA1OS42NDgyIDEzMS4wODdWMTMxLjA4N0M2OS4wMjA4IDE0MC40NTkgODQuMjE2OCAxNDAuNDU5IDkzLjU4OTQgMTMxLjA4N0wxNDMuNzk0IDgwLjg4MjIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K">
|
|
24
|
+
<bpmn:extensionElements>
|
|
25
|
+
<zeebe:taskDefinition type="io.camunda.agenticai:mcpremoteclient:1" retries="3" />
|
|
26
|
+
<zeebe:ioMapping>
|
|
27
|
+
<zeebe:input source="http" target="data.transport.type" />
|
|
28
|
+
<zeebe:input source="http://localhost:12001/mcp"
|
|
29
|
+
target="data.transport.http.url" />
|
|
30
|
+
<zeebe:input source="noAuth" target="data.transport.http.authentication.type" />
|
|
31
|
+
<zeebe:input source="=false" target="data.options.clientCache" />
|
|
32
|
+
<zeebe:input source="standalone" target="data.connectorMode.type" />
|
|
33
|
+
<zeebe:input source="tools/list" target="data.connectorMode.operation.type" />
|
|
34
|
+
</zeebe:ioMapping>
|
|
35
|
+
<zeebe:taskHeaders>
|
|
36
|
+
<zeebe:header key="elementTemplateVersion" value="2" />
|
|
37
|
+
<zeebe:header key="elementTemplateId"
|
|
38
|
+
value="io.camunda.connectors.agenticai.mcp.remoteclient.v0" />
|
|
39
|
+
<zeebe:header key="resultExpression"
|
|
40
|
+
value="={toolCallResult:toolDefinitions.name}" />
|
|
41
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
42
|
+
</zeebe:taskHeaders>
|
|
43
|
+
</bpmn:extensionElements>
|
|
44
|
+
<bpmn:incoming>Flow_1jxr5k6</bpmn:incoming>
|
|
45
|
+
<bpmn:outgoing>Flow_04vys7c</bpmn:outgoing>
|
|
46
|
+
</bpmn:serviceTask>
|
|
47
|
+
</bpmn:process>
|
|
48
|
+
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
49
|
+
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="mcp_remote_client">
|
|
50
|
+
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
51
|
+
<dc:Bounds x="372" y="192" width="36" height="36" />
|
|
52
|
+
</bpmndi:BPMNShape>
|
|
53
|
+
<bpmndi:BPMNShape id="Event_0ap30yg_di" bpmnElement="Event_0ap30yg">
|
|
54
|
+
<dc:Bounds x="612" y="192" width="36" height="36" />
|
|
55
|
+
</bpmndi:BPMNShape>
|
|
56
|
+
<bpmndi:BPMNShape id="Activity_0igv5yz_di" bpmnElement="Activity_1jtuozy">
|
|
57
|
+
<dc:Bounds x="460" y="170" width="100" height="80" />
|
|
58
|
+
</bpmndi:BPMNShape>
|
|
59
|
+
<bpmndi:BPMNEdge id="Flow_1jxr5k6_di" bpmnElement="Flow_1jxr5k6">
|
|
60
|
+
<di:waypoint x="408" y="210" />
|
|
61
|
+
<di:waypoint x="460" y="210" />
|
|
62
|
+
</bpmndi:BPMNEdge>
|
|
63
|
+
<bpmndi:BPMNEdge id="Flow_04vys7c_di" bpmnElement="Flow_04vys7c">
|
|
64
|
+
<di:waypoint x="560" y="210" />
|
|
65
|
+
<di:waypoint x="612" y="210" />
|
|
66
|
+
</bpmndi:BPMNEdge>
|
|
67
|
+
</bpmndi:BPMNPlane>
|
|
68
|
+
</bpmndi:BPMNDiagram>
|
|
69
|
+
</bpmn:definitions>
|