@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,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"8.10": "8.10 Cross Component Test Suite",
|
|
3
|
+
"8.9": "8.9 Cross Component Test Suite",
|
|
4
|
+
"8.8": "8.8 Cross Component Test Suite",
|
|
5
|
+
"8.7": "8.7 Cross Component Test Suite",
|
|
6
|
+
"8.6": "8.6 Cross Component Test Suite",
|
|
7
|
+
"SM-8.10": "SM-8.10",
|
|
8
|
+
"SM-8.9": "SM-8.9",
|
|
9
|
+
"SM-8.8": "SM-8.8",
|
|
10
|
+
"SM-8.7": "SM-8.7",
|
|
11
|
+
"SM-8.6": "SM-8.6",
|
|
12
|
+
"c8Run-8.6": "c8Run-8.6",
|
|
13
|
+
"c8Run-8.7": "c8Run-8.7",
|
|
14
|
+
"c8Run-8.8": "c8Run-8.8",
|
|
15
|
+
"c8Run-8.9": "c8Run-8.9",
|
|
16
|
+
"c8Run-8.10": "c8Run-8.10"
|
|
17
|
+
}
|
|
@@ -35,8 +35,7 @@ if (process.env.IS_MIGRATION === 'true') {
|
|
|
35
35
|
await navigationPage.goToOCIdentity();
|
|
36
36
|
});
|
|
37
37
|
});
|
|
38
|
-
|
|
39
|
-
SM_8_8_1.test.skip('Assert Most Common Flow User Flow With All Apps Process Migration', async ({ page, navigationPage, operateHomePage, operateProcessesPage, operateProcessInstancePage, optimizeHomePage, optimizeCollectionsPage, optimizeReportPage, taskPanelPage, }) => {
|
|
38
|
+
(0, SM_8_8_1.test)('Assert Most Common Flow User Flow With All Apps Process Migration', async ({ page, navigationPage, operateHomePage, operateProcessesPage, operateProcessInstancePage, optimizeHomePage, optimizeCollectionsPage, optimizeReportPage, taskPanelPage, }) => {
|
|
40
39
|
SM_8_8_1.test.slow();
|
|
41
40
|
const processName = 'Zeebe_User_Task_Process';
|
|
42
41
|
await SM_8_8_1.test.step('View Process Instance in Operate', async () => {
|
|
@@ -71,7 +70,8 @@ if (process.env.IS_MIGRATION === 'true') {
|
|
|
71
70
|
});
|
|
72
71
|
});
|
|
73
72
|
});
|
|
74
|
-
|
|
73
|
+
// Skipped due to 320: https://github.com/camunda/marketplace-api/issues/320
|
|
74
|
+
SM_8_8_1.test.skip('Assert REST Connector Process Migration @tasklistV2', async ({ page, operateHomePage, navigationPage, operateProcessesPage, operateProcessInstancePage, }) => {
|
|
75
75
|
SM_8_8_1.test.slow();
|
|
76
76
|
const processName = 'REST_Connector_Basic_Auth_Process';
|
|
77
77
|
await SM_8_8_1.test.step('View Process Instance in Operate, assert it completes and assert result expression', async () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/e2e-test-suite",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.454",
|
|
4
4
|
"description": "End-to-end test helpers for Camunda 8",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -8,10 +8,14 @@
|
|
|
8
8
|
},
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"bin": {
|
|
11
|
-
"gremlin": "dist/gremlin/bin/gremlin"
|
|
11
|
+
"gremlin": "dist/gremlin/bin/gremlin",
|
|
12
|
+
"c8e2e": "tools/c8e2e/dist/index.js"
|
|
12
13
|
},
|
|
13
14
|
"files": [
|
|
14
|
-
"dist"
|
|
15
|
+
"dist",
|
|
16
|
+
"resources",
|
|
17
|
+
"playwright.config.ts",
|
|
18
|
+
".github/c8_versions.json"
|
|
15
19
|
],
|
|
16
20
|
"type": "commonjs",
|
|
17
21
|
"publishConfig": {
|
|
@@ -23,6 +27,7 @@
|
|
|
23
27
|
"lint": "tsc && eslint . --ext .ts",
|
|
24
28
|
"lint:fix": "eslint . --ext .ts --fix",
|
|
25
29
|
"build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
|
|
30
|
+
"build:c8e2e": "npm run build --prefix tools/c8e2e",
|
|
26
31
|
"build:gremlin": "npm run build --prefix tools/gremlin",
|
|
27
32
|
"bundle:gremlin": "node scripts/bundle-gremlin.js",
|
|
28
33
|
"build:release": "npm run build && npm run build:gremlin && npm run bundle:gremlin",
|
|
@@ -0,0 +1,382 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
import {devices, defineConfig} from '@playwright/test';
|
|
3
|
+
import * as dotenv from 'dotenv';
|
|
4
|
+
|
|
5
|
+
dotenv.config();
|
|
6
|
+
const projectName = process.env.PROJECT! || 'Chromium'; // Default to 'default-project' if PROJECT is not set
|
|
7
|
+
|
|
8
|
+
const testRailOptions = {
|
|
9
|
+
embedAnnotationsAsProperties: true,
|
|
10
|
+
outputFile: './test-results/junit-report.xml',
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
// Define reporters without SlackReporter
|
|
14
|
+
const useReportersWithoutSlack: any[] = [
|
|
15
|
+
['list'],
|
|
16
|
+
['junit', testRailOptions],
|
|
17
|
+
['html', {outputFolder: 'html-report'}],
|
|
18
|
+
['json', {outputFile: `json-report/results.json`}],
|
|
19
|
+
];
|
|
20
|
+
|
|
21
|
+
// Define reporters with SlackReporter
|
|
22
|
+
const useReportersWithSlack: any[] = [
|
|
23
|
+
[
|
|
24
|
+
'./node_modules/playwright-slack-report/dist/src/SlackReporter.js',
|
|
25
|
+
{
|
|
26
|
+
slackOAuthToken: process.env.SLACK_BOT_USER_OAUTH_TOKEN!,
|
|
27
|
+
channels: ['c8-cross-component-test-results'],
|
|
28
|
+
sendResults: 'always',
|
|
29
|
+
showInThread: true,
|
|
30
|
+
meta: [
|
|
31
|
+
{
|
|
32
|
+
key: (() => {
|
|
33
|
+
switch (process.env.MINOR_VERSION) {
|
|
34
|
+
case 'c8Run-8.10': {
|
|
35
|
+
const tasklistSuffix = process.env.TASKLIST_VERSION
|
|
36
|
+
? ` - Tasklist ${process.env.TASKLIST_VERSION.toUpperCase()} mode`
|
|
37
|
+
: '';
|
|
38
|
+
const dockerSuffix =
|
|
39
|
+
process.env.RUN_AS_DOCKER_COMPOSE === 'true'
|
|
40
|
+
? ' - Docker Compose'
|
|
41
|
+
: '';
|
|
42
|
+
const databaseSuffix = process.env.DATABASE
|
|
43
|
+
? ` - Database ${process.env.DATABASE.toUpperCase()}`
|
|
44
|
+
: '';
|
|
45
|
+
return `Test Results for c8Run with 8.10-SNAPSHOT version - OS: ${process.env.OS}${tasklistSuffix}${dockerSuffix}${databaseSuffix}`;
|
|
46
|
+
}
|
|
47
|
+
case 'c8Run-8.9': {
|
|
48
|
+
const tasklistSuffix = process.env.TASKLIST_VERSION
|
|
49
|
+
? ` - Tasklist ${process.env.TASKLIST_VERSION.toUpperCase()} mode`
|
|
50
|
+
: '';
|
|
51
|
+
const dockerSuffix =
|
|
52
|
+
process.env.RUN_AS_DOCKER_COMPOSE === 'true'
|
|
53
|
+
? ' - Docker Compose'
|
|
54
|
+
: '';
|
|
55
|
+
const databaseSuffix = process.env.DATABASE
|
|
56
|
+
? ` - Database ${process.env.DATABASE.toUpperCase()}`
|
|
57
|
+
: '';
|
|
58
|
+
return `Test Results for c8Run with 8.9-SNAPSHOT version - OS: ${process.env.OS}${tasklistSuffix}${dockerSuffix}${databaseSuffix}`;
|
|
59
|
+
}
|
|
60
|
+
case 'c8Run-8.8': {
|
|
61
|
+
const tasklistSuffix = process.env.TASKLIST_VERSION
|
|
62
|
+
? ` - Tasklist ${process.env.TASKLIST_VERSION.toUpperCase()} mode`
|
|
63
|
+
: '';
|
|
64
|
+
const dockerSuffix =
|
|
65
|
+
process.env.RUN_AS_DOCKER_COMPOSE === 'true'
|
|
66
|
+
? ' - Docker Compose'
|
|
67
|
+
: '';
|
|
68
|
+
const databaseSuffix = process.env.DATABASE
|
|
69
|
+
? ` - Database ${process.env.DATABASE.toUpperCase()}`
|
|
70
|
+
: '';
|
|
71
|
+
return `Test Results for c8Run with 8.8-SNAPSHOT version - OS: ${process.env.OS}${tasklistSuffix}${dockerSuffix}${databaseSuffix}`;
|
|
72
|
+
}
|
|
73
|
+
case 'c8Run-8.7': {
|
|
74
|
+
const dockerSuffix =
|
|
75
|
+
process.env.RUN_AS_DOCKER_COMPOSE === 'true'
|
|
76
|
+
? ' - Docker Compose'
|
|
77
|
+
: '';
|
|
78
|
+
const databaseSuffix = process.env.DATABASE
|
|
79
|
+
? ` - Database ${process.env.DATABASE.toUpperCase()}`
|
|
80
|
+
: '';
|
|
81
|
+
return `Test Results for c8Run with 8.7-SNAPSHOT version - OS: ${process.env.OS}${dockerSuffix}${databaseSuffix}`;
|
|
82
|
+
}
|
|
83
|
+
case 'SM-8.10': {
|
|
84
|
+
const searchEngine =
|
|
85
|
+
process.env.SEARCH_ENGINE || 'Elasticsearch';
|
|
86
|
+
const isRBA = process.env.IS_RBA === 'true';
|
|
87
|
+
const isMT = process.env.IS_MT === 'true';
|
|
88
|
+
const isDS = process.env.IS_DS === 'true';
|
|
89
|
+
const isLICENSEKEY = process.env.IS_LICENSE_KEY === 'true';
|
|
90
|
+
|
|
91
|
+
let suffix = '';
|
|
92
|
+
if (isRBA) suffix += ' - RBA';
|
|
93
|
+
if (isMT) suffix += ' - Multi-Tenancy';
|
|
94
|
+
if (isDS) suffix += ' - DocumentStore';
|
|
95
|
+
if (isLICENSEKEY)
|
|
96
|
+
suffix += ` - License-Key- ${process.env.LICENSE_KEY}`;
|
|
97
|
+
const tasklistSuffix = process.env.TASKLIST_VERSION
|
|
98
|
+
? ` - Tasklist ${process.env.TASKLIST_VERSION.toUpperCase()} mode`
|
|
99
|
+
: '';
|
|
100
|
+
suffix += tasklistSuffix;
|
|
101
|
+
|
|
102
|
+
return `Test Results for Self-Managed with Helm with Latest 8.10-SNAPSHOT Versions (${searchEngine})${suffix} - ${projectName}`;
|
|
103
|
+
}
|
|
104
|
+
case 'SM-8.9': {
|
|
105
|
+
const searchEngine =
|
|
106
|
+
process.env.SEARCH_ENGINE || 'Elasticsearch';
|
|
107
|
+
const isRBA = process.env.IS_RBA === 'true';
|
|
108
|
+
const isMT = process.env.IS_MT === 'true';
|
|
109
|
+
const isDS = process.env.IS_DS === 'true';
|
|
110
|
+
const isLICENSEKEY = process.env.IS_LICENSE_KEY === 'true';
|
|
111
|
+
|
|
112
|
+
let suffix = '';
|
|
113
|
+
if (isRBA) suffix += ' - RBA';
|
|
114
|
+
if (isMT) suffix += ' - Multi-Tenancy';
|
|
115
|
+
if (isDS) suffix += ' - DocumentStore';
|
|
116
|
+
if (isLICENSEKEY)
|
|
117
|
+
suffix += ` - License-Key- ${process.env.LICENSE_KEY}`;
|
|
118
|
+
const tasklistSuffix = process.env.TASKLIST_VERSION
|
|
119
|
+
? ` - Tasklist ${process.env.TASKLIST_VERSION.toUpperCase()} mode`
|
|
120
|
+
: '';
|
|
121
|
+
suffix += tasklistSuffix;
|
|
122
|
+
|
|
123
|
+
return `Test Results for Self-Managed with Helm with Latest 8.9-SNAPSHOT Versions (${searchEngine})${suffix} - ${projectName}`;
|
|
124
|
+
}
|
|
125
|
+
case 'SM-8.8': {
|
|
126
|
+
const searchEngine =
|
|
127
|
+
process.env.SEARCH_ENGINE || 'Elasticsearch';
|
|
128
|
+
const isRBA = process.env.IS_RBA === 'true';
|
|
129
|
+
const isMT = process.env.IS_MT === 'true';
|
|
130
|
+
const isDS = process.env.IS_DS === 'true';
|
|
131
|
+
const isMigration = process.env.IS_MIGRATION === 'true';
|
|
132
|
+
const isLICENSEKEY = process.env.IS_LICENSE_KEY === 'true';
|
|
133
|
+
|
|
134
|
+
let suffix = '';
|
|
135
|
+
if (isRBA) suffix += ' - RBA';
|
|
136
|
+
if (isMT) suffix += ' - Multi-Tenancy';
|
|
137
|
+
if (isMigration) suffix += ' - Migration Path';
|
|
138
|
+
if (isDS) suffix += ' - DocumentStore';
|
|
139
|
+
if (isLICENSEKEY)
|
|
140
|
+
suffix += ` - License-Key- ${process.env.LICENSE_KEY}`;
|
|
141
|
+
const tasklistSuffix = process.env.TASKLIST_VERSION
|
|
142
|
+
? ` - Tasklist ${process.env.TASKLIST_VERSION.toUpperCase()} mode`
|
|
143
|
+
: '';
|
|
144
|
+
suffix += tasklistSuffix;
|
|
145
|
+
|
|
146
|
+
return `Test Results for Self-Managed with Helm with Latest 8.8-SNAPSHOT Versions (${searchEngine})${suffix} - ${projectName}`;
|
|
147
|
+
}
|
|
148
|
+
case 'SM-8.7': {
|
|
149
|
+
const searchEngine =
|
|
150
|
+
process.env.SEARCH_ENGINE || 'Elasticsearch';
|
|
151
|
+
const isRBA = process.env.IS_RBA === 'true';
|
|
152
|
+
const isMT = process.env.IS_MT === 'true';
|
|
153
|
+
const isLICENSEKEY = process.env.IS_LICENSE_KEY === 'true';
|
|
154
|
+
|
|
155
|
+
let suffix = '';
|
|
156
|
+
if (isRBA) suffix += ' - RBA';
|
|
157
|
+
if (isMT) suffix += ' - Multi-Tenancy';
|
|
158
|
+
if (isLICENSEKEY)
|
|
159
|
+
suffix += ` - License-Key- ${process.env.LICENSE_KEY}`;
|
|
160
|
+
|
|
161
|
+
return `Test Results for Self-Managed with Helm with Latest 8.7-SNAPSHOT Versions (${searchEngine})${suffix} - ${projectName}`;
|
|
162
|
+
}
|
|
163
|
+
case '8.7':
|
|
164
|
+
return process.env.RELEASE_VERSION === 'true'
|
|
165
|
+
? 'Test Results for SaaS with a Cluster with latest 8.7 versions of all components'
|
|
166
|
+
: 'Test Results for SaaS with a Cluster with 8.7-SNAPSHOT versions of all components';
|
|
167
|
+
case '8.8': {
|
|
168
|
+
const baseMessage =
|
|
169
|
+
process.env.RELEASE_VERSION === 'true'
|
|
170
|
+
? 'Test Results for SaaS with a Cluster with latest 8.8 versions of all components'
|
|
171
|
+
: 'Test Results for SaaS with a Cluster with 8.8-SNAPSHOT versions of all components';
|
|
172
|
+
const tasklistSuffix = process.env.TASKLIST_VERSION
|
|
173
|
+
? ` - Tasklist ${process.env.TASKLIST_VERSION.toUpperCase()} mode`
|
|
174
|
+
: '';
|
|
175
|
+
return `${baseMessage}${tasklistSuffix}`;
|
|
176
|
+
}
|
|
177
|
+
case '8.9': {
|
|
178
|
+
const baseMessage =
|
|
179
|
+
process.env.RELEASE_VERSION === 'true'
|
|
180
|
+
? 'Test Results for SaaS with a Cluster with latest 8.9 versions of all components'
|
|
181
|
+
: 'Test Results for SaaS with a Cluster with 8.9-SNAPSHOT versions of all components';
|
|
182
|
+
const tasklistSuffix = process.env.TASKLIST_VERSION
|
|
183
|
+
? ` - Tasklist ${process.env.TASKLIST_VERSION.toUpperCase()} mode`
|
|
184
|
+
: '';
|
|
185
|
+
return `${baseMessage}${tasklistSuffix}`;
|
|
186
|
+
}
|
|
187
|
+
case '8.10': {
|
|
188
|
+
const baseMessage =
|
|
189
|
+
process.env.RELEASE_VERSION === 'true'
|
|
190
|
+
? 'Test Results for SaaS with a Cluster with latest 8.10 versions of all components'
|
|
191
|
+
: 'Test Results for SaaS with a Cluster with 8.10-SNAPSHOT versions of all components';
|
|
192
|
+
const tasklistSuffix = process.env.TASKLIST_VERSION
|
|
193
|
+
? ` - Tasklist ${process.env.TASKLIST_VERSION.toUpperCase()} mode`
|
|
194
|
+
: '';
|
|
195
|
+
return `${baseMessage}${tasklistSuffix}`;
|
|
196
|
+
}
|
|
197
|
+
default:
|
|
198
|
+
return 'Test Results';
|
|
199
|
+
}
|
|
200
|
+
})(),
|
|
201
|
+
value: `<https://github.com/camunda/c8-cross-component-e2e-tests/actions/runs/${process.env.GITHUB_RUN_ID}|📊>`,
|
|
202
|
+
},
|
|
203
|
+
],
|
|
204
|
+
},
|
|
205
|
+
],
|
|
206
|
+
...useReportersWithoutSlack,
|
|
207
|
+
];
|
|
208
|
+
|
|
209
|
+
const args = process.argv.slice(2);
|
|
210
|
+
const changedFoldersArgIndex = args.indexOf('--changed-folders');
|
|
211
|
+
const changedFolders =
|
|
212
|
+
changedFoldersArgIndex !== -1
|
|
213
|
+
? args[changedFoldersArgIndex + 1].split(',')
|
|
214
|
+
: [];
|
|
215
|
+
|
|
216
|
+
const timeout = () => {
|
|
217
|
+
if (process.env.MINOR_VERSION?.includes('SM-8.7')) {
|
|
218
|
+
return 3 * 60 * 1000;
|
|
219
|
+
}
|
|
220
|
+
return 12 * 60 * 1000;
|
|
221
|
+
};
|
|
222
|
+
|
|
223
|
+
const workerCount = () => {
|
|
224
|
+
if (process.env.MINOR_VERSION?.includes('SM-8.7')) {
|
|
225
|
+
return process.env.CI === 'true' ? 37 : '100%';
|
|
226
|
+
}
|
|
227
|
+
if (process.env.MINOR_VERSION?.includes('SM')) {
|
|
228
|
+
return 25;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
return 37;
|
|
232
|
+
};
|
|
233
|
+
|
|
234
|
+
const dependencies = (project: string) => {
|
|
235
|
+
if (process.env.MINOR_VERSION?.includes('SM-8.7')) {
|
|
236
|
+
return undefined;
|
|
237
|
+
}
|
|
238
|
+
return [`${project}-setup`];
|
|
239
|
+
};
|
|
240
|
+
|
|
241
|
+
export default defineConfig({
|
|
242
|
+
testDir: process.env.MINOR_VERSION
|
|
243
|
+
? `./tests/${process.env.MINOR_VERSION}/`
|
|
244
|
+
: `./tests/`,
|
|
245
|
+
timeout: timeout(),
|
|
246
|
+
workers: workerCount(),
|
|
247
|
+
retries: 1,
|
|
248
|
+
fullyParallel: false,
|
|
249
|
+
use: {
|
|
250
|
+
baseURL: getBaseURL(),
|
|
251
|
+
actionTimeout: 10000,
|
|
252
|
+
trace: (process.env.C8E2E_TRACE as 'on' | 'off' | 'retain-on-failure') || 'off',
|
|
253
|
+
video: (process.env.C8E2E_VIDEO as 'on' | 'off' | 'retain-on-failure') || 'off',
|
|
254
|
+
},
|
|
255
|
+
projects: [
|
|
256
|
+
{
|
|
257
|
+
name: 'chromium',
|
|
258
|
+
use: devices['Desktop Chrome'],
|
|
259
|
+
dependencies: dependencies('chromium'),
|
|
260
|
+
// Specify only tests in the changed folders for the 'chromium' project
|
|
261
|
+
testMatch: changedFolders.includes('chromium')
|
|
262
|
+
? changedFolders.map((folder) => `**/${folder}/*.spec.ts`)
|
|
263
|
+
: undefined,
|
|
264
|
+
testIgnore: /test-setup\.spec\.[jt]s$/,
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
name: 'firefox',
|
|
268
|
+
use: devices['Desktop Firefox'],
|
|
269
|
+
dependencies: dependencies('firefox'),
|
|
270
|
+
testIgnore: /test-setup\.spec\.[jt]s$/,
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
name: 'msedge',
|
|
274
|
+
use: {
|
|
275
|
+
...devices['Desktop Edge'],
|
|
276
|
+
browserName: 'chromium',
|
|
277
|
+
channel: 'msedge',
|
|
278
|
+
},
|
|
279
|
+
dependencies: dependencies('msedge'),
|
|
280
|
+
testIgnore: /test-setup\.spec\.[jt]s$/,
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
name: 'chromium-setup',
|
|
284
|
+
testMatch: /test-setup\.spec\.[jt]s$/,
|
|
285
|
+
use: devices['Desktop Chrome'],
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
name: 'firefox-setup',
|
|
289
|
+
testMatch: /test-setup\.spec\.[jt]s$/,
|
|
290
|
+
use: devices['Desktop Firefox'],
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
name: 'msedge-setup',
|
|
294
|
+
testMatch: /test-setup\.spec\.[jt]s$/,
|
|
295
|
+
use: {
|
|
296
|
+
...devices['Desktop Edge'],
|
|
297
|
+
browserName: 'chromium',
|
|
298
|
+
channel: 'msedge',
|
|
299
|
+
},
|
|
300
|
+
},
|
|
301
|
+
|
|
302
|
+
{
|
|
303
|
+
name: 'chromium-v1',
|
|
304
|
+
use: {
|
|
305
|
+
...devices['Desktop Chrome'],
|
|
306
|
+
extraHTTPHeaders: {
|
|
307
|
+
'X-Test-Tasklist-Version': 'v1',
|
|
308
|
+
},
|
|
309
|
+
},
|
|
310
|
+
dependencies: ['chromium-v1-setup'],
|
|
311
|
+
testIgnore: /test-setup\.spec\.[jt]s$/,
|
|
312
|
+
grep: /^(?!.*@tasklistV2).*$/,
|
|
313
|
+
},
|
|
314
|
+
|
|
315
|
+
{
|
|
316
|
+
name: 'chromium-v2',
|
|
317
|
+
use: {
|
|
318
|
+
...devices['Desktop Chrome'],
|
|
319
|
+
extraHTTPHeaders: {
|
|
320
|
+
'X-Test-Tasklist-Version': 'v2',
|
|
321
|
+
},
|
|
322
|
+
},
|
|
323
|
+
dependencies: ['chromium-v2-setup'],
|
|
324
|
+
testIgnore: /test-setup\.spec\.[jt]s$/,
|
|
325
|
+
grep: /^(?!.*@tasklistV1).*$/,
|
|
326
|
+
},
|
|
327
|
+
|
|
328
|
+
{
|
|
329
|
+
name: 'chromium-v1-setup',
|
|
330
|
+
testMatch: /test-setup\.spec\.[jt]s$/,
|
|
331
|
+
use: {
|
|
332
|
+
...devices['Desktop Chrome'],
|
|
333
|
+
extraHTTPHeaders: {
|
|
334
|
+
'X-Test-Tasklist-Version': 'v1',
|
|
335
|
+
},
|
|
336
|
+
},
|
|
337
|
+
},
|
|
338
|
+
|
|
339
|
+
{
|
|
340
|
+
name: 'chromium-v2-setup',
|
|
341
|
+
testMatch: /test-setup\.spec\.[jt]s$/,
|
|
342
|
+
use: {
|
|
343
|
+
...devices['Desktop Chrome'],
|
|
344
|
+
extraHTTPHeaders: {
|
|
345
|
+
'X-Test-Tasklist-Version': 'v2',
|
|
346
|
+
},
|
|
347
|
+
},
|
|
348
|
+
},
|
|
349
|
+
],
|
|
350
|
+
reporter:
|
|
351
|
+
process.env.INCLUDE_SLACK_REPORTER === 'true'
|
|
352
|
+
? useReportersWithSlack
|
|
353
|
+
: useReportersWithoutSlack,
|
|
354
|
+
});
|
|
355
|
+
|
|
356
|
+
function getBaseURL(): string {
|
|
357
|
+
if (process.env.IS_PROD === 'true') {
|
|
358
|
+
return 'https://console.camunda.io';
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
if (typeof process.env.PLAYWRIGHT_BASE_URL === 'string') {
|
|
362
|
+
return process.env.PLAYWRIGHT_BASE_URL;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
if (process.env.MINOR_VERSION?.includes('SM')) {
|
|
366
|
+
return 'https://gke-' + process.env.BASE_URL + '.ci.distro.ultrawombat.com';
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
if (
|
|
370
|
+
process.env.MINOR_VERSION?.includes('Run') &&
|
|
371
|
+
process.env.MINOR_VERSION?.includes('8.8') &&
|
|
372
|
+
process.env.RUN_AS_DOCKER_COMPOSE === 'true'
|
|
373
|
+
) {
|
|
374
|
+
return 'http://localhost:8088';
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
if (process.env.MINOR_VERSION?.includes('Run')) {
|
|
378
|
+
return 'http://localhost:8080';
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
return 'https://console.ultrawombat.com';
|
|
382
|
+
}
|
|
@@ -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>
|