camunda / bpmnlint-plugin-camunda-compat

A bpmnlint plug-in for Camunda BPMN compatibility.
MIT License
0 stars 2 forks source link

Smooth 8.7 migration linting: `no-job-worker-user-task` #177

Closed Skaiir closed 1 month ago

Skaiir commented 1 month ago

The rule should detect the following modeling patterns

The key difference being the detection of the zeebe:userTask element.

How does the rule improve the BPMN diagram?

Following 8.7, non-zeebe user-tasks are no longer going to be supported. So we need to indicate this as an error.

Rule Details

What alternatives did you consider?

n/a

jarekdanielak commented 1 month ago

Is there any timeline for this? Do you plan to contribute or should somebody from bpmn-io team pick it up?

Skaiir commented 1 month ago

@jarekdanielak I'm taking care of it, should have this and https://github.com/camunda/bpmnlint-plugin-camunda-compat/issues/178 PR'd today.

Skaiir commented 1 month ago

Relating to https://github.com/camunda/product-hub/issues/2126