@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,74 @@
|
|
|
1
|
+
%PDF-1.3
|
|
2
|
+
%���� ReportLab Generated PDF document http://www.reportlab.com
|
|
3
|
+
1 0 obj
|
|
4
|
+
<<
|
|
5
|
+
/F1 2 0 R /F2 3 0 R
|
|
6
|
+
>>
|
|
7
|
+
endobj
|
|
8
|
+
2 0 obj
|
|
9
|
+
<<
|
|
10
|
+
/BaseFont /Helvetica /Encoding /WinAnsiEncoding /Name /F1 /Subtype /Type1 /Type /Font
|
|
11
|
+
>>
|
|
12
|
+
endobj
|
|
13
|
+
3 0 obj
|
|
14
|
+
<<
|
|
15
|
+
/BaseFont /Helvetica-Bold /Encoding /WinAnsiEncoding /Name /F2 /Subtype /Type1 /Type /Font
|
|
16
|
+
>>
|
|
17
|
+
endobj
|
|
18
|
+
4 0 obj
|
|
19
|
+
<<
|
|
20
|
+
/Contents 8 0 R /MediaBox [ 0 0 612 792 ] /Parent 7 0 R /Resources <<
|
|
21
|
+
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
|
|
22
|
+
>> /Rotate 0 /Trans <<
|
|
23
|
+
|
|
24
|
+
>>
|
|
25
|
+
/Type /Page
|
|
26
|
+
>>
|
|
27
|
+
endobj
|
|
28
|
+
5 0 obj
|
|
29
|
+
<<
|
|
30
|
+
/PageMode /UseNone /Pages 7 0 R /Type /Catalog
|
|
31
|
+
>>
|
|
32
|
+
endobj
|
|
33
|
+
6 0 obj
|
|
34
|
+
<<
|
|
35
|
+
/Author (anonymous) /CreationDate (D:20250728063323+00'00') /Creator (ReportLab PDF Library - www.reportlab.com) /Keywords () /ModDate (D:20250728063323+00'00') /Producer (ReportLab PDF Library - www.reportlab.com)
|
|
36
|
+
/Subject (unspecified) /Title (untitled) /Trapped /False
|
|
37
|
+
>>
|
|
38
|
+
endobj
|
|
39
|
+
7 0 obj
|
|
40
|
+
<<
|
|
41
|
+
/Count 1 /Kids [ 4 0 R ] /Type /Pages
|
|
42
|
+
>>
|
|
43
|
+
endobj
|
|
44
|
+
8 0 obj
|
|
45
|
+
<<
|
|
46
|
+
/Filter [ /ASCII85Decode /FlateDecode ] /Length 767
|
|
47
|
+
>>
|
|
48
|
+
stream
|
|
49
|
+
Gat%a>u03/'Sc)P'h?t1@%s4ZfLaQ(ojaan[2FtD%6&0>+<qt.iZS*dk9OY6Tlu,623mjIkF=Ip5/r-&K:CaH"W2s_r?heC+FF/_q\6n-9Z+2KSH*i&Fh^`GlWApM#X#-<;`LC$r[_^Bkll`i+oM%@YMu9GDbsrGc<g'$'(BH<.Su2:%O$V$3[32M%R^s_`=N;!XG=G06"])Kbr2O27=uY%hA8rRKtFDq24DeQ&2&aYF#mu1Y-)BQ8+P^WEh1eJS6#lLCS$F3m#SB*SOWFRMN\LNnt_FgSlm>kBdB8T^Bu,>\DoY,N,Sk(Gp*imD(]7B$bf+B[b04)hh[UYK.C8!$iA'B)iZc6+SCcD[4#FSoe!iMYS(3`6sRUb&+Bi!]nMXZ^g,^+;PZ"l2r]'S9_R[<PYi$2CI@7\hVd;>YRaJVGu1I=5E=,di\6]]q./A;g@!]Q7YV#q=OYd%LiuW>2DA#D4dU,;^?%p1jSaeOWRdLJXOF/#ZG*:Hg*sp0aN2oZSG%<b&?@0QW@ik/84=kjSMbmJX_+qrg!",A@/$BEHGU'@F2>,-H)(-q09cnM:PIV[(,1XUNHjU^BIC3N(qD[I*OOV%>0FKQL[Z%jV_ju_D#UGRhu<]2O)G\`H2FpFkOduC0IKU%-#Jlsn!Z]P7?Nm'=9tmD;WHV2IHq&0=B+t7)FC[p&V:I5<(S'Xk:L^'9#GLEA,:ofT6U&<]=`_#[I7\7h5ZSXB92=r.=%HRFWqr+K2i[e<"Gem`.YIH64hq0~>endstream
|
|
50
|
+
endobj
|
|
51
|
+
xref
|
|
52
|
+
0 9
|
|
53
|
+
0000000000 65535 f
|
|
54
|
+
0000000073 00000 n
|
|
55
|
+
0000000114 00000 n
|
|
56
|
+
0000000221 00000 n
|
|
57
|
+
0000000333 00000 n
|
|
58
|
+
0000000526 00000 n
|
|
59
|
+
0000000594 00000 n
|
|
60
|
+
0000000890 00000 n
|
|
61
|
+
0000000949 00000 n
|
|
62
|
+
trailer
|
|
63
|
+
<<
|
|
64
|
+
/ID
|
|
65
|
+
[<c75bb9189e7b766d527956788d000968><c75bb9189e7b766d527956788d000968>]
|
|
66
|
+
% ReportLab generated PDF document -- digest (http://www.reportlab.com)
|
|
67
|
+
|
|
68
|
+
/Info 6 0 R
|
|
69
|
+
/Root 5 0 R
|
|
70
|
+
/Size 9
|
|
71
|
+
>>
|
|
72
|
+
startxref
|
|
73
|
+
1806
|
|
74
|
+
%%EOF
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
%PDF-1.3
|
|
2
|
+
%���� ReportLab Generated PDF document http://www.reportlab.com
|
|
3
|
+
1 0 obj
|
|
4
|
+
<<
|
|
5
|
+
/F1 2 0 R /F2 3 0 R
|
|
6
|
+
>>
|
|
7
|
+
endobj
|
|
8
|
+
2 0 obj
|
|
9
|
+
<<
|
|
10
|
+
/BaseFont /Helvetica /Encoding /WinAnsiEncoding /Name /F1 /Subtype /Type1 /Type /Font
|
|
11
|
+
>>
|
|
12
|
+
endobj
|
|
13
|
+
3 0 obj
|
|
14
|
+
<<
|
|
15
|
+
/BaseFont /Helvetica-Bold /Encoding /WinAnsiEncoding /Name /F2 /Subtype /Type1 /Type /Font
|
|
16
|
+
>>
|
|
17
|
+
endobj
|
|
18
|
+
4 0 obj
|
|
19
|
+
<<
|
|
20
|
+
/Contents 8 0 R /MediaBox [ 0 0 612 792 ] /Parent 7 0 R /Resources <<
|
|
21
|
+
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
|
|
22
|
+
>> /Rotate 0 /Trans <<
|
|
23
|
+
|
|
24
|
+
>>
|
|
25
|
+
/Type /Page
|
|
26
|
+
>>
|
|
27
|
+
endobj
|
|
28
|
+
5 0 obj
|
|
29
|
+
<<
|
|
30
|
+
/PageMode /UseNone /Pages 7 0 R /Type /Catalog
|
|
31
|
+
>>
|
|
32
|
+
endobj
|
|
33
|
+
6 0 obj
|
|
34
|
+
<<
|
|
35
|
+
/Author (anonymous) /CreationDate (D:20250724143816+00'00') /Creator (ReportLab PDF Library - www.reportlab.com) /Keywords () /ModDate (D:20250724143816+00'00') /Producer (ReportLab PDF Library - www.reportlab.com)
|
|
36
|
+
/Subject (unspecified) /Title (untitled) /Trapped /False
|
|
37
|
+
>>
|
|
38
|
+
endobj
|
|
39
|
+
7 0 obj
|
|
40
|
+
<<
|
|
41
|
+
/Count 1 /Kids [ 4 0 R ] /Type /Pages
|
|
42
|
+
>>
|
|
43
|
+
endobj
|
|
44
|
+
8 0 obj
|
|
45
|
+
<<
|
|
46
|
+
/Filter [ /ASCII85Decode /FlateDecode ] /Length 827
|
|
47
|
+
>>
|
|
48
|
+
stream
|
|
49
|
+
Gat%"CQFoL'`Gb\i[3J.]?Nt2_'&6la)5[&OB0eA'>L3aY#GG>_l`n1*H2-u*N[Y%1-+OA4_O1'^js?.=20Y!T^T_;-OcAmpB"IKFR[<>khT5(7''ARL1W@0=A![lp`f2O\/RHc-_nN<4a93-qbZm</un^-/DIDQEkdbZDj,.ViLLEEWe1nWeu@:Vbrd9]rLDV-&7HU/m1<Pt1b?nMW5IVZAd[\X`KL\K;_#c_U[]26M1)LQCh][Xpl[1<(a`Kn37>tP&CB8Xi\3pONMZh7$cu@&U!PHu0]lLBhguV9GONK/Dt'9mWs<U87I^ZBCI02AH'HJDo>nU'PtIa,`K*#QUG-&H0>'XOG;:JUM5G&l0T(K,bL=gF6[udL`Dc;;53!o@?Mqst4F;TE&$0Ok.^R^faQ,Gro`g:Pa/kej"*hnn72g(70T",n.3_:OYPCooe!W1e"3aKYpm_TSLh]Yd?BY3O/)-QP_f5?<-afDEO[$_@Q07)m2B7%F7V`?385#iiNbD)eQ!TNE9N+qr)FK9,lB;UqC?2;^GEhHBoiljp%+]0oL?V63WjGbn7Bp^<FH]8RJ@=3IOAh`gb8^55F-tc\=Jjd<^<L"PV/?2MQuU5T"3%,U.qRDJSYsFh00@m*'pdc^L=GT5FX`N@T'-+d6"'>6G2FoY1PGZjNS/c9a?9iqf;*WD8r^MqN1JYi_C/@KOKn-?+s)XKj_9t4i.tg\lK9bdm]U5H!_s?PH"qsnkua7.eJ)W:Xdg["RDMu2e><&=+0T(='_%9]jaRVYq8h%#?#r6j&G[gd)d3#b#PjNM+Pm)"nHNr[lbgshQZEP.~>endstream
|
|
50
|
+
endobj
|
|
51
|
+
xref
|
|
52
|
+
0 9
|
|
53
|
+
0000000000 65535 f
|
|
54
|
+
0000000073 00000 n
|
|
55
|
+
0000000114 00000 n
|
|
56
|
+
0000000221 00000 n
|
|
57
|
+
0000000333 00000 n
|
|
58
|
+
0000000526 00000 n
|
|
59
|
+
0000000594 00000 n
|
|
60
|
+
0000000890 00000 n
|
|
61
|
+
0000000949 00000 n
|
|
62
|
+
trailer
|
|
63
|
+
<<
|
|
64
|
+
/ID
|
|
65
|
+
[<6461aabd38ff26e87e33c857d8fed03a><6461aabd38ff26e87e33c857d8fed03a>]
|
|
66
|
+
% ReportLab generated PDF document -- digest (http://www.reportlab.com)
|
|
67
|
+
|
|
68
|
+
/Info 6 0 R
|
|
69
|
+
/Root 5 0 R
|
|
70
|
+
/Size 9
|
|
71
|
+
>>
|
|
72
|
+
startxref
|
|
73
|
+
1866
|
|
74
|
+
%%EOF
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "camunda-platform",
|
|
3
|
+
"realm": "camunda-platform",
|
|
4
|
+
"enabled": true,
|
|
5
|
+
"sslRequired": "none",
|
|
6
|
+
"registrationAllowed": false,
|
|
7
|
+
"loginWithEmailAllowed": true,
|
|
8
|
+
"duplicateEmailsAllowed": false,
|
|
9
|
+
"resetPasswordAllowed": false,
|
|
10
|
+
"editUsernameAllowed": false,
|
|
11
|
+
"bruteForceProtected": false,
|
|
12
|
+
"accessTokenLifespan": 300,
|
|
13
|
+
"ssoSessionIdleTimeout": 1800,
|
|
14
|
+
"ssoSessionMaxLifespan": 36000,
|
|
15
|
+
"clients": [
|
|
16
|
+
{
|
|
17
|
+
"clientId": "zeebe",
|
|
18
|
+
"name": "Zeebe Client for E2E Tests",
|
|
19
|
+
"description": "Client for OAuth2 client credentials flow testing",
|
|
20
|
+
"enabled": true,
|
|
21
|
+
"clientAuthenticatorType": "client-secret",
|
|
22
|
+
"secret": "zecobe-secret",
|
|
23
|
+
"redirectUris": ["*"],
|
|
24
|
+
"webOrigins": ["*"],
|
|
25
|
+
"publicClient": false,
|
|
26
|
+
"protocol": "openid-connect",
|
|
27
|
+
"serviceAccountsEnabled": true,
|
|
28
|
+
"standardFlowEnabled": false,
|
|
29
|
+
"implicitFlowEnabled": false,
|
|
30
|
+
"directAccessGrantsEnabled": false,
|
|
31
|
+
"authorizationServicesEnabled": false,
|
|
32
|
+
"attributes": {
|
|
33
|
+
"access.token.lifespan": "300"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"roles": {
|
|
38
|
+
"realm": [
|
|
39
|
+
{
|
|
40
|
+
"name": "user",
|
|
41
|
+
"description": "User role"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -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: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_basic_auth" name="mcp_remote_client_basic_auth"
|
|
11
|
+
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:12002/mcp" target="data.transport.http.url" />
|
|
29
|
+
<zeebe:input source="basic" target="data.transport.http.authentication.type" />
|
|
30
|
+
<zeebe:input source="test-user" target="data.transport.http.authentication.username" />
|
|
31
|
+
<zeebe:input source="test-password" target="data.transport.http.authentication.password" />
|
|
32
|
+
<zeebe:input source="=false" target="data.options.clientCache" />
|
|
33
|
+
<zeebe:input source="standalone" target="data.connectorMode.type" />
|
|
34
|
+
<zeebe:input source="tools/list" target="data.connectorMode.operation.type" />
|
|
35
|
+
</zeebe:ioMapping>
|
|
36
|
+
<zeebe:taskHeaders>
|
|
37
|
+
<zeebe:header key="elementTemplateVersion" value="2" />
|
|
38
|
+
<zeebe:header key="elementTemplateId"
|
|
39
|
+
value="io.camunda.connectors.agenticai.mcp.remoteclient.v0" />
|
|
40
|
+
<zeebe:header key="resultVariable" value="listToolsResult" />
|
|
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_basic_auth">
|
|
50
|
+
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
51
|
+
<dc:Bounds x="152" y="102" width="36" height="36" />
|
|
52
|
+
</bpmndi:BPMNShape>
|
|
53
|
+
<bpmndi:BPMNShape id="Event_0ap30yg_di" bpmnElement="Event_0ap30yg">
|
|
54
|
+
<dc:Bounds x="392" y="102" width="36" height="36" />
|
|
55
|
+
</bpmndi:BPMNShape>
|
|
56
|
+
<bpmndi:BPMNShape id="Activity_0igv5yz_di" bpmnElement="Activity_1jtuozy">
|
|
57
|
+
<dc:Bounds x="240" y="80" width="100" height="80" />
|
|
58
|
+
</bpmndi:BPMNShape>
|
|
59
|
+
<bpmndi:BPMNEdge id="Flow_1jxr5k6_di" bpmnElement="Flow_1jxr5k6">
|
|
60
|
+
<di:waypoint x="188" y="120" />
|
|
61
|
+
<di:waypoint x="240" y="120" />
|
|
62
|
+
</bpmndi:BPMNEdge>
|
|
63
|
+
<bpmndi:BPMNEdge id="Flow_04vys7c_di" bpmnElement="Flow_04vys7c">
|
|
64
|
+
<di:waypoint x="340" y="120" />
|
|
65
|
+
<di:waypoint x="392" y="120" />
|
|
66
|
+
</bpmndi:BPMNEdge>
|
|
67
|
+
</bpmndi:BPMNPlane>
|
|
68
|
+
</bpmndi:BPMNDiagram>
|
|
69
|
+
</bpmn:definitions>
|
|
@@ -0,0 +1,68 @@
|
|
|
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_bearer_auth" name="mcp_remote_client_bearer_auth"
|
|
11
|
+
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:12004/mcp" target="data.transport.http.url" />
|
|
29
|
+
<zeebe:input source="bearer" target="data.transport.http.authentication.type" />
|
|
30
|
+
<zeebe:input source="=bearerToken" target="data.transport.http.authentication.token" />
|
|
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="resultVariable" value="listToolsResult" />
|
|
40
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
41
|
+
</zeebe:taskHeaders>
|
|
42
|
+
</bpmn:extensionElements>
|
|
43
|
+
<bpmn:incoming>Flow_1jxr5k6</bpmn:incoming>
|
|
44
|
+
<bpmn:outgoing>Flow_04vys7c</bpmn:outgoing>
|
|
45
|
+
</bpmn:serviceTask>
|
|
46
|
+
</bpmn:process>
|
|
47
|
+
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
48
|
+
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="mcp_remote_client_bearer_auth">
|
|
49
|
+
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
50
|
+
<dc:Bounds x="152" y="102" width="36" height="36" />
|
|
51
|
+
</bpmndi:BPMNShape>
|
|
52
|
+
<bpmndi:BPMNShape id="Event_0ap30yg_di" bpmnElement="Event_0ap30yg">
|
|
53
|
+
<dc:Bounds x="392" y="102" width="36" height="36" />
|
|
54
|
+
</bpmndi:BPMNShape>
|
|
55
|
+
<bpmndi:BPMNShape id="Activity_0igv5yz_di" bpmnElement="Activity_1jtuozy">
|
|
56
|
+
<dc:Bounds x="240" y="80" width="100" height="80" />
|
|
57
|
+
</bpmndi:BPMNShape>
|
|
58
|
+
<bpmndi:BPMNEdge id="Flow_1jxr5k6_di" bpmnElement="Flow_1jxr5k6">
|
|
59
|
+
<di:waypoint x="188" y="120" />
|
|
60
|
+
<di:waypoint x="240" y="120" />
|
|
61
|
+
</bpmndi:BPMNEdge>
|
|
62
|
+
<bpmndi:BPMNEdge id="Flow_04vys7c_di" bpmnElement="Flow_04vys7c">
|
|
63
|
+
<di:waypoint x="340" y="120" />
|
|
64
|
+
<di:waypoint x="392" y="120" />
|
|
65
|
+
</bpmndi:BPMNEdge>
|
|
66
|
+
</bpmndi:BPMNPlane>
|
|
67
|
+
</bpmndi:BPMNDiagram>
|
|
68
|
+
</bpmn:definitions>
|
|
@@ -0,0 +1,76 @@
|
|
|
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_oauth_auth" name="mcp_remote_client_oauth_auth"
|
|
11
|
+
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:12004/mcp" target="data.transport.http.url" />
|
|
29
|
+
<zeebe:input source="oauth-client-credentials-flow"
|
|
30
|
+
target="data.transport.http.authentication.type" />
|
|
31
|
+
<zeebe:input
|
|
32
|
+
source="http://localhost:18080/realms/camunda-platform/protocol/openid-connect/token"
|
|
33
|
+
target="data.transport.http.authentication.oauthTokenEndpoint" />
|
|
34
|
+
<zeebe:input source="zeebe" target="data.transport.http.authentication.clientId" />
|
|
35
|
+
<zeebe:input source="zecobe-secret"
|
|
36
|
+
target="data.transport.http.authentication.clientSecret" />
|
|
37
|
+
<zeebe:input source="BASIC_AUTH_HEADER"
|
|
38
|
+
target="data.transport.http.authentication.clientAuthentication" />
|
|
39
|
+
<zeebe:input source="=false" target="data.options.clientCache" />
|
|
40
|
+
<zeebe:input source="standalone" target="data.connectorMode.type" />
|
|
41
|
+
<zeebe:input source="tools/list" target="data.connectorMode.operation.type" />
|
|
42
|
+
</zeebe:ioMapping>
|
|
43
|
+
<zeebe:taskHeaders>
|
|
44
|
+
<zeebe:header key="elementTemplateVersion" value="2" />
|
|
45
|
+
<zeebe:header key="elementTemplateId"
|
|
46
|
+
value="io.camunda.connectors.agenticai.mcp.remoteclient.v0" />
|
|
47
|
+
<zeebe:header key="resultVariable" value="listToolsResult" />
|
|
48
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
49
|
+
</zeebe:taskHeaders>
|
|
50
|
+
</bpmn:extensionElements>
|
|
51
|
+
<bpmn:incoming>Flow_1jxr5k6</bpmn:incoming>
|
|
52
|
+
<bpmn:outgoing>Flow_04vys7c</bpmn:outgoing>
|
|
53
|
+
</bpmn:serviceTask>
|
|
54
|
+
</bpmn:process>
|
|
55
|
+
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
56
|
+
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="mcp_remote_client_oauth_auth">
|
|
57
|
+
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
58
|
+
<dc:Bounds x="152" y="102" width="36" height="36" />
|
|
59
|
+
</bpmndi:BPMNShape>
|
|
60
|
+
<bpmndi:BPMNShape id="Event_0ap30yg_di" bpmnElement="Event_0ap30yg">
|
|
61
|
+
<dc:Bounds x="392" y="102" width="36" height="36" />
|
|
62
|
+
</bpmndi:BPMNShape>
|
|
63
|
+
<bpmndi:BPMNShape id="Activity_0igv5yz_di" bpmnElement="Activity_1jtuozy">
|
|
64
|
+
<dc:Bounds x="240" y="80" width="100" height="80" />
|
|
65
|
+
</bpmndi:BPMNShape>
|
|
66
|
+
<bpmndi:BPMNEdge id="Flow_1jxr5k6_di" bpmnElement="Flow_1jxr5k6">
|
|
67
|
+
<di:waypoint x="188" y="120" />
|
|
68
|
+
<di:waypoint x="240" y="120" />
|
|
69
|
+
</bpmndi:BPMNEdge>
|
|
70
|
+
<bpmndi:BPMNEdge id="Flow_04vys7c_di" bpmnElement="Flow_04vys7c">
|
|
71
|
+
<di:waypoint x="340" y="120" />
|
|
72
|
+
<di:waypoint x="392" y="120" />
|
|
73
|
+
</bpmndi:BPMNEdge>
|
|
74
|
+
</bpmndi:BPMNPlane>
|
|
75
|
+
</bpmndi:BPMNDiagram>
|
|
76
|
+
</bpmn:definitions>
|