How to review a workflow run once a document has been sent to review
null
.
workflow_run.rejected
event which is listed in the webhook events.
If you find that the document is not valid and should not be processed further, you can reject the workflow run. To do this, click the “Reject” button in the top right corner of the review page.
invoice
in the classification1
step before being sent to humanReview1
. Although the document was correctly classified as an invoice
, lets pretend it’s actually a receipt
and we want to fix that classification.
receipt
, the workflow run will be restarted at the classification1
step and the previous extraction step run extraction1
stemming from the incorrect classification will be removed from the workflow run. The document will then be processed by the extraction2
step and go into humanReview1
step again where the updated classification and output from extraction2
step can be viewed.