@camunda/e2e-test-suite 0.0.576 → 0.0.578
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/dist/pages/SM-8.7/ModelerCreatePage.js +5 -0
- package/dist/pages/SM-8.7/PlayPage.js +8 -0
- package/dist/resources/Basic_Auth_REST_Connector.bpmn +62 -0
- package/dist/resources/Camunda_Simple_User_Task_1.bpmn +41 -0
- package/dist/resources/Camunda_Simple_User_Task_2.bpmn +41 -0
- package/dist/resources/Camunda_Simple_User_Task_3.bpmn +41 -0
- package/dist/resources/Camunda_Simple_User_Task_4.bpmn +41 -0
- package/dist/resources/Camunda_Simple_User_Task_5.bpmn +41 -0
- package/dist/resources/Candidate_User_Process_Three_Tasks.bpmn +116 -0
- package/dist/resources/Candidate_User_Process_Two_Tasks.bpmn +91 -0
- package/dist/resources/Conditional_Events_All.bpmn +111 -0
- package/dist/resources/Connectors Document Handling.bpmn +298 -0
- package/dist/resources/ConnectorsBasicTest.bpmn +2292 -0
- package/dist/resources/Intermediate_Event_Webhook_Connector_No_Auth_Process.bpmn +60 -0
- package/dist/resources/Job_Worker_Process.bpmn +38 -0
- package/dist/resources/New Form.form +24 -0
- package/dist/resources/Play_Test_User_Service_Task.bpmn +56 -0
- package/dist/resources/REST_Connector_Bearer_Auth_Process.bpmn +53 -0
- package/dist/resources/REST_Connector_No_Auth_Process.bpmn +52 -0
- package/dist/resources/Rest Connector Timer Event.bpmn +227 -0
- package/dist/resources/SM_Document_Handling_Connectors_User_Flow.bpmn +297 -0
- package/dist/resources/Start_Event_Webhook_Connector_No_Auth_Process.bpmn +43 -0
- package/dist/resources/Start_Form_Process.bpmn +29 -0
- package/dist/resources/User_Task_Editing_Variables.bpmn +41 -0
- package/dist/resources/User_Task_Process_With_Form.bpmn +41 -0
- package/dist/resources/User_Task_Process_With_Form_2.bpmn +41 -0
- package/dist/resources/User_Task_Process_With_Form_3.bpmn +42 -0
- package/dist/resources/User_Task_Process_With_Form_API.bpmn +41 -0
- package/dist/resources/Variable_Process.bpmn +38 -0
- package/dist/resources/Zeebe_User_Task.bpmn +41 -0
- package/dist/resources/Zeebe_User_Task_Process_With_Priority.bpmn +145 -0
- package/dist/resources/agentic_ai/ai-agent-chat-user-feedback.form +87 -0
- package/dist/resources/agentic_ai/ai-agent-chat-with-tools_aws.bpmn +443 -0
- package/dist/resources/agentic_ai/ai-agent-chat-with-tools_azure.bpmn +441 -0
- package/dist/resources/agentic_ai/ai-agent-chat-with-tools_open_ai.bpmn +438 -0
- package/dist/resources/agentic_ai/ai-agent-subprocess-with-tools_aws_key.bpmn +115 -0
- package/dist/resources/camunda.png +0 -0
- package/dist/resources/cluster_variables/cluster_variable_global_scope.bpmn +59 -0
- package/dist/resources/cluster_variables/cluster_variable_json_form.form +49 -0
- package/dist/resources/cluster_variables/cluster_variable_json_mutable.bpmn +33 -0
- package/dist/resources/cluster_variables/cluster_variable_json_readonly.bpmn +59 -0
- package/dist/resources/cluster_variables/cluster_variable_string_form.form +31 -0
- package/dist/resources/cluster_variables/cluster_variable_string_mutable.bpmn +31 -0
- package/dist/resources/cluster_variables/cluster_variable_string_readonly.bpmn +57 -0
- package/dist/resources/cluster_variables/preview_cluster_variables.form +49 -0
- package/dist/resources/connectors/aws/agentcore-runtime.bpmn +70 -0
- package/dist/resources/connectors/aws/bedrock-agentcore-ltm.bpmn +73 -0
- package/dist/resources/connectors/aws/bedrock-knowledge-base.bpmn +72 -0
- package/dist/resources/connectors/db_vector_connector/db-vector-plain-text_azure_open_ai.bpmn +183 -0
- package/dist/resources/connectors/db_vector_connector/db-vector-plain-text_open_ai.bpmn +178 -0
- package/dist/resources/connectors/db_vector_connector/db-vector-plain-text_openai_amazon_opensearch.bpmn +189 -0
- package/dist/resources/connectors/db_vector_connector/db-vector-retrieve-data.form +34 -0
- package/dist/resources/idp/idp_sample_bank_statement.pdf +0 -0
- package/dist/resources/idp/structured_invoice_1.pdf +74 -0
- package/dist/resources/idp/structured_invoice_2.pdf +74 -0
- package/dist/resources/idp/structured_invoice_3.pdf +74 -0
- package/dist/resources/idp/structured_invoice_test.pdf +74 -0
- package/dist/resources/mcp_server/keycloak/camunda-platform-realm.json +45 -0
- package/dist/resources/mcp_server/mcp_remote_client_basic_auth.bpmn +69 -0
- package/dist/resources/mcp_server/mcp_remote_client_bearer_auth.bpmn +68 -0
- package/dist/resources/mcp_server/mcp_remote_client_oauth_auth.bpmn +76 -0
- package/dist/resources/mcp_server/mcp_remote_client_operations.bpmn +373 -0
- package/dist/resources/mcp_server/mcp_server_list_tools.bpmn +69 -0
- package/dist/resources/mcp_server_saas/mcp_cluster_tools.bpmn +168 -0
- package/dist/resources/mcp_server_saas/mcp_incident_test_file.bpmn +54 -0
- package/dist/resources/mcp_server_saas/mcp_incident_tools.bpmn +240 -0
- package/dist/resources/mcp_server_saas/mcp_process_definition_test_file.bpmn +51 -0
- package/dist/resources/mcp_server_saas/mcp_process_definition_tools.bpmn +234 -0
- package/dist/resources/mcp_server_saas/mcp_process_instance_test_file.bpmn +51 -0
- package/dist/resources/mcp_server_saas/mcp_process_instance_tools.bpmn +232 -0
- package/dist/resources/mcp_server_saas/mcp_user_task_test_file.bpmn +55 -0
- package/dist/resources/mcp_server_saas/mcp_user_task_tools.bpmn +309 -0
- package/dist/resources/mcp_server_saas/mcp_variable_test_file.bpmn +35 -0
- package/dist/resources/mcp_server_saas/mcp_variable_tools.bpmn +170 -0
- package/dist/resources/simple_pdf.pdf +0 -0
- package/dist/resources/simple_text.txt +1 -0
- package/dist/resources/test-api-v2-complete.sh +12202 -0
- package/dist/resources/workspace-templates/camunda-nightlies/camunda-nightlies.guidance.md +72 -0
- package/dist/resources/workspace-templates/camunda-nightlies/camunda-nightlies.guidance.yaml +28 -0
- package/package.json +2 -2
|
@@ -751,6 +751,11 @@ class ModelerCreatePage {
|
|
|
751
751
|
catch (error) {
|
|
752
752
|
if (attempt === 3)
|
|
753
753
|
throw error; // Rethrow after 3 failed attempts
|
|
754
|
+
// Recovery: reload to re-render the canvas, then re-select the start
|
|
755
|
+
// event so the context pad (append button) becomes available again.
|
|
756
|
+
await this.page.reload();
|
|
757
|
+
await (0, test_1.expect)(this.generalPanel).toBeVisible({ timeout: 30000 });
|
|
758
|
+
await this.startEventElement.click({ timeout: 10000 }).catch(() => { });
|
|
754
759
|
}
|
|
755
760
|
}
|
|
756
761
|
}
|
|
@@ -219,6 +219,14 @@ class PlayPage {
|
|
|
219
219
|
.waitFor({ state: 'hidden', timeout: 10000 })
|
|
220
220
|
.catch(() => { });
|
|
221
221
|
},
|
|
222
|
+
postAction: async () => {
|
|
223
|
+
// Recovery: reload the page so the Play UI re-fetches scenario state
|
|
224
|
+
// and renders the "(View all)" button when multiple scenarios exist.
|
|
225
|
+
await this.page.reload();
|
|
226
|
+
await this.diagram
|
|
227
|
+
.waitFor({ state: 'visible', timeout: 30000 })
|
|
228
|
+
.catch(() => { });
|
|
229
|
+
},
|
|
222
230
|
});
|
|
223
231
|
}
|
|
224
232
|
async confirmSaveScenario() {
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:modeler="http://camunda.org/schema/modeler/1.0" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Web Modeler" exporterVersion="a71cb1e" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.6.0" camunda:diagramRelationId="73148206-4d27-4b4b-bde3-fda1ce40a422">
|
|
3
|
+
<bpmn:process id="REST_Connector_Basic_Auth_Process" name="REST_Connector_Basic_Auth_Process" isExecutable="true">
|
|
4
|
+
<bpmn:startEvent id="StartEvent_1" name="Start Event">
|
|
5
|
+
<bpmn:outgoing>Flow_10pn9jl</bpmn:outgoing>
|
|
6
|
+
</bpmn:startEvent>
|
|
7
|
+
<bpmn:endEvent id="Event_026hv0e" name="End Event">
|
|
8
|
+
<bpmn:incoming>Flow_1m0j800</bpmn:incoming>
|
|
9
|
+
</bpmn:endEvent>
|
|
10
|
+
<bpmn:serviceTask id="Activity_0856fck" zeebe:modelerTemplate="io.camunda.connectors.HttpJson.v2" zeebe:modelerTemplateVersion="8" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjAzMzUgOC45OTk5N0MxNy4wMzM1IDEzLjQ0NzUgMTMuNDI4MSAxNy4wNTI5IDguOTgwNjUgMTcuMDUyOUM0LjUzMzE2IDE3LjA1MjkgMC45Mjc3NjUgMTMuNDQ3NSAwLjkyNzc2NSA4Ljk5OTk3QzAuOTI3NzY1IDQuNTUyNDggNC41MzMxNiAwLjk0NzA4MyA4Ljk4MDY1IDAuOTQ3MDgzQzEzLjQyODEgMC45NDcwODMgMTcuMDMzNSA0LjU1MjQ4IDE3LjAzMzUgOC45OTk5N1oiIGZpbGw9IiM1MDU1NjIiLz4KPHBhdGggZD0iTTQuOTMxMjYgMTQuMTU3MUw2Ljc4MTA2IDMuNzE0NzFIMTAuMTM3NUMxMS4xOTE3IDMuNzE0NzEgMTEuOTgyNCAzLjk4MzIzIDEyLjUwOTUgNC41MjAyN0MxMy4wNDY1IDUuMDQ3MzYgMTMuMzE1IDUuNzMzNTggMTMuMzE1IDYuNTc4OTJDMTMuMzE1IDcuNDQ0MTQgMTMuMDcxNCA4LjE1NTIyIDEyLjU4NDEgOC43MTIxNUMxMi4xMDY3IDkuMjU5MTMgMTEuNDU1MyA5LjYzNzA1IDEwLjYyOTggOS44NDU5TDEyLjA2MTkgMTQuMTU3MUgxMC4zMzE1TDkuMDMzNjQgMTAuMDI0OUg3LjI0MzUxTDYuNTEyNTQgMTQuMTU3MUg0LjkzMTI2Wk03LjQ5NzExIDguNTkyODFIOS4yNDI0OEM5Ljk5ODMyIDguNTkyODEgMTAuNTkwMSA4LjQyMzc0IDExLjAxNzcgOC4wODU2MUMxMS40NTUzIDcuNzM3NTMgMTEuNjc0MSA3LjI2NTEzIDExLjY3NDEgNi42Njg0MkMxMS42NzQxIDYuMTkxMDYgMTEuNTI0OSA1LjgxODExIDExLjIyNjUgNS41NDk1OUMxMC45MjgyIDUuMjcxMTMgMTAuNDU1OCA1LjEzMTkgOS44MDkzNiA1LjEzMTlIOC4xMDg3NEw3LjQ5NzExIDguNTkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K">
|
|
11
|
+
<bpmn:extensionElements>
|
|
12
|
+
<zeebe:taskDefinition type="io.camunda:http-json:1" retries="3" />
|
|
13
|
+
<zeebe:ioMapping>
|
|
14
|
+
<zeebe:input source="basic" target="authentication.type" />
|
|
15
|
+
<zeebe:input source="username" target="authentication.username" />
|
|
16
|
+
<zeebe:input source="password" target="authentication.password" />
|
|
17
|
+
<zeebe:input source="GET" target="method" />
|
|
18
|
+
<zeebe:input source="https://camunda.proxy.beeceptor.com/pre-prod/basic-auth-test" target="url" />
|
|
19
|
+
<zeebe:input source="20" target="connectionTimeoutInSeconds" />
|
|
20
|
+
<zeebe:input source="20" target="readTimeoutInSeconds" />
|
|
21
|
+
</zeebe:ioMapping>
|
|
22
|
+
<zeebe:taskHeaders>
|
|
23
|
+
<zeebe:header key="resultVariable" value="result" />
|
|
24
|
+
<zeebe:header key="resultExpression" value="={message:response.body.status}" />
|
|
25
|
+
<zeebe:header key="errorExpression" />
|
|
26
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
27
|
+
</zeebe:taskHeaders>
|
|
28
|
+
</bpmn:extensionElements>
|
|
29
|
+
<bpmn:incoming>Flow_10pn9jl</bpmn:incoming>
|
|
30
|
+
<bpmn:outgoing>Flow_1m0j800</bpmn:outgoing>
|
|
31
|
+
</bpmn:serviceTask>
|
|
32
|
+
<bpmn:sequenceFlow id="Flow_10pn9jl" sourceRef="StartEvent_1" targetRef="Activity_0856fck" />
|
|
33
|
+
<bpmn:sequenceFlow id="Flow_1m0j800" sourceRef="Activity_0856fck" targetRef="Event_026hv0e" />
|
|
34
|
+
</bpmn:process>
|
|
35
|
+
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
36
|
+
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_0eee25y">
|
|
37
|
+
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
38
|
+
<dc:Bounds x="162" y="100" width="36" height="36" />
|
|
39
|
+
<bpmndi:BPMNLabel>
|
|
40
|
+
<dc:Bounds x="154" y="143" width="55" height="14" />
|
|
41
|
+
</bpmndi:BPMNLabel>
|
|
42
|
+
</bpmndi:BPMNShape>
|
|
43
|
+
<bpmndi:BPMNShape id="Event_026hv0e_di" bpmnElement="Event_026hv0e">
|
|
44
|
+
<dc:Bounds x="722" y="100" width="36" height="36" />
|
|
45
|
+
<bpmndi:BPMNLabel>
|
|
46
|
+
<dc:Bounds x="715" y="143" width="51" height="14" />
|
|
47
|
+
</bpmndi:BPMNLabel>
|
|
48
|
+
</bpmndi:BPMNShape>
|
|
49
|
+
<bpmndi:BPMNShape id="Activity_0856fck_di" bpmnElement="Activity_0856fck">
|
|
50
|
+
<dc:Bounds x="400" y="78" width="100" height="80" />
|
|
51
|
+
</bpmndi:BPMNShape>
|
|
52
|
+
<bpmndi:BPMNEdge id="Flow_10pn9jl_di" bpmnElement="Flow_10pn9jl">
|
|
53
|
+
<di:waypoint x="198" y="118" />
|
|
54
|
+
<di:waypoint x="400" y="118" />
|
|
55
|
+
</bpmndi:BPMNEdge>
|
|
56
|
+
<bpmndi:BPMNEdge id="Flow_1m0j800_di" bpmnElement="Flow_1m0j800">
|
|
57
|
+
<di:waypoint x="500" y="118" />
|
|
58
|
+
<di:waypoint x="722" y="118" />
|
|
59
|
+
</bpmndi:BPMNEdge>
|
|
60
|
+
</bpmndi:BPMNPlane>
|
|
61
|
+
</bpmndi:BPMNDiagram>
|
|
62
|
+
</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="ff1274a" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.8.0">
|
|
3
|
+
<bpmn:process id="Process_1q7xsu8" name="Camunda_Simple_User_Task_1" isExecutable="true">
|
|
4
|
+
<bpmn:startEvent id="StartEvent_1">
|
|
5
|
+
<bpmn:outgoing>Flow_0dt30pc</bpmn:outgoing>
|
|
6
|
+
</bpmn:startEvent>
|
|
7
|
+
<bpmn:sequenceFlow id="Flow_0dt30pc" sourceRef="StartEvent_1" targetRef="Activity_19x9fpx" />
|
|
8
|
+
<bpmn:userTask id="Activity_19x9fpx">
|
|
9
|
+
<bpmn:extensionElements>
|
|
10
|
+
<zeebe:userTask />
|
|
11
|
+
</bpmn:extensionElements>
|
|
12
|
+
<bpmn:incoming>Flow_0dt30pc</bpmn:incoming>
|
|
13
|
+
<bpmn:outgoing>Flow_0a7nabo</bpmn:outgoing>
|
|
14
|
+
</bpmn:userTask>
|
|
15
|
+
<bpmn:endEvent id="Event_1xripcl">
|
|
16
|
+
<bpmn:incoming>Flow_0a7nabo</bpmn:incoming>
|
|
17
|
+
</bpmn:endEvent>
|
|
18
|
+
<bpmn:sequenceFlow id="Flow_0a7nabo" sourceRef="Activity_19x9fpx" targetRef="Event_1xripcl" />
|
|
19
|
+
</bpmn:process>
|
|
20
|
+
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
21
|
+
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1q7xsu8">
|
|
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_1q1f9uj_di" bpmnElement="Activity_19x9fpx">
|
|
26
|
+
<dc:Bounds x="240" y="78" width="100" height="80" />
|
|
27
|
+
</bpmndi:BPMNShape>
|
|
28
|
+
<bpmndi:BPMNShape id="Event_1xripcl_di" bpmnElement="Event_1xripcl">
|
|
29
|
+
<dc:Bounds x="402" y="100" width="36" height="36" />
|
|
30
|
+
</bpmndi:BPMNShape>
|
|
31
|
+
<bpmndi:BPMNEdge id="Flow_0dt30pc_di" bpmnElement="Flow_0dt30pc">
|
|
32
|
+
<di:waypoint x="186" y="118" />
|
|
33
|
+
<di:waypoint x="240" y="118" />
|
|
34
|
+
</bpmndi:BPMNEdge>
|
|
35
|
+
<bpmndi:BPMNEdge id="Flow_0a7nabo_di" bpmnElement="Flow_0a7nabo">
|
|
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="d8c041f" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.8.0">
|
|
3
|
+
<bpmn:process id="Process_0ow7hqb" name="Camunda_Simple_User_Task_2" isExecutable="true">
|
|
4
|
+
<bpmn:startEvent id="StartEvent_1">
|
|
5
|
+
<bpmn:outgoing>Flow_1n37t0y</bpmn:outgoing>
|
|
6
|
+
</bpmn:startEvent>
|
|
7
|
+
<bpmn:sequenceFlow id="Flow_1n37t0y" sourceRef="StartEvent_1" targetRef="Activity_1q1x7a5" />
|
|
8
|
+
<bpmn:userTask id="Activity_1q1x7a5">
|
|
9
|
+
<bpmn:extensionElements>
|
|
10
|
+
<zeebe:userTask />
|
|
11
|
+
</bpmn:extensionElements>
|
|
12
|
+
<bpmn:incoming>Flow_1n37t0y</bpmn:incoming>
|
|
13
|
+
<bpmn:outgoing>Flow_06wcqns</bpmn:outgoing>
|
|
14
|
+
</bpmn:userTask>
|
|
15
|
+
<bpmn:endEvent id="Event_1gnck1b">
|
|
16
|
+
<bpmn:incoming>Flow_06wcqns</bpmn:incoming>
|
|
17
|
+
</bpmn:endEvent>
|
|
18
|
+
<bpmn:sequenceFlow id="Flow_06wcqns" sourceRef="Activity_1q1x7a5" targetRef="Event_1gnck1b" />
|
|
19
|
+
</bpmn:process>
|
|
20
|
+
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
21
|
+
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_0ow7hqb">
|
|
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_1gytldo_di" bpmnElement="Activity_1q1x7a5">
|
|
26
|
+
<dc:Bounds x="240" y="78" width="100" height="80" />
|
|
27
|
+
</bpmndi:BPMNShape>
|
|
28
|
+
<bpmndi:BPMNShape id="Event_1gnck1b_di" bpmnElement="Event_1gnck1b">
|
|
29
|
+
<dc:Bounds x="402" y="100" width="36" height="36" />
|
|
30
|
+
</bpmndi:BPMNShape>
|
|
31
|
+
<bpmndi:BPMNEdge id="Flow_1n37t0y_di" bpmnElement="Flow_1n37t0y">
|
|
32
|
+
<di:waypoint x="186" y="118" />
|
|
33
|
+
<di:waypoint x="240" y="118" />
|
|
34
|
+
</bpmndi:BPMNEdge>
|
|
35
|
+
<bpmndi:BPMNEdge id="Flow_06wcqns_di" bpmnElement="Flow_06wcqns">
|
|
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="d8c041f" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.8.0">
|
|
3
|
+
<bpmn:process id="Process_1cybgyt" name="Camunda_Simple_User_Task_3" isExecutable="true">
|
|
4
|
+
<bpmn:startEvent id="StartEvent_1">
|
|
5
|
+
<bpmn:outgoing>Flow_1pkp65p</bpmn:outgoing>
|
|
6
|
+
</bpmn:startEvent>
|
|
7
|
+
<bpmn:sequenceFlow id="Flow_1pkp65p" sourceRef="StartEvent_1" targetRef="Activity_0s6s63f" />
|
|
8
|
+
<bpmn:userTask id="Activity_0s6s63f">
|
|
9
|
+
<bpmn:extensionElements>
|
|
10
|
+
<zeebe:userTask />
|
|
11
|
+
</bpmn:extensionElements>
|
|
12
|
+
<bpmn:incoming>Flow_1pkp65p</bpmn:incoming>
|
|
13
|
+
<bpmn:outgoing>Flow_0dlrrht</bpmn:outgoing>
|
|
14
|
+
</bpmn:userTask>
|
|
15
|
+
<bpmn:endEvent id="Event_12lyv79">
|
|
16
|
+
<bpmn:incoming>Flow_0dlrrht</bpmn:incoming>
|
|
17
|
+
</bpmn:endEvent>
|
|
18
|
+
<bpmn:sequenceFlow id="Flow_0dlrrht" sourceRef="Activity_0s6s63f" targetRef="Event_12lyv79" />
|
|
19
|
+
</bpmn:process>
|
|
20
|
+
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
21
|
+
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1cybgyt">
|
|
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_0ox4nw4_di" bpmnElement="Activity_0s6s63f">
|
|
26
|
+
<dc:Bounds x="240" y="78" width="100" height="80" />
|
|
27
|
+
</bpmndi:BPMNShape>
|
|
28
|
+
<bpmndi:BPMNShape id="Event_12lyv79_di" bpmnElement="Event_12lyv79">
|
|
29
|
+
<dc:Bounds x="402" y="100" width="36" height="36" />
|
|
30
|
+
</bpmndi:BPMNShape>
|
|
31
|
+
<bpmndi:BPMNEdge id="Flow_1pkp65p_di" bpmnElement="Flow_1pkp65p">
|
|
32
|
+
<di:waypoint x="186" y="118" />
|
|
33
|
+
<di:waypoint x="240" y="118" />
|
|
34
|
+
</bpmndi:BPMNEdge>
|
|
35
|
+
<bpmndi:BPMNEdge id="Flow_0dlrrht_di" bpmnElement="Flow_0dlrrht">
|
|
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="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>
|