@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.
Files changed (75) hide show
  1. package/.github/c8_versions.json +17 -0
  2. package/package.json +8 -3
  3. package/playwright.config.ts +382 -0
  4. package/resources/Basic_Auth_REST_Connector.bpmn +62 -0
  5. package/resources/Camunda_Simple_User_Task_1.bpmn +41 -0
  6. package/resources/Camunda_Simple_User_Task_2.bpmn +41 -0
  7. package/resources/Camunda_Simple_User_Task_3.bpmn +41 -0
  8. package/resources/Camunda_Simple_User_Task_4.bpmn +41 -0
  9. package/resources/Camunda_Simple_User_Task_5.bpmn +41 -0
  10. package/resources/Candidate_User_Process_Three_Tasks.bpmn +116 -0
  11. package/resources/Candidate_User_Process_Two_Tasks.bpmn +91 -0
  12. package/resources/Conditional_Events_All.bpmn +111 -0
  13. package/resources/Connectors Document Handling.bpmn +298 -0
  14. package/resources/ConnectorsBasicTest.bpmn +2292 -0
  15. package/resources/Intermediate_Event_Webhook_Connector_No_Auth_Process.bpmn +60 -0
  16. package/resources/Job_Worker_Process.bpmn +38 -0
  17. package/resources/New Form.form +24 -0
  18. package/resources/REST_Connector_Bearer_Auth_Process.bpmn +53 -0
  19. package/resources/REST_Connector_No_Auth_Process.bpmn +52 -0
  20. package/resources/Rest Connector Timer Event.bpmn +227 -0
  21. package/resources/SM_Document_Handling_Connectors_User_Flow.bpmn +297 -0
  22. package/resources/Start_Event_Webhook_Connector_No_Auth_Process.bpmn +43 -0
  23. package/resources/Start_Form_Process.bpmn +29 -0
  24. package/resources/User_Task_Editing_Variables.bpmn +41 -0
  25. package/resources/User_Task_Process_With_Form.bpmn +41 -0
  26. package/resources/User_Task_Process_With_Form_2.bpmn +41 -0
  27. package/resources/User_Task_Process_With_Form_3.bpmn +42 -0
  28. package/resources/User_Task_Process_With_Form_API.bpmn +41 -0
  29. package/resources/Variable_Process.bpmn +38 -0
  30. package/resources/Zeebe_User_Task.bpmn +41 -0
  31. package/resources/Zeebe_User_Task_Process_With_Priority.bpmn +145 -0
  32. package/resources/agentic_ai/ai-agent-chat-user-feedback.form +87 -0
  33. package/resources/agentic_ai/ai-agent-chat-with-tools_aws.bpmn +443 -0
  34. package/resources/agentic_ai/ai-agent-chat-with-tools_azure.bpmn +441 -0
  35. package/resources/agentic_ai/ai-agent-chat-with-tools_open_ai.bpmn +438 -0
  36. package/resources/agentic_ai/ai-agent-subprocess-with-tools_aws_key.bpmn +115 -0
  37. package/resources/camunda.png +0 -0
  38. package/resources/cluster_variables/cluster_variable_global_scope.bpmn +59 -0
  39. package/resources/cluster_variables/cluster_variable_json_form.form +49 -0
  40. package/resources/cluster_variables/cluster_variable_json_mutable.bpmn +33 -0
  41. package/resources/cluster_variables/cluster_variable_json_readonly.bpmn +59 -0
  42. package/resources/cluster_variables/cluster_variable_string_form.form +31 -0
  43. package/resources/cluster_variables/cluster_variable_string_mutable.bpmn +31 -0
  44. package/resources/cluster_variables/cluster_variable_string_readonly.bpmn +57 -0
  45. package/resources/cluster_variables/preview_cluster_variables.form +49 -0
  46. package/resources/connectors/aws/bedrock-knowledge-base.bpmn +72 -0
  47. package/resources/connectors/db_vector_connector/db-vector-plain-text_azure_open_ai.bpmn +183 -0
  48. package/resources/connectors/db_vector_connector/db-vector-plain-text_open_ai.bpmn +178 -0
  49. package/resources/connectors/db_vector_connector/db-vector-plain-text_openai_amazon_opensearch.bpmn +189 -0
  50. package/resources/connectors/db_vector_connector/db-vector-retrieve-data.form +34 -0
  51. package/resources/idp/idp_sample_bank_statement.pdf +0 -0
  52. package/resources/idp/structured_invoice_1.pdf +74 -0
  53. package/resources/idp/structured_invoice_2.pdf +74 -0
  54. package/resources/idp/structured_invoice_3.pdf +74 -0
  55. package/resources/idp/structured_invoice_test.pdf +74 -0
  56. package/resources/mcp_server/keycloak/camunda-platform-realm.json +45 -0
  57. package/resources/mcp_server/mcp_remote_client_basic_auth.bpmn +69 -0
  58. package/resources/mcp_server/mcp_remote_client_bearer_auth.bpmn +68 -0
  59. package/resources/mcp_server/mcp_remote_client_oauth_auth.bpmn +76 -0
  60. package/resources/mcp_server/mcp_remote_client_operations.bpmn +373 -0
  61. package/resources/mcp_server/mcp_server_list_tools.bpmn +69 -0
  62. package/resources/mcp_server_saas/mcp_cluster_tools.bpmn +168 -0
  63. package/resources/mcp_server_saas/mcp_incident_test_file.bpmn +54 -0
  64. package/resources/mcp_server_saas/mcp_incident_tools.bpmn +240 -0
  65. package/resources/mcp_server_saas/mcp_process_definition_test_file.bpmn +51 -0
  66. package/resources/mcp_server_saas/mcp_process_definition_tools.bpmn +234 -0
  67. package/resources/mcp_server_saas/mcp_process_instance_test_file.bpmn +51 -0
  68. package/resources/mcp_server_saas/mcp_process_instance_tools.bpmn +232 -0
  69. package/resources/mcp_server_saas/mcp_user_task_test_file.bpmn +55 -0
  70. package/resources/mcp_server_saas/mcp_user_task_tools.bpmn +309 -0
  71. package/resources/mcp_server_saas/mcp_variable_test_file.bpmn +35 -0
  72. package/resources/mcp_server_saas/mcp_variable_tools.bpmn +170 -0
  73. package/resources/simple_pdf.pdf +0 -0
  74. package/resources/simple_text.txt +1 -0
  75. package/resources/test-api-v2-complete.sh +12162 -0
@@ -0,0 +1,41 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:modeler="http://camunda.org/schema/modeler/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Web Modeler" exporterVersion="043edf7" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.8.0">
3
+ <bpmn:process id="Process_06124yh" name="Camunda_Simple_User_Task_4" isExecutable="true">
4
+ <bpmn:startEvent id="StartEvent_1">
5
+ <bpmn:outgoing>Flow_0wrf8q9</bpmn:outgoing>
6
+ </bpmn:startEvent>
7
+ <bpmn:sequenceFlow id="Flow_0wrf8q9" sourceRef="StartEvent_1" targetRef="Activity_15ojg4c" />
8
+ <bpmn:userTask id="Activity_15ojg4c">
9
+ <bpmn:extensionElements>
10
+ <zeebe:userTask />
11
+ </bpmn:extensionElements>
12
+ <bpmn:incoming>Flow_0wrf8q9</bpmn:incoming>
13
+ <bpmn:outgoing>Flow_0cqgpwr</bpmn:outgoing>
14
+ </bpmn:userTask>
15
+ <bpmn:endEvent id="Event_1mydtwm">
16
+ <bpmn:incoming>Flow_0cqgpwr</bpmn:incoming>
17
+ </bpmn:endEvent>
18
+ <bpmn:sequenceFlow id="Flow_0cqgpwr" sourceRef="Activity_15ojg4c" targetRef="Event_1mydtwm" />
19
+ </bpmn:process>
20
+ <bpmndi:BPMNDiagram id="BPMNDiagram_1">
21
+ <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_06124yh">
22
+ <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
23
+ <dc:Bounds x="150" y="100" width="36" height="36" />
24
+ </bpmndi:BPMNShape>
25
+ <bpmndi:BPMNShape id="Activity_0ohg0pz_di" bpmnElement="Activity_15ojg4c">
26
+ <dc:Bounds x="240" y="78" width="100" height="80" />
27
+ </bpmndi:BPMNShape>
28
+ <bpmndi:BPMNShape id="Event_1mydtwm_di" bpmnElement="Event_1mydtwm">
29
+ <dc:Bounds x="402" y="100" width="36" height="36" />
30
+ </bpmndi:BPMNShape>
31
+ <bpmndi:BPMNEdge id="Flow_0wrf8q9_di" bpmnElement="Flow_0wrf8q9">
32
+ <di:waypoint x="186" y="118" />
33
+ <di:waypoint x="240" y="118" />
34
+ </bpmndi:BPMNEdge>
35
+ <bpmndi:BPMNEdge id="Flow_0cqgpwr_di" bpmnElement="Flow_0cqgpwr">
36
+ <di:waypoint x="340" y="118" />
37
+ <di:waypoint x="402" y="118" />
38
+ </bpmndi:BPMNEdge>
39
+ </bpmndi:BPMNPlane>
40
+ </bpmndi:BPMNDiagram>
41
+ </bpmn:definitions>
@@ -0,0 +1,41 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:modeler="http://camunda.org/schema/modeler/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Web Modeler" exporterVersion="fc56aa2" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.8.0">
3
+ <bpmn:process id="Process_0aahq76" name="Camunda_Simple_User_Task_5" isExecutable="true">
4
+ <bpmn:startEvent id="StartEvent_1">
5
+ <bpmn:outgoing>Flow_1fuwy58</bpmn:outgoing>
6
+ </bpmn:startEvent>
7
+ <bpmn:sequenceFlow id="Flow_1fuwy58" sourceRef="StartEvent_1" targetRef="Activity_1pxe62y" />
8
+ <bpmn:userTask id="Activity_1pxe62y">
9
+ <bpmn:extensionElements>
10
+ <zeebe:userTask />
11
+ </bpmn:extensionElements>
12
+ <bpmn:incoming>Flow_1fuwy58</bpmn:incoming>
13
+ <bpmn:outgoing>Flow_1368soc</bpmn:outgoing>
14
+ </bpmn:userTask>
15
+ <bpmn:endEvent id="Event_1s43c19">
16
+ <bpmn:incoming>Flow_1368soc</bpmn:incoming>
17
+ </bpmn:endEvent>
18
+ <bpmn:sequenceFlow id="Flow_1368soc" sourceRef="Activity_1pxe62y" targetRef="Event_1s43c19" />
19
+ </bpmn:process>
20
+ <bpmndi:BPMNDiagram id="BPMNDiagram_1">
21
+ <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_0aahq76">
22
+ <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
23
+ <dc:Bounds x="150" y="100" width="36" height="36" />
24
+ </bpmndi:BPMNShape>
25
+ <bpmndi:BPMNShape id="Activity_15zwovl_di" bpmnElement="Activity_1pxe62y">
26
+ <dc:Bounds x="240" y="78" width="100" height="80" />
27
+ </bpmndi:BPMNShape>
28
+ <bpmndi:BPMNShape id="Event_1s43c19_di" bpmnElement="Event_1s43c19">
29
+ <dc:Bounds x="402" y="100" width="36" height="36" />
30
+ </bpmndi:BPMNShape>
31
+ <bpmndi:BPMNEdge id="Flow_1fuwy58_di" bpmnElement="Flow_1fuwy58">
32
+ <di:waypoint x="186" y="118" />
33
+ <di:waypoint x="240" y="118" />
34
+ </bpmndi:BPMNEdge>
35
+ <bpmndi:BPMNEdge id="Flow_1368soc_di" bpmnElement="Flow_1368soc">
36
+ <di:waypoint x="340" y="118" />
37
+ <di:waypoint x="402" y="118" />
38
+ </bpmndi:BPMNEdge>
39
+ </bpmndi:BPMNPlane>
40
+ </bpmndi:BPMNDiagram>
41
+ </bpmn:definitions>
@@ -0,0 +1,116 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:modeler="http://camunda.org/schema/modeler/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Web Modeler" exporterVersion="b5cae08" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.8.0">
3
+ <bpmn:process id="Candidate_User_Process" name="Candidate_User_Process" isExecutable="true">
4
+ <bpmn:startEvent id="StartEvent_1">
5
+ <bpmn:outgoing>Flow_19kuf5c</bpmn:outgoing>
6
+ </bpmn:startEvent>
7
+ <bpmn:sequenceFlow id="Flow_19kuf5c" sourceRef="StartEvent_1" targetRef="Gateway_1b3tewo" />
8
+ <bpmn:parallelGateway id="Gateway_1b3tewo">
9
+ <bpmn:incoming>Flow_19kuf5c</bpmn:incoming>
10
+ <bpmn:outgoing>Flow_1651op9</bpmn:outgoing>
11
+ <bpmn:outgoing>Flow_0hxk1tb</bpmn:outgoing>
12
+ <bpmn:outgoing>Flow_1lq9qr3</bpmn:outgoing>
13
+ </bpmn:parallelGateway>
14
+ <bpmn:sequenceFlow id="Flow_1651op9" sourceRef="Gateway_1b3tewo" targetRef="process1" />
15
+ <bpmn:userTask id="process1" name="process1">
16
+ <bpmn:extensionElements>
17
+ <zeebe:userTask />
18
+ </bpmn:extensionElements>
19
+ <bpmn:incoming>Flow_1651op9</bpmn:incoming>
20
+ <bpmn:outgoing>Flow_098zg8w</bpmn:outgoing>
21
+ </bpmn:userTask>
22
+ <bpmn:sequenceFlow id="Flow_098zg8w" sourceRef="process1" targetRef="Gateway_0bnb79d" />
23
+ <bpmn:parallelGateway id="Gateway_0bnb79d">
24
+ <bpmn:incoming>Flow_098zg8w</bpmn:incoming>
25
+ <bpmn:incoming>Flow_1hwn2c3</bpmn:incoming>
26
+ <bpmn:incoming>Flow_0toyo5o</bpmn:incoming>
27
+ <bpmn:outgoing>Flow_1c5mn6q</bpmn:outgoing>
28
+ </bpmn:parallelGateway>
29
+ <bpmn:sequenceFlow id="Flow_0hxk1tb" sourceRef="Gateway_1b3tewo" targetRef="process2" />
30
+ <bpmn:userTask id="process2" name="process2">
31
+ <bpmn:extensionElements>
32
+ <zeebe:userTask />
33
+ </bpmn:extensionElements>
34
+ <bpmn:incoming>Flow_0hxk1tb</bpmn:incoming>
35
+ <bpmn:outgoing>Flow_1hwn2c3</bpmn:outgoing>
36
+ </bpmn:userTask>
37
+ <bpmn:sequenceFlow id="Flow_1hwn2c3" sourceRef="process2" targetRef="Gateway_0bnb79d" />
38
+ <bpmn:sequenceFlow id="Flow_1lq9qr3" sourceRef="Gateway_1b3tewo" targetRef="process3" />
39
+ <bpmn:userTask id="process3" name="process3">
40
+ <bpmn:extensionElements>
41
+ <zeebe:userTask />
42
+ </bpmn:extensionElements>
43
+ <bpmn:incoming>Flow_1lq9qr3</bpmn:incoming>
44
+ <bpmn:outgoing>Flow_0toyo5o</bpmn:outgoing>
45
+ </bpmn:userTask>
46
+ <bpmn:sequenceFlow id="Flow_0toyo5o" sourceRef="process3" targetRef="Gateway_0bnb79d" />
47
+ <bpmn:endEvent id="Event_07821tm">
48
+ <bpmn:incoming>Flow_1c5mn6q</bpmn:incoming>
49
+ </bpmn:endEvent>
50
+ <bpmn:sequenceFlow id="Flow_1c5mn6q" sourceRef="Gateway_0bnb79d" targetRef="Event_07821tm" />
51
+ </bpmn:process>
52
+ <bpmndi:BPMNDiagram id="BPMNDiagram_1">
53
+ <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Candidate_User_Process">
54
+ <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
55
+ <dc:Bounds x="150" y="100" width="36" height="36" />
56
+ </bpmndi:BPMNShape>
57
+ <bpmndi:BPMNShape id="Gateway_02by1cy_di" bpmnElement="Gateway_1b3tewo">
58
+ <dc:Bounds x="245" y="93" width="50" height="50" />
59
+ </bpmndi:BPMNShape>
60
+ <bpmndi:BPMNShape id="Activity_1w9gndm_di" bpmnElement="process1">
61
+ <dc:Bounds x="360" y="78" width="100" height="80" />
62
+ <bpmndi:BPMNLabel />
63
+ </bpmndi:BPMNShape>
64
+ <bpmndi:BPMNShape id="Gateway_00utja9_di" bpmnElement="Gateway_0bnb79d">
65
+ <dc:Bounds x="525" y="93" width="50" height="50" />
66
+ </bpmndi:BPMNShape>
67
+ <bpmndi:BPMNShape id="Activity_1bgazdz_di" bpmnElement="process2">
68
+ <dc:Bounds x="360" y="190" width="100" height="80" />
69
+ <bpmndi:BPMNLabel />
70
+ </bpmndi:BPMNShape>
71
+ <bpmndi:BPMNShape id="Activity_08hp9yz_di" bpmnElement="process3">
72
+ <dc:Bounds x="360" y="300" width="100" height="80" />
73
+ <bpmndi:BPMNLabel />
74
+ </bpmndi:BPMNShape>
75
+ <bpmndi:BPMNShape id="Event_07821tm_di" bpmnElement="Event_07821tm">
76
+ <dc:Bounds x="642" y="100" width="36" height="36" />
77
+ </bpmndi:BPMNShape>
78
+ <bpmndi:BPMNEdge id="Flow_19kuf5c_di" bpmnElement="Flow_19kuf5c">
79
+ <di:waypoint x="186" y="118" />
80
+ <di:waypoint x="245" y="118" />
81
+ </bpmndi:BPMNEdge>
82
+ <bpmndi:BPMNEdge id="Flow_1651op9_di" bpmnElement="Flow_1651op9">
83
+ <di:waypoint x="295" y="118" />
84
+ <di:waypoint x="360" y="118" />
85
+ </bpmndi:BPMNEdge>
86
+ <bpmndi:BPMNEdge id="Flow_098zg8w_di" bpmnElement="Flow_098zg8w">
87
+ <di:waypoint x="460" y="118" />
88
+ <di:waypoint x="525" y="118" />
89
+ </bpmndi:BPMNEdge>
90
+ <bpmndi:BPMNEdge id="Flow_0hxk1tb_di" bpmnElement="Flow_0hxk1tb">
91
+ <di:waypoint x="270" y="143" />
92
+ <di:waypoint x="270" y="230" />
93
+ <di:waypoint x="360" y="230" />
94
+ </bpmndi:BPMNEdge>
95
+ <bpmndi:BPMNEdge id="Flow_1hwn2c3_di" bpmnElement="Flow_1hwn2c3">
96
+ <di:waypoint x="460" y="230" />
97
+ <di:waypoint x="550" y="230" />
98
+ <di:waypoint x="550" y="143" />
99
+ </bpmndi:BPMNEdge>
100
+ <bpmndi:BPMNEdge id="Flow_1lq9qr3_di" bpmnElement="Flow_1lq9qr3">
101
+ <di:waypoint x="270" y="143" />
102
+ <di:waypoint x="270" y="340" />
103
+ <di:waypoint x="360" y="340" />
104
+ </bpmndi:BPMNEdge>
105
+ <bpmndi:BPMNEdge id="Flow_0toyo5o_di" bpmnElement="Flow_0toyo5o">
106
+ <di:waypoint x="460" y="340" />
107
+ <di:waypoint x="550" y="340" />
108
+ <di:waypoint x="550" y="143" />
109
+ </bpmndi:BPMNEdge>
110
+ <bpmndi:BPMNEdge id="Flow_1c5mn6q_di" bpmnElement="Flow_1c5mn6q">
111
+ <di:waypoint x="575" y="118" />
112
+ <di:waypoint x="642" y="118" />
113
+ </bpmndi:BPMNEdge>
114
+ </bpmndi:BPMNPlane>
115
+ </bpmndi:BPMNDiagram>
116
+ </bpmn:definitions>
@@ -0,0 +1,91 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:modeler="http://camunda.org/schema/modeler/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Web Modeler" exporterVersion="b5cae08" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.8.0">
3
+ <bpmn:process id="Candidate_User_Process_Two_Tasks" name="Candidate_User_Process_Two_Tasks" isExecutable="true">
4
+ <bpmn:startEvent id="StartEvent_1">
5
+ <bpmn:outgoing>Flow_19kuf5c</bpmn:outgoing>
6
+ </bpmn:startEvent>
7
+ <bpmn:sequenceFlow id="Flow_19kuf5c" sourceRef="StartEvent_1" targetRef="Gateway_1b3tewo" />
8
+ <bpmn:parallelGateway id="Gateway_1b3tewo">
9
+ <bpmn:incoming>Flow_19kuf5c</bpmn:incoming>
10
+ <bpmn:outgoing>Flow_1651op9</bpmn:outgoing>
11
+ <bpmn:outgoing>Flow_0hxk1tb</bpmn:outgoing>
12
+ </bpmn:parallelGateway>
13
+ <bpmn:sequenceFlow id="Flow_1651op9" sourceRef="Gateway_1b3tewo" targetRef="process1" />
14
+ <bpmn:userTask id="process1" name="process1">
15
+ <bpmn:extensionElements>
16
+ <zeebe:userTask />
17
+ </bpmn:extensionElements>
18
+ <bpmn:incoming>Flow_1651op9</bpmn:incoming>
19
+ <bpmn:outgoing>Flow_098zg8w</bpmn:outgoing>
20
+ </bpmn:userTask>
21
+ <bpmn:sequenceFlow id="Flow_098zg8w" sourceRef="process1" targetRef="Gateway_0bnb79d" />
22
+ <bpmn:parallelGateway id="Gateway_0bnb79d">
23
+ <bpmn:incoming>Flow_098zg8w</bpmn:incoming>
24
+ <bpmn:incoming>Flow_1hwn2c3</bpmn:incoming>
25
+ <bpmn:outgoing>Flow_1c5mn6q</bpmn:outgoing>
26
+ </bpmn:parallelGateway>
27
+ <bpmn:sequenceFlow id="Flow_0hxk1tb" sourceRef="Gateway_1b3tewo" targetRef="process2" />
28
+ <bpmn:userTask id="process2" name="process2">
29
+ <bpmn:extensionElements>
30
+ <zeebe:userTask />
31
+ </bpmn:extensionElements>
32
+ <bpmn:incoming>Flow_0hxk1tb</bpmn:incoming>
33
+ <bpmn:outgoing>Flow_1hwn2c3</bpmn:outgoing>
34
+ </bpmn:userTask>
35
+ <bpmn:sequenceFlow id="Flow_1hwn2c3" sourceRef="process2" targetRef="Gateway_0bnb79d" />
36
+ <bpmn:endEvent id="Event_07821tm">
37
+ <bpmn:incoming>Flow_1c5mn6q</bpmn:incoming>
38
+ </bpmn:endEvent>
39
+ <bpmn:sequenceFlow id="Flow_1c5mn6q" sourceRef="Gateway_0bnb79d" targetRef="Event_07821tm" />
40
+ </bpmn:process>
41
+ <bpmndi:BPMNDiagram id="BPMNDiagram_1">
42
+ <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Candidate_User_Process_Two_Tasks">
43
+ <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
44
+ <dc:Bounds x="150" y="100" width="36" height="36" />
45
+ </bpmndi:BPMNShape>
46
+ <bpmndi:BPMNShape id="Gateway_02by1cy_di" bpmnElement="Gateway_1b3tewo">
47
+ <dc:Bounds x="245" y="93" width="50" height="50" />
48
+ </bpmndi:BPMNShape>
49
+ <bpmndi:BPMNShape id="Gateway_00utja9_di" bpmnElement="Gateway_0bnb79d">
50
+ <dc:Bounds x="525" y="93" width="50" height="50" />
51
+ </bpmndi:BPMNShape>
52
+ <bpmndi:BPMNShape id="Activity_1bgazdz_di" bpmnElement="process2">
53
+ <dc:Bounds x="360" y="190" width="100" height="80" />
54
+ <bpmndi:BPMNLabel />
55
+ </bpmndi:BPMNShape>
56
+ <bpmndi:BPMNShape id="Event_07821tm_di" bpmnElement="Event_07821tm">
57
+ <dc:Bounds x="642" y="100" width="36" height="36" />
58
+ </bpmndi:BPMNShape>
59
+ <bpmndi:BPMNShape id="Activity_1w9gndm_di" bpmnElement="process1">
60
+ <dc:Bounds x="360" y="78" width="100" height="80" />
61
+ <bpmndi:BPMNLabel />
62
+ </bpmndi:BPMNShape>
63
+ <bpmndi:BPMNEdge id="Flow_19kuf5c_di" bpmnElement="Flow_19kuf5c">
64
+ <di:waypoint x="186" y="118" />
65
+ <di:waypoint x="245" y="118" />
66
+ </bpmndi:BPMNEdge>
67
+ <bpmndi:BPMNEdge id="Flow_1651op9_di" bpmnElement="Flow_1651op9">
68
+ <di:waypoint x="295" y="118" />
69
+ <di:waypoint x="360" y="118" />
70
+ </bpmndi:BPMNEdge>
71
+ <bpmndi:BPMNEdge id="Flow_098zg8w_di" bpmnElement="Flow_098zg8w">
72
+ <di:waypoint x="460" y="118" />
73
+ <di:waypoint x="525" y="118" />
74
+ </bpmndi:BPMNEdge>
75
+ <bpmndi:BPMNEdge id="Flow_0hxk1tb_di" bpmnElement="Flow_0hxk1tb">
76
+ <di:waypoint x="270" y="143" />
77
+ <di:waypoint x="270" y="230" />
78
+ <di:waypoint x="360" y="230" />
79
+ </bpmndi:BPMNEdge>
80
+ <bpmndi:BPMNEdge id="Flow_1hwn2c3_di" bpmnElement="Flow_1hwn2c3">
81
+ <di:waypoint x="460" y="230" />
82
+ <di:waypoint x="550" y="230" />
83
+ <di:waypoint x="550" y="143" />
84
+ </bpmndi:BPMNEdge>
85
+ <bpmndi:BPMNEdge id="Flow_1c5mn6q_di" bpmnElement="Flow_1c5mn6q">
86
+ <di:waypoint x="575" y="118" />
87
+ <di:waypoint x="642" y="118" />
88
+ </bpmndi:BPMNEdge>
89
+ </bpmndi:BPMNPlane>
90
+ </bpmndi:BPMNDiagram>
91
+ </bpmn:definitions>
@@ -0,0 +1,111 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" id="Definitions_ConditionalEventsAuto" targetNamespace="http://camunda.io/schema/bpmn" exporter="Camunda Web Modeler" exporterVersion="ef7bb08" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.9.0">
3
+ <bpmn:process id="conditional-events-auto-process" name="Conditional Events Auto-Run Demo" isExecutable="true">
4
+ <bpmn:startEvent id="Event_0jbhr5v">
5
+ <bpmn:outgoing>Flow_0b2pqr5</bpmn:outgoing>
6
+ </bpmn:startEvent>
7
+ <bpmn:sequenceFlow id="Flow_0b2pqr5" sourceRef="Event_0jbhr5v" targetRef="Event_1e4xxhg" />
8
+ <bpmn:userTask id="Activity_0ofmkok">
9
+ <bpmn:extensionElements>
10
+ <zeebe:userTask />
11
+ </bpmn:extensionElements>
12
+ <bpmn:incoming>Flow_14q59cq</bpmn:incoming>
13
+ <bpmn:outgoing>Flow_0bfv6tv</bpmn:outgoing>
14
+ </bpmn:userTask>
15
+ <bpmn:sequenceFlow id="Flow_0bfv6tv" sourceRef="Activity_0ofmkok" targetRef="Event_0kgsr6x" />
16
+ <bpmn:endEvent id="Event_0kgsr6x">
17
+ <bpmn:incoming>Flow_0bfv6tv</bpmn:incoming>
18
+ </bpmn:endEvent>
19
+ <bpmn:sequenceFlow id="Flow_1ey7d2n" sourceRef="Event_073luc7" targetRef="Activity_02u28yt" />
20
+ <bpmn:userTask id="Activity_02u28yt">
21
+ <bpmn:extensionElements>
22
+ <zeebe:userTask />
23
+ </bpmn:extensionElements>
24
+ <bpmn:incoming>Flow_1ey7d2n</bpmn:incoming>
25
+ <bpmn:outgoing>Flow_1ur9leh</bpmn:outgoing>
26
+ </bpmn:userTask>
27
+ <bpmn:endEvent id="Event_0rxvkzf">
28
+ <bpmn:incoming>Flow_1ur9leh</bpmn:incoming>
29
+ </bpmn:endEvent>
30
+ <bpmn:sequenceFlow id="Flow_1ur9leh" sourceRef="Activity_02u28yt" targetRef="Event_0rxvkzf" />
31
+ <bpmn:endEvent id="Event_0fyh0er">
32
+ <bpmn:incoming>Flow_0ineg13</bpmn:incoming>
33
+ </bpmn:endEvent>
34
+ <bpmn:sequenceFlow id="Flow_0ineg13" sourceRef="Event_11uzjkf" targetRef="Event_0fyh0er" />
35
+ <bpmn:boundaryEvent id="Event_073luc7" cancelActivity="false" attachedToRef="Activity_0ofmkok">
36
+ <bpmn:outgoing>Flow_1ey7d2n</bpmn:outgoing>
37
+ <bpmn:conditionalEventDefinition id="ConditionalEventDefinition_04ldciv">
38
+ <bpmn:condition xsi:type="bpmn:tFormalExpression">=myVar &gt; 9</bpmn:condition>
39
+ </bpmn:conditionalEventDefinition>
40
+ </bpmn:boundaryEvent>
41
+ <bpmn:boundaryEvent id="Event_11uzjkf" attachedToRef="Activity_0ofmkok">
42
+ <bpmn:outgoing>Flow_0ineg13</bpmn:outgoing>
43
+ <bpmn:conditionalEventDefinition id="ConditionalEventDefinition_1galkbj">
44
+ <bpmn:condition xsi:type="bpmn:tFormalExpression">=myVar &gt; 4</bpmn:condition>
45
+ </bpmn:conditionalEventDefinition>
46
+ </bpmn:boundaryEvent>
47
+ <bpmn:sequenceFlow id="Flow_14q59cq" sourceRef="Event_1e4xxhg" targetRef="Activity_0ofmkok" />
48
+ <bpmn:intermediateCatchEvent id="Event_1e4xxhg">
49
+ <bpmn:incoming>Flow_0b2pqr5</bpmn:incoming>
50
+ <bpmn:outgoing>Flow_14q59cq</bpmn:outgoing>
51
+ <bpmn:conditionalEventDefinition id="ConditionalEventDefinition_1kqysfm">
52
+ <bpmn:condition xsi:type="bpmn:tFormalExpression">=myVar &gt; 5</bpmn:condition>
53
+ </bpmn:conditionalEventDefinition>
54
+ </bpmn:intermediateCatchEvent>
55
+ </bpmn:process>
56
+ <bpmndi:BPMNDiagram id="BPMNDiagram_1">
57
+ <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="conditional-events-auto-process">
58
+ <bpmndi:BPMNShape id="Event_0jbhr5v_di" bpmnElement="Event_0jbhr5v">
59
+ <dc:Bounds x="152" y="242" width="36" height="36" />
60
+ </bpmndi:BPMNShape>
61
+ <bpmndi:BPMNShape id="Activity_0pjfuaz_di" bpmnElement="Activity_0ofmkok">
62
+ <dc:Bounds x="320" y="220" width="100" height="80" />
63
+ </bpmndi:BPMNShape>
64
+ <bpmndi:BPMNShape id="Event_0kgsr6x_di" bpmnElement="Event_0kgsr6x">
65
+ <dc:Bounds x="482" y="242" width="36" height="36" />
66
+ </bpmndi:BPMNShape>
67
+ <bpmndi:BPMNShape id="Activity_15ofyvp_di" bpmnElement="Activity_02u28yt">
68
+ <dc:Bounds x="320" y="80" width="100" height="80" />
69
+ </bpmndi:BPMNShape>
70
+ <bpmndi:BPMNShape id="Event_0rxvkzf_di" bpmnElement="Event_0rxvkzf">
71
+ <dc:Bounds x="512" y="102" width="36" height="36" />
72
+ </bpmndi:BPMNShape>
73
+ <bpmndi:BPMNShape id="Event_0fyh0er_di" bpmnElement="Event_0fyh0er">
74
+ <dc:Bounds x="352" y="362" width="36" height="36" />
75
+ </bpmndi:BPMNShape>
76
+ <bpmndi:BPMNShape id="Event_0e7bobu_di" bpmnElement="Event_1e4xxhg">
77
+ <dc:Bounds x="222" y="242" width="36" height="36" />
78
+ </bpmndi:BPMNShape>
79
+ <bpmndi:BPMNShape id="Event_0kbhysv_di" bpmnElement="Event_11uzjkf">
80
+ <dc:Bounds x="352" y="282" width="36" height="36" />
81
+ </bpmndi:BPMNShape>
82
+ <bpmndi:BPMNShape id="Event_0wz859d_di" bpmnElement="Event_073luc7">
83
+ <dc:Bounds x="352" y="202" width="36" height="36" />
84
+ </bpmndi:BPMNShape>
85
+ <bpmndi:BPMNEdge id="Flow_0b2pqr5_di" bpmnElement="Flow_0b2pqr5">
86
+ <di:waypoint x="188" y="260" />
87
+ <di:waypoint x="222" y="260" />
88
+ </bpmndi:BPMNEdge>
89
+ <bpmndi:BPMNEdge id="Flow_0bfv6tv_di" bpmnElement="Flow_0bfv6tv">
90
+ <di:waypoint x="420" y="260" />
91
+ <di:waypoint x="482" y="260" />
92
+ </bpmndi:BPMNEdge>
93
+ <bpmndi:BPMNEdge id="Flow_1ey7d2n_di" bpmnElement="Flow_1ey7d2n">
94
+ <di:waypoint x="370" y="202" />
95
+ <di:waypoint x="370" y="160" />
96
+ </bpmndi:BPMNEdge>
97
+ <bpmndi:BPMNEdge id="Flow_1ur9leh_di" bpmnElement="Flow_1ur9leh">
98
+ <di:waypoint x="420" y="120" />
99
+ <di:waypoint x="512" y="120" />
100
+ </bpmndi:BPMNEdge>
101
+ <bpmndi:BPMNEdge id="Flow_0ineg13_di" bpmnElement="Flow_0ineg13">
102
+ <di:waypoint x="370" y="318" />
103
+ <di:waypoint x="370" y="362" />
104
+ </bpmndi:BPMNEdge>
105
+ <bpmndi:BPMNEdge id="Flow_14q59cq_di" bpmnElement="Flow_14q59cq">
106
+ <di:waypoint x="258" y="260" />
107
+ <di:waypoint x="320" y="260" />
108
+ </bpmndi:BPMNEdge>
109
+ </bpmndi:BPMNPlane>
110
+ </bpmndi:BPMNDiagram>
111
+ </bpmn:definitions>