deliver through output port multiple times

abhi97660
abhi97660 New Altair Community Member
edited November 2024 in Community Q&A

Hi,

Is there a way to deliver output multiple times...?

I am developing custom extension in which I tried putting outPort.deliver() in loop but it waits for whole process to complete.

I am trying to download and process some files and I dont want to wait for whole files to be downloaded I want to send the downloaded file as output for further processing whereas other files can still continue to download.

Is there a way in which we can do this for custom extension in rapidminer..?

Best Answer

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Answer ✓

    Hi,

    i guess you want to have a Subprocess where each downloaded file can get processed inside? OperatorChain is the class to look at for that.

     

    BR,

    Martin

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Answer ✓

    Hi,

    i guess you want to have a Subprocess where each downloaded file can get processed inside? OperatorChain is the class to look at for that.

     

    BR,

    Martin

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.