Skip to main content

Module bpmn_validation_issue

Module bpmn_validation_issue 

Source

Structs§

BpmnValidationIssue
BpmnValidationIssue : One problem found by deploy-time BPMN validation (backend/orvanta-bpmn/src/validate.rs). Warnings and errors share this shape and are told apart by severity.

Enums§

Severity
error blocks the deploy (the request is a 400). warning does not: the deploy succeeded and the warning is advisory.