17 lines
508 B
Markdown
17 lines
508 B
Markdown
# 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).
|