🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Loop until Web service returns certain status

User: "h722627"
New Altair Community Member
Updated by Jocelyn

Dear Community,

Sorry for a beginner's question. I have a WS which 1) accepts text to perform some analysis, 2) returns a token which informs whether the analysis finished successfully/failed/is still in progress (because it can take some time to end, 3) can be queried to get execution status. What is the best way to model checking the execution status in RapidMiner in a loop and a break when status is 'finished'?

Thank you for your help.

Andreas

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "h722627"
    New Altair Community Member
    OP
    Accepted Answer

    OK, problem solved: Loop Until returns IOObjectCollection so Append did the trick.

     

    Andreas