LinuxForHealth / health-patterns

A collection of documentation and reference implementations that highlight how to combine various technologies into meaningful patterns for healthcare
https://alvearie.io/health-patterns/
Apache License 2.0
23 stars 22 forks source link

Report errors on individual resources when processing bundles in custom processors #70

Closed ewill00 closed 2 years ago

ewill00 commented 3 years ago

Currently the NiFi custom processor process Bundles in bulk where if one of the resources in the bundle fails to de-id or translate, the operation will fail at that point and report the error.

2 pieces here (can split issue if needed) 1) keep failing but at least report which individual resource failed 2) report the individual resource that failed and allow for the rest of the bundle to keep processing.

2 is preferred but at least need 1

ranum commented 2 years ago

Closing-no longer valid