You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
The generated file bpmn_validation_success.js contains an array noIssuesElements with issues Elements containing the rule name and a success classification.
The generated file
bpmn_validation_success.js
contains an arraynoIssuesElements
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.
The text was updated successfully, but these errors were encountered: