@camunda/linting 3.29.1 → 3.30.0
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/lib/compiled-config.js
CHANGED
|
@@ -64,6 +64,7 @@ const rules = {
|
|
|
64
64
|
"camunda-compat/no-zeebe-properties": "error",
|
|
65
65
|
"camunda-compat/no-zeebe-user-task": "error",
|
|
66
66
|
"camunda-compat/priority-definition": "error",
|
|
67
|
+
"camunda-compat/zeebe-user-task": "warn",
|
|
67
68
|
"camunda-compat/secrets": "warn",
|
|
68
69
|
"camunda-compat/sequence-flow-condition": "error",
|
|
69
70
|
"camunda-compat/signal-reference": "error",
|
|
@@ -231,50 +232,54 @@ import rule_34 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/priority
|
|
|
231
232
|
|
|
232
233
|
cache['bpmnlint-plugin-camunda-compat/priority-definition'] = rule_34;
|
|
233
234
|
|
|
234
|
-
import rule_35 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
235
|
+
import rule_35 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/zeebe-user-task';
|
|
235
236
|
|
|
236
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
237
|
+
cache['bpmnlint-plugin-camunda-compat/zeebe-user-task'] = rule_35;
|
|
237
238
|
|
|
238
|
-
import rule_36 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
239
|
+
import rule_36 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/secrets';
|
|
239
240
|
|
|
240
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
241
|
+
cache['bpmnlint-plugin-camunda-compat/secrets'] = rule_36;
|
|
241
242
|
|
|
242
|
-
import rule_37 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
243
|
+
import rule_37 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/sequence-flow-condition';
|
|
243
244
|
|
|
244
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
245
|
+
cache['bpmnlint-plugin-camunda-compat/sequence-flow-condition'] = rule_37;
|
|
245
246
|
|
|
246
|
-
import rule_38 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
247
|
+
import rule_38 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/signal-reference';
|
|
247
248
|
|
|
248
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
249
|
+
cache['bpmnlint-plugin-camunda-compat/signal-reference'] = rule_38;
|
|
249
250
|
|
|
250
|
-
import rule_39 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
251
|
+
import rule_39 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/start-event-form';
|
|
251
252
|
|
|
252
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
253
|
+
cache['bpmnlint-plugin-camunda-compat/start-event-form'] = rule_39;
|
|
253
254
|
|
|
254
|
-
import rule_40 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
255
|
+
import rule_40 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/subscription';
|
|
255
256
|
|
|
256
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
257
|
+
cache['bpmnlint-plugin-camunda-compat/subscription'] = rule_40;
|
|
257
258
|
|
|
258
|
-
import rule_41 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/task-
|
|
259
|
+
import rule_41 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/task-listener';
|
|
259
260
|
|
|
260
|
-
cache['bpmnlint-plugin-camunda-compat/task-
|
|
261
|
+
cache['bpmnlint-plugin-camunda-compat/task-listener'] = rule_41;
|
|
261
262
|
|
|
262
|
-
import rule_42 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
263
|
+
import rule_42 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/task-schedule';
|
|
263
264
|
|
|
264
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
265
|
+
cache['bpmnlint-plugin-camunda-compat/task-schedule'] = rule_42;
|
|
265
266
|
|
|
266
|
-
import rule_43 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
267
|
+
import rule_43 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/timer';
|
|
267
268
|
|
|
268
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
269
|
+
cache['bpmnlint-plugin-camunda-compat/timer'] = rule_43;
|
|
269
270
|
|
|
270
|
-
import rule_44 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/user-task-
|
|
271
|
+
import rule_44 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/user-task-definition';
|
|
271
272
|
|
|
272
|
-
cache['bpmnlint-plugin-camunda-compat/user-task-
|
|
273
|
+
cache['bpmnlint-plugin-camunda-compat/user-task-definition'] = rule_44;
|
|
273
274
|
|
|
274
|
-
import rule_45 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
275
|
+
import rule_45 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/user-task-form';
|
|
275
276
|
|
|
276
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
277
|
+
cache['bpmnlint-plugin-camunda-compat/user-task-form'] = rule_45;
|
|
277
278
|
|
|
278
|
-
import rule_46 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/
|
|
279
|
+
import rule_46 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/version-tag';
|
|
279
280
|
|
|
280
|
-
cache['bpmnlint-plugin-camunda-compat/
|
|
281
|
+
cache['bpmnlint-plugin-camunda-compat/version-tag'] = rule_46;
|
|
282
|
+
|
|
283
|
+
import rule_47 from 'bpmnlint-plugin-camunda-compat/rules/camunda-cloud/wait-for-completion';
|
|
284
|
+
|
|
285
|
+
cache['bpmnlint-plugin-camunda-compat/wait-for-completion'] = rule_47;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
const baseUrl = 'https://docs.camunda.io/docs/next/components/modeler/reference/modeling-guidance/rules';
|
|
2
|
+
const userTaskMigrationUrl = 'https://docs.camunda.io/docs/next/apis-tools/migration-manuals/migrate-to-zeebe-user-tasks';
|
|
2
3
|
|
|
3
4
|
export function getDocumentationUrl(rule) {
|
|
4
5
|
if (rule === 'camunda-compat/called-element') {
|
|
@@ -29,6 +30,10 @@ export function getDocumentationUrl(rule) {
|
|
|
29
30
|
return getUrl('history-time-to-live');
|
|
30
31
|
}
|
|
31
32
|
|
|
33
|
+
if (rule === 'camunda-compat/zeebe-user-task') {
|
|
34
|
+
return userTaskMigrationUrl;
|
|
35
|
+
}
|
|
36
|
+
|
|
32
37
|
return null;
|
|
33
38
|
}
|
|
34
39
|
|
|
@@ -102,7 +102,7 @@ export function getErrorMessage(report, executionPlatform, executionPlatformVers
|
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
if (type === ERROR_TYPES.EXTENSION_ELEMENT_REQUIRED) {
|
|
105
|
-
return getExtensionElementRequiredErrorMessage(report);
|
|
105
|
+
return getExtensionElementRequiredErrorMessage(report, executionPlatform, executionPlatformVersion);
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
if (type === ERROR_TYPES.PROPERTY_DEPENDENT_REQUIRED) {
|
|
@@ -313,7 +313,7 @@ function getExtensionElementNotAllowedErrorMessage(report, executionPlatform, ex
|
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
if (is(extensionElement, 'zeebe:UserTask')) {
|
|
316
|
-
return getSupportedMessage('A <User Task> with <Implementation:
|
|
316
|
+
return getSupportedMessage('A <User Task> with <Implementation: Camunda user task>', executionPlatform, executionPlatformVersion, allowedVersion);
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
if (is(node, 'bpmn:ScriptTask') && is(extensionElement, 'zeebe:Script')) {
|
|
@@ -347,7 +347,7 @@ function getExtensionElementNotAllowedErrorMessage(report, executionPlatform, ex
|
|
|
347
347
|
return message;
|
|
348
348
|
}
|
|
349
349
|
|
|
350
|
-
function getExtensionElementRequiredErrorMessage(report) {
|
|
350
|
+
function getExtensionElementRequiredErrorMessage(report, executionPlatform, executionPlatformVersion) {
|
|
351
351
|
const {
|
|
352
352
|
data,
|
|
353
353
|
message
|
|
@@ -390,7 +390,7 @@ function getExtensionElementRequiredErrorMessage(report) {
|
|
|
390
390
|
}
|
|
391
391
|
|
|
392
392
|
if (requiredExtensionElement === 'zeebe:UserTask') {
|
|
393
|
-
return `${ getIndefiniteArticle(typeString) } <${ typeString }>
|
|
393
|
+
return `${ getIndefiniteArticle(typeString) } <${ typeString }> with <Implementation: Job worker> managed by Camunda is deprecated. Consider migrating to <Implementation: Camunda user task>.`;
|
|
394
394
|
}
|
|
395
395
|
|
|
396
396
|
return message;
|
|
@@ -570,7 +570,7 @@ function getPropertyRequiredErrorMessage(report, executionPlatform, executionPla
|
|
|
570
570
|
return `${ getIndefiniteArticle(typeString) } <${ typeString }> with <Form type: Custom form key> must have a defined <Form key>`;
|
|
571
571
|
}
|
|
572
572
|
|
|
573
|
-
//
|
|
573
|
+
// Camunda User Task
|
|
574
574
|
if (is(node, 'zeebe:FormDefinition') && isZeebeUserTask(parentNode)) {
|
|
575
575
|
if (isEmptyString(node.get('externalReference'))) {
|
|
576
576
|
return `${ getIndefiniteArticle(typeString) } <${ typeString }> with <Form type: External reference> must have a defined <External reference>`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/linting",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.30.0",
|
|
4
4
|
"description": "Linting for Camunda",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@bpmn-io/diagram-js-ui": "^0.2.3",
|
|
33
33
|
"bpmn-moddle": "^9.0.1",
|
|
34
34
|
"bpmnlint": "^10.3.1",
|
|
35
|
-
"bpmnlint-plugin-camunda-compat": "^2.
|
|
35
|
+
"bpmnlint-plugin-camunda-compat": "^2.29.0",
|
|
36
36
|
"bpmnlint-utils": "^1.0.2",
|
|
37
37
|
"camunda-bpmn-moddle": "^7.0.1",
|
|
38
38
|
"clsx": "^2.0.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"bpmn-js": "^17.11.1",
|
|
47
47
|
"bpmn-js-element-templates": "^2.2.1",
|
|
48
|
-
"bpmn-js-properties-panel": "^5.
|
|
48
|
+
"bpmn-js-properties-panel": "^5.28.0",
|
|
49
49
|
"camunda-bpmn-js-behaviors": "^1.7.1",
|
|
50
50
|
"chai": "^4.5.0",
|
|
51
51
|
"cross-env": "^7.0.3",
|