Files
double-rack/ruoyi-ui/bpmnlint-plugin-local/docs/rules/no-manual-task.md
2023-03-10 09:20:35 +08:00

508 B

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

Cf. no-manual-task-incorrect.bpmn.

Example of correct usage of this rule:

Correct usage example

Cf. no-manual-task-correct.bpmn.