The Flow's aborted method is called when every CAS reaches the end of its flow
... should be just the failing ones
------------------------------------------------------------------------------------------------------------------
Key: UIMA-908
URL: https://issues.apache.org/jira/browse/UIMA-908
Project: UIMA
Issue Type: Bug
Components: Async Scaleout
Affects Versions: 2.2.2S
Reporter: Burn Lewis
Priority: Minor
Fix For: 2.2.2S
>From the Javadocs:
void aborted()
Called by the framework if processing has been aborted for the CAS that was
being routed by this Flow object. No further processing will take place on the
CAS after this method is called, so the framework will not call the next()
method again.
Presumably should be called if continueOnRetryFailure attribute is false or if
continueOnFailure method returns false
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.