healtex / texscrubber

Personal information de-identification tool
Apache License 2.0
2 stars 2 forks source link

Workflow error handling and sharing data between steps #8

Open mbelousov opened 7 years ago

mbelousov commented 7 years ago

If document fails to complete during the first pass, the path will be added to the list, that will be persisted to the job repository after step execution; and it will be picked up before the execution of the second step.

On error (either step 1 or 2): Populate error log (file) with document id and exception message, e.g. “Failed to process {doc-id}: {exception-message}”.