Pipeline.expandEvent() and IFilter.isDone()

Issue #309 new
Former user created an issue

Original issue 309 created by @ysavourel on 2013-01-16T21:37:55.000Z:

When a step using IFilter.isDone()->false is in the sub-pipeline run by expendEvent() tthings don't work because isDone() is not called anywhere in expandEvent(), and we just loop through the expanded events.

See https://groups.google.com/group/okapi-devel/browse_thread/thread/3c46498d92ca4271

Comments (3)

  1. Former user Account Deleted

    Comment 1. originally posted by @fliden on 2013-01-31T23:19:22.000Z:

    <Input files>
    RawDocument to FilterEvents
    MicrosoftBatchTranslation Step
    RawDocument to filterEvents
    Other steps..

    * The MSBatchTrans step was modified to be able to send a newly created TMX file down the pipeline using the MultiEvent and to some degree that works.
    * The following RawDoc to FilterEvents is what’s not working. We’d like to filter the newly passed tmx and go from there but we’re getting a null exception)
    * We updated RawDocument to process the ParametersEvents. But the problem seems to be the handling of the MultiEvent in Pipeline.expandEvent()

  2. Log in to comment