Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Refactor bpmn_validation_success.js #194

@redfave

Description

@redfave

The generated file bpmn_validation_success.js contains an array noIssuesElements with issues Elements containing the rule name and a success classification.

Example: { "id": "2b9382eb90e2aa912851b1186ca2fbe9", "bpmnFile": "src/main/resources/diagram_2.bpmn", "ruleName": "XorConventionChecker", "elementId": "", "elementName": "", "classification": "SUCCESS", "paths": [], "message": "No issues found" }

This is a misusage of the issue data structure and is misleading as the intention is actually to show that a certain checker hasn't found any errors.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions