增加bpmnlint自定义校验规则示例

This commit is contained in:
xlsea
2023-03-10 09:20:35 +08:00
parent ff2ad94368
commit 912e07625f
12 changed files with 227 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
# No Manual Task (no-manual-task)
Checks that the diagram does not contain manual tasks that have no execution semantics.
Example of __incorrect__ usage of this rule:
![Incorrect usage example](./examples/no-manual-task-incorrect.png)
Cf. [`no-manual-task-incorrect.bpmn`](./examples/no-manual-task-incorrect.bpmn).
Example of __correct__ usage of this rule:
![Correct usage example](./examples/no-manual-task-correct.png)
Cf. [`no-manual-task-correct.bpmn`](./examples/no-manual-task-correct.bpmn).