[FEAT] Manage BPMN input source parsing warnings/errors #35
Labels
enhancement
New feature or request
robustness
Improvement or fix about performance, cutting edge, non happy path, ...
Milestone
Is your feature request related to a problem? Please describe.
The lib should provide feedback and/or callbacks for any parsing errors/warnings that occurs on BPMN source input load.
Describe the solution you'd like
In the 1st implementation (#22), we skip this part as we only managed the happy path. As a consequence, some TODO remain in the code.
As for #21, we must manage all runtime parsing errors/warnings to provide feedback to the end user or allow the developer who integrates our lib to detect them.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: